NSX-T Data Center REST API

BackupUiFramesInfo (type)

{
  "id": "BackupUiFramesInfo",
  "properties": {
    "active_gm": {
      "enum": [
        "ACTIVE",
        "STANDBY",
        "NONE",
        "INVALID"
      ],
      "readonly": true,
      "required": false,
      "title": "Does site have active GM",
      "type": "string"
    },
    "api_endpoint": {
      "enum": [
        "global-manager",
        "nsxapi",
        "ica"
      ],
      "readonly": true,
      "required": true,
      "title": "prefix to be used for api call",
      "type": "string"
    },
    "frame_type": {
      "enum": [
        "GLOBAL_MANAGER",
        "LOCAL_MANAGER",
        "LOCAL_LOCAL_MANAGER",
        "NSX_INTELLIGENCE"
      ],
      "help_detail": "This attribute is used to indicate the service on current\nsite or other site for which backup is handled.\nLOCAL_LOCAL_MANAGER corresponds to local LM of the site.\nLOCAL_MANAGER cprresponds to LM of other site.\n",
      "readonly": true,
      "required": true,
      "title": "Type of service, for which backup is handled",
      "type": "string"
    },
    "site_id": {
      "readonly": true,
      "required": true,
      "title": "Id of the site",
      "type": "string"
    },
    "site_version": {
      "readonly": true,
      "required": true,
      "title": "Version of the site",
      "type": "string"
    }
  },
  "type": "object"
}