NSX-T Data Center REST API

MetricError (type)

{
  "description": "The health metric error code and message.",
  "id": "MetricError",
  "module_id": "SystemHealthMetadata",
  "properties": {
    "metric_error_code": {
      "description": "The error code of the health metric.",
      "title": "Metric error code",
      "type": "string"
    },
    "metric_error_message": {
      "description": "The error message of the health metric.",
      "title": "Metric error message",
      "type": "string"
    }
  },
  "title": "Metric error",
  "type": "object"
}