NSX-T Data Center Global Manager REST API

GmOperationalState (type)

{
  "description": "Represents the switchover operational state of Global Manager. Offers information about the current switchover operation including status from each Global Manager node and the errors if any.",
  "id": "GmOperationalState",
  "module_id": "GmOperationalState",
  "properties": {
    "consolidated_progress": {
      "enum": [
        "IN_PROGRESS",
        "COMPLETED",
        "FAILED"
      ],
      "read_only": true,
      "title": "Consolidated status of the current operation",
      "type": "string"
    },
    "end_time": {
      "read_only": true,
      "title": "End time of the switchover operation",
      "type": "integer"
    },
    "errors": {
      "items": {
        "type": "string"
      },
      "read_only": true,
      "title": "Errors if any",
      "type": "array"
    },
    "node_statuses": {
      "items": {
        "$ref": "GmNodeStatus"
      },
      "read_only": true,
      "title": "Switchover status from each NSX Global Manager appliance node",
      "type": "array"
    },
    "site_manager_ref": {
      "read_only": true,
      "title": "Timestamp reference for the change provided by SiteManager",
      "type": "integer"
    },
    "start_time": {
      "read_only": true,
      "title": "Start time of the switchover operation",
      "type": "integer"
    },
    "status": {
      "enum": [
        "NONE",
        "ACTIVE",
        "STANDBY",
        "SWITCHING_TO_ACTIVE",
        "SWITCHING_TO_STANDBY",
        "DECOMMISSIONED"
      ],
      "read_only": true,
      "required": true,
      "title": "The current switchover operation requested.",
      "type": "string"
    },
    "warnings": {
      "items": {
        "type": "string"
      },
      "read_only": true,
      "title": "Errors if any",
      "type": "array"
    }
  },
  "title": "Represents the operational state of Global Manager",
  "type": "object"
}