List All Clusters
Retrieves all clusters. Operation is available for container admins, system admins and container developers.
Page Number
Number of entries per page
Multiple comma-separated properties sorted in ascending or descending order
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
Sets how many entries you would like to skip
Boolean expression for whether a particular entry should be included in the response
x-project
successful operation. Response body contains the list of retrieved clusters
{
"number": 0,
"numberOfElements": 0,
"last": false,
"size": 0,
"totalPages": 0,
"first": false,
"content": [
{
"cpuUsage": "number",
"documentExpirationTimeMicros": "string",
"address": "string",
"memoryUsage": 0,
"nodeLinks": [
"string"
],
"systemContainersCount": 0,
"publicAddress": "string",
"type": "string",
"documentUpdateTimeMicros": "string",
"totalMemory": 0,
"totalCpu": "number",
"documentSelfLink": "string",
"clusterCreationTimeMicros": 0,
"name": "string",
"details": "string",
"tenantLinks": [
"string"
],
"containerCount": 0,
"status": "string"
}
],
"totalElements": 0
}
number
numberOfElements
last
size
totalPages
first
totalElements