Cloud network provisioning and lifecycle management.
/infra/connections/{connection}/provider-networksList available cloud provider networks
Returns VPCs and subnets available in the cloud provider account for the specified connection and region.
Parameters
regionstring
AWS region to list networks for. If not provided, defaults to the connection's configured region.
Responses
Responses
List of available networks
/infra/networksList cloud networks
Returns all managed networks created through the API across all connections, supporting marker-based pagination.
Parameters
limitinteger
The maximum number of items to list.
"int32"0100100markerstring
The pagination token returned from the previous list operation.
Responses
Responses
List of managed external networks
/infra/networks/{network}Delete a cloud network record
Permanently deletes a cloud network record. The network's infrastructure must
first be destroyed before the record can be deleted. A network in a failed state
may still have active infrastructure and should be destroyed first.
Responses
Responses
The requested operation was done successfully.
/infra/connections/{connection}/networksList cloud networks by connection
Returns the managed networks provisioned through the specified connection.
Parameters
limitinteger
The maximum number of items to list.
"int32"0100100markerstring
The pagination token returned from the previous list operation.
Responses
Responses
List of managed external networks
/infra/connections/{connection}/networksCreate a cloud network
Creates a new network in the customer's cloud account via the specified connection. Requires an active connection.
Request Body
Responses
Responses
Managed external network created successfully.
/infra/connections/{connection}/networks/{network}Describe a cloud network
Returns the details of a cloud network, including its VPC configuration, subnets, and provisioning status.
Responses
Responses
Managed external network details with connection information.
/infra/connections/{connection}/networks/{network}Destroy a cloud network
Initiates destruction of an active cloud network and all associated networking resources. All clusters and catalogs in the network must be destroyed first. The network record is retained for reference. Returns an operation ID for tracking progress.
Responses
Responses
Destruction operation initiated.
/infra/connections/{connection}/networks/{network}Update a cloud network
Modifies a cloud network's metadata such as its name.
Request Body
Responses
Responses
Updated external network.
/infra/connections/{connection}/networks/{network}/provisionProvision a cloud network
Triggers provisioning of a cloud network in pending status. Returns an operation ID for progress tracking.
Responses
Responses
Provisioning operation initiated.