NSX-T Data Center REST API

UaServiceHealthMetrics (type)

{
  "description": "Health metrics of service on a unified appliance node.",
  "id": "UaServiceHealthMetrics",
  "module_id": "SystemHealth",
  "properties": {
    "last_status_update_time": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp of the last status update, in epoch milliseconds.",
      "required": false,
      "title": "Last status update time"
    },
    "metrics": {
      "description": "Component metrics detail.",
      "items": {
        "$ref": "MetricItem"
      },
      "required": false,
      "title": "List of service sub-component metrics",
      "type": "array"
    },
    "node_id": {
      "description": "UUID of unified appliance node to which service belongs.",
      "required": true,
      "title": "UUID of unified appliance node to which service belongs",
      "type": "string"
    },
    "service_name": {
      "description": "The service name of unified appliance.",
      "title": "Service name",
      "type": "string"
    }
  },
  "title": "Health metrics of service on a unified appliance node",
  "type": "object"
}