Monitoring & Collection/Zaku
GETZakuSince 1.0SynchronousAuth Required
SearchNodes
Search nodes across clusters with filters for IP, role, status, and labels
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
clusterUuidStringFilter by cluster UUID Filter by cluster UUID
platformIdStringFilter by platform ID Filter by platform ID
ipContainsStringSubstring to match against node IP address Substring to match against node IP address
rolesListFilter by node roles (master, worker) Filter by node roles (master, worker)
statusesListFilter by node statuses (Ready, NotReady) Filter by node statuses (Ready, NotReady)
Responses
Endpoint
GET/api/v1/zaku/nodes
/api/v1/zaku/nodes
Request Example
curl -X GET '{host}/api/v1/zaku/nodes' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 45,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
