Monitoring & Collection/Zaku
GETZakuSince 1.0SynchronousAuth Required
GetServiceTopology
Get topology of backing pods for a Kubernetes service
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
serviceUuidStringRequiredUUID of the Kubernetes service to retrieve topology for
Responses
Endpoint
GET/api/v1/zaku/services/{serviceUuid}/topology
/api/v1/zaku/services/{serviceUuid}/topology
Request Example
curl -X GET '{host}/api/v1/zaku/services/{serviceUuid}/topology' -H 'Authorization: Bearer {token}'
Response Example
200{
"service": {},
"pods": [
{}
]
}Change History
This API has no change history records yet.
