NSX-T Data Center REST API

FlowInfo (type)

{
  "description": "Provides details of config flow in federation Federation has the following flows - Global Manager to Local Manager (GM -> LM) - Local Manager to Glocal Manager (LM -> GM) - Global Manager Active to Glocal Manager Standby (GM -> GM) - Local Manager to Local Manager (LM -> LM)",
  "id": "FlowInfo",
  "module_id": "FederationObservability",
  "properties": {
    "cross_site_flow_info": {
      "$ref": "CrossSiteFlowInfo",
      "read_only": true,
      "title": "Corss site flow information for the flow"
    },
    "flow_type": {
      "enum": [
        "GM_TO_LM",
        "LM_TO_GM",
        "GM_TO_GM",
        "LM_TO_LM",
        "GM_WORK_QUEUE",
        "GM_DELETE_QUEUE"
      ],
      "read_only": true,
      "title": "Flow identifier",
      "type": "string"
    },
    "id": {
      "read_only": true,
      "title": "System identifier for the flow",
      "type": "string"
    },
    "queue_infos": {
      "description": "Every flow will have transmitter and receiver queues.",
      "items": {
        "$ref": "FederationQueueInfo"
      },
      "read_only": true,
      "title": "Queue information for the flow",
      "type": "array"
    }
  },
  "title": "Details of config flow",
  "type": "object"
}