Networks
Get Network
Retrieves a Cloud Gateway network by ID, including its current state and provider metadata.
get/v2/cloud-gateways/networks/{networkId}
Path parameters
networkIdstring uuid required
The network ID to operate on. For serverless.v1 kind of cloud gateways, this field should be omitted.
Example:36ae63d3-efd1-4bec-b246-62aa5d3f5695
The network to operate on.
Response
Response format for retrieving a network.
Example response
{
"id": "36ae63d3-efd1-4bec-b246-62aa5d3f5695",
"name": "us-east-2-network",
"cloud_gateway_provider_account_id": "929b2449-c69f-44c4-b6ad-9ecec6f811ae",
"region": "us-east-2",
"availability_zones": [
"use2-az1",
"use2-az2",
"use2-az3"
],
"cidr_block": "10.0.0.0/16",
"state_metadata": {
"reported_status": "INVALID",
"reason": "Network could not be deployed due to insufficient cloud provider compute instances.\n"
},
"entity_version": 1,
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}