NSX-T Data Center REST API

MonitoringError (type)

{
  "description": "Monitoring information is gathered from multiple sub-systems/components, using REST or RPC calls internally. It is quite possible for a component or sub-system fail, in which case it is captured as an error and reported.", 
  "id": "MonitoringError", 
  "module_id": "FederationObservability", 
  "properties": {
    "error_code": {
      "read_only": true, 
      "title": "NSX error code if available", 
      "type": "integer"
    }, 
    "error_message": {
      "read_only": true, 
      "title": "Error mesage", 
      "type": "string"
    }, 
    "params": {
      "items": {
        "type": "object"
      }, 
      "read_only": true, 
      "title": "Parameters for construcing error details", 
      "type": "array"
    }
  }, 
  "title": "Represents an error that occurred while gathering information", 
  "type": "object"
}