network

List VPC networks

List VPC networks accessible by the organization.

get/api/v1/orgs/{orgId}/networks

Path parameters

orgIdinteger required

Organization identifier

Query parameters

cloudType'amazon' | 'google' | 'azure' required

Identifies the cloud provider

regionstring

Identifies the region of the VPC network (required when cloudType != azure)

resourceGroupstring

Identifies the resource group of the Azure virtual network (required when cloudType == azure)

Headers

secretIdstring required

Secret identification

Response

List of VPC networks

cidrsstring[] required

The IPv4 CIDR blocks assigned to the VPC network

idstring required

Identifier of the VPC network

namestring

Name of the VPC network

Example response

[
  {
    "name": "MyVPC",
    "cidrs": [
      "10.50.0.0/16",
      "10.50.0.0/16"
    ],
    "id": "vpc-a01106c2"
  }
]

Changes

Changed in 3 of the 50 revisions of this API.22

    • removed the enum value alibaba from the query request parameter cloudType

      request-parameter-enum-value-removed

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the enum value oracle from the query request parameter cloudType

      request-parameter-enum-value-removed

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new enum value alibaba to the query request parameter cloudType

      request-parameter-enum-value-added

    • added the new enum value oracle to the query request parameter cloudType

      request-parameter-enum-value-added

    This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog