NSX-T Data Center REST API

MonitoringInfo (type)

{
  "description": "Provides monitoring information for all flows in federation from the given site where the API is invoked. For example - monitoring information from Global Manager doesn't provide details of Local Manager to Local Manager flows. Similary, LocalManager will not provide Global Manager ACTIVE to Global Manager STANDBY flow details.",
  "id": "MonitoringInfo",
  "module_id": "FederationObservability",
  "properties": {
    "errors": {
      "items": {
        "$ref": "MonitoringError"
      },
      "read_only": true,
      "title": "All errors occurred while gathering monitoring info",
      "type": "array"
    },
    "flow_info": {
      "items": {
        "$ref": "FlowInfo"
      },
      "read_only": true,
      "title": "Monitoring information of flows in federation",
      "type": "array"
    }
  },
  "title": "Provides details of all flows in federation",
  "type": "object"
}