System Administration > Configuration > NSX Intelligence > Appliance Health

Read consolidated appliance health info (Experimental)

Request:

Method:
GET
URI Path(s):
/api/v1/node/intelligence/appliance-health
/api/v1/transport-nodes/<transport-node-id>/node/intelligence/appliance-health
/api/v1/cluster/<cluster-node-id>/node/intelligence/appliance-health
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/node/intelligence/appliance-health

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
IntelligenceApplianceHealthProperties+

Example Response:

{ "_schema": "IntelligenceApplianceHealthProperties", "_self": { "href": "/node/intelligence/appliance-health", "rel": "self" }, "appliance_health": { "status": "DEGRADED", "reason": "Following services updating metadata failed - Nsx-Config-Sync" "sub_system_status": { "app_services": { "services": [ { "health": "STABLE", "reason": "", "service_name": "anomaly-detection" }, { "health": "STABLE", "reason": "", "service_name": "continuous-monitoring" }, { "health": "STABLE", "reason": "", "service_name": "pace-server" }, { "health": "STABLE", "reason": "", "service_name": "nsx-config" }, { "health": "STABLE", "reason": "", "service_name": "proxy" }, { "health": "STABLE", "reason": "", "service_name": "configure-zookeeper" }, { "health": "STABLE", "reason": "", "service_name": "configure-druid" }, { "health": "STABLE", "reason": "", "service_name": "pace-monitor.timer" }, { "health": "STABLE", "reason": "", "service_name": "processing" }, { "health": "STABLE", "reason": "", "service_name": "spark-job-scheduler" }, { "health": "STABLE", "reason": "", "service_name": "configure-hadoop-hdfs" }, { "health": "STABLE", "reason": "", "service_name": "pre-hadoop-hdfs" }, { "health": "STABLE", "reason": "", "service_name": "nsxi-node-manager" } ], "status": "STABLE" }, "base_infra_services": { "services": [ { "druid_health": { "broker": { "health": "STABLE", "reason": "", }, "coordinator": { "health": "STABLE", "reason": "", }, "historical": { "health": "STABLE", "reason": "", }, "middlemanager": { "health": "STABLE", "reason": "", }, "overlord": { "health": "STABLE", "reason": "", } }, "service_name": "druid" }, { "health": "STABLE", "reason": "" "service_name": "kafka" }, { "health": "STABLE", "reason": "" "service_name": "postgres" }, { "health": "STABLE", "reason": "" "service_name": "spark" }, { "health": "STABLE", "reason": "" "service_name": "zookeeper" }, { "health": "STABLE", "reason": "" "service_name": "hadoop-hdfs" } ], "status": "STABLE" }, "metadata_services": { "reason": "Following services updating metadata failed - Nsx-Config-Sync", "services": [ { "health": "DEGRADED", "reason": "Configuration synchronization failed", "service_name": "nsx-config-sync" } ], "status": "DEGRADED" } } } }

Required Permissions:

read

Feature:

system_information

Additional Errors: