VPC Details
GET
/api/v1/vpc/node/{node_id}/Path parameters
node_idPathstringrequiredPath parameter
node_id.
Query parameters
project_idQuerystringoptionalIdentifier of the project to scope the request to. Optional; if omitted, the account's default project is used.
- optional
- if omitted, the request is applied to the default project
example{{project_id}}apikeyQuerystringoptionalAPI key used to authenticate the request
- required
- must be a non-empty string
example{{api_key}}locationQuerystringoptionalLocation identifier to filter VPC details
- Required
- Must be a valid region code (e.g., us-east-1)
example{{location}}
Responses
200Successful response
Indicates whether the user is a private cluster user
example
false- must be a boolean value
Space-separated list of DNS server IP addresses
example
8.8.8.8 8.8.4.4- must be a space-separated list of IPv4 addresses
- each address must be a valid IPv4 address
IPv4 CIDR block of the VPC
example
10.2.3.4/23- must be a valid IPv4 CIDR notation
- must represent a network address (host bits zero)
Identifier of the VPC
example
VPC-493- Must be a non-empty string
- May contain alphanumeric characters and hyphens
- Maximum length 64 characters
Unique identifier of the VPC network
example
12345- integer
- positive
Identifier of the project associated with the VPC
example
12345- non-empty string
- contains only digits
Identifier of the subnet
example
123- required
- positive integer
Name of the subnet
example
api-automation-subnet-2008- must be a non-empty string
- may contain letters, numbers, and hyphens