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

ServiceStatusList

A list of status of services


Properties

array of ServiceStatus
data Required

A list of status of resources and services


messaging_service Required

Detailed status of messaging service incoming/outcoming byte rate.

JSON Example

{
	"data": [
		{
			"allocated_cpu": 0,
			"allocated_memory": 0,
			"allocated_storage": 0,
			"cpu": 0,
			"health": "UP",
			"memory": 0,
			"service_name": "ANALYTICS",
			"storage": 0
		}
	],
	"messaging_service": {
		"byte_in_rate": 0,
		"byte_out_rate": 0,
		"request_rate": 0
	}
}
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Returned By

Get Services Status

Feedback

Was this page helpful?