[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

Status

Detailed status of a resource or service.


Properties

number as float
allocated_cpu Required

Total allocated CPU


number as float
allocated_memory Required

Total allocated memory in GBs.


number as float
allocated_storage Required

Total allocated storage in GBs.


array of number as float
cpu Required

1 min/5 min/15 min tuple of average CPU usage.


health Required

If a resource or service is stable.

Possible values are: UPPARTIALLY_UPDOWNDEGRADED


number as float
memory Required

Current memory usage in GBs


number as float
storage Required

Current storage usage in GB.

JSON Example

{
	"allocated_cpu": 0,
	"allocated_memory": 0,
	"allocated_storage": 0,
	"cpu": 0,
	"health": "UP",
	"memory": 0,
	"storage": 0
}
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Used By

ServiceStatus
NodeStatus
ClusterStatus

Feedback

Was this page helpful?