Get VPC Details
GET/v1/networking/vpcs/{vpc_id}
Get VPC Details
curl https://api.nirvanalabs.io/v1/networking/vpcs/$VPC_ID \
-H "Authorization: Bearer $NIRVANA_LABS_API_KEY"{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-01-01T00:00:00Z",
"firewall_rule_ids": [
"123e4567-e89b-12d3-a456-426614174001",
"123e4567-e89b-12d3-a456-426614174002"
],
"name": "my-vpc",
"project_id": "123e4567-e89b-12d3-a456-426614174000",
"region": "us-sva-2",
"status": "ready",
"subnet": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"cidr": "10.128.35.128/25",
"created_at": "2025-01-01T00:00:00Z",
"name": "my-subnet",
"updated_at": "2025-01-01T00:00:00Z"
},
"tags": [
"production",
"ethereum"
],
"updated_at": "2025-01-01T00:00:00Z"
}Returns Examples
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-01-01T00:00:00Z",
"firewall_rule_ids": [
"123e4567-e89b-12d3-a456-426614174001",
"123e4567-e89b-12d3-a456-426614174002"
],
"name": "my-vpc",
"project_id": "123e4567-e89b-12d3-a456-426614174000",
"region": "us-sva-2",
"status": "ready",
"subnet": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"cidr": "10.128.35.128/25",
"created_at": "2025-01-01T00:00:00Z",
"name": "my-subnet",
"updated_at": "2025-01-01T00:00:00Z"
},
"tags": [
"production",
"ethereum"
],
"updated_at": "2025-01-01T00:00:00Z"
}