AgentStatus
AgentStatus
JSON Example
{
"components": [
{
"name": "string",
"status": "string",
"status_description": "string"
}
],
"last_status_changed_time": 0,
"name": "string",
"resource_usage": {
"memory_total": 0,
"memory_used": 0
},
"status": "string",
"status_description": "string"
}
integer As int64
As int64
last_status_changed_time
Optional
Timestamp of the last status change, in epoch milliseconds
string
name
Optional
Agent name
Possible values are :
NSX_AGENT,
NSX_OPSAGENT,
NSX_CFGAGENT,
NSX_NESTDB,
NSX_EXPORTER,
NSX_VDPI,
string
status
Optional
Agent status
Possible values are :
UP,
DOWN,
UNKNOWN,
DEGRADED,
string
status_description
Optional
Describe what makes the status not UP