Get NKS Controller Details
GET/v1/nks/clusters/{cluster_id}/controllers/{controller_id}
Get NKS Controller Details
curl https://api.nirvanalabs.io/v1/nks/clusters/$CLUSTER_ID/controllers/$CONTROLLER_ID \
-H "Authorization: Bearer $NIRVANA_LABS_API_KEY"{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-01-01T00:00:00Z",
"instance_type": "n1-standard-8",
"name": "my-controller-0",
"private_ip": "10.0.0.10",
"status": "ready",
"updated_at": "2025-01-01T00:00:00Z"
}Returns Examples
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2025-01-01T00:00:00Z",
"instance_type": "n1-standard-8",
"name": "my-controller-0",
"private_ip": "10.0.0.10",
"status": "ready",
"updated_at": "2025-01-01T00:00:00Z"
}