NSX-T Data Center Global Manager REST API

GmImportSpec (type)

{
  "additionalProperties": false,
  "description": "Specification for importing data from another GM.",
  "id": "GmImportSpec",
  "module_id": "FederationUpgrade",
  "properties": {
    "gm_ip": {
      "description": "IP address of the GM VM.",
      "required": true,
      "title": "GM IP",
      "type": "string"
    },
    "gm_password": {
      "description": "Password for the GM VM.",
      "required": true,
      "title": "GM password",
      "type": "secure_string"
    },
    "gm_username": {
      "description": "Username of the GM VM.",
      "required": true,
      "title": "GM username",
      "type": "string"
    },
    "pub_url": {
      "description": "URL for the PUB bundle.",
      "required": true,
      "title": "PUB URL",
      "type": "string"
    },
    "thumbprint": {
      "description": "Thumbprint of the GM VM.",
      "required": true,
      "title": "Thumbprint",
      "type": "string"
    }
  },
  "title": "GM Import Specification",
  "type": "object"
}