Get Cluster Runtime
Request
URI
GET
https://{api_host}/vco/api/mgmt/runtime
COPY
Query Parameters
boolean
localOnly
Optional
Constraints:
default: false
localOnly
Responses
200
OK
Returns
WsNodeRuntimeList
of type(s)
application/json
{
"runtime": [
{
"now": 0,
"nodeid": "string",
"state": "string",
"fileSystems": [
{
"label": "string",
"total": 0,
"unallocated": 0,
"usable": 0
}
],
"swap": {
"total": 0,
"used": 0
},
"runtime": {
"uptime": 0,
"starttime": 0,
"loadAvg": "number",
"numCpus": 0,
"threadCount": 0,
"peakThreadCount": 0,
"daemonThreadCount": 0,
"heap": {
"init": 0,
"used": 0,
"commited": 0,
"max": 0
},
"nonHeap": {
"init": 0,
"used": 0,
"commited": 0,
"max": 0
}
},
"auth": {
"count": 0,
"total": 0,
"max": 0,
"percentile": 0,
"current": 0
},
"rights": {
"count": 0,
"total": 0,
"max": 0,
"percentile": 0,
"current": 0
},
"datasourceNumActive": {
"count": 0,
"total": 0,
"max": 0,
"percentile": 0,
"current": 0
},
"heartBeatDsNumActive": {
"count": 0,
"total": 0,
"max": 0,
"percentile": 0,
"current": 0
}
}
]
}
array of
object
runtime
Optional
runtime
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/mgmt/runtime
Vcf Operations Orchestrator Cluster Configuration And Runtime Data Operations
GET
Execution Statistics
GET
Get Cluster Runtime
GET
Get Cluster Config