Get Cluster VPC Details
Returns the VPC network the cluster's master node is attached to - its name, network_id, ipv4_cidr, DNS servers, and subnet. The path takes the cluster's master_node_id (from List / Detail).
GET
/api/v1/vpc/node/{master_node_id}/Path parameters
master_node_idPathintegerrequiredThe
master_node_idof the cluster (from List / Detail).- required
- must be a valid master node ID
example12345
Query parameters
project_idQueryintegerrequiredIdentifier of the project to scope the request to. Required integer project ID.
- required
- must be a valid integer project ID
example{{project_id}}apikeyQuerystringrequiredAPI key used to authenticate the request.
- required
- non-empty string
example{{api_key}}locationQuerystringrequiredRegion of the cluster.
- required
- must be a valid region name (e.g., Delhi, Chennai)
example{{location}}
Responses
200Successful response
The VPC networks attached to the cluster's master node.
example
8.8.8.8 8.8.4.4example
10.20.0.0/23example
my-vpcexample
60001example
{{project_id}}example
example
true