Get NKS Load Balancer Details
GET/v1/nks/clusters/{cluster_id}/load_balancers/{load_balancer_id}
Get details about an NKS load balancer
Get NKS Load Balancer Details
curl https://api.nirvanalabs.io/v1/nks/clusters/$CLUSTER_ID/load_balancers/$LOAD_BALANCER_ID \
-H "Authorization: Bearer $NIRVANA_LABS_API_KEY"{
"id": "123e4567-e89b-12d3-a456-426614174000",
"cluster_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-01-01T00:00:00Z",
"namespace": "default",
"private_ip": "10.0.0.50",
"public_ip": "198.51.100.10",
"public_ip_enabled": false,
"service_name": "my-service",
"status": "ready",
"updated_at": "2025-01-01T00:00:00Z"
}Returns Examples
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"cluster_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-01-01T00:00:00Z",
"namespace": "default",
"private_ip": "10.0.0.50",
"public_ip": "198.51.100.10",
"public_ip_enabled": false,
"service_name": "my-service",
"status": "ready",
"updated_at": "2025-01-01T00:00:00Z"
}