NSX-T Data Center REST API

GmRtepConfig (type)

{
  "additionalProperties": false,
  "description": "Global Manager federation RTEP configuration. This configuration is distributed to all Sites participating in federation.",
  "id": "GmRtepConfig",
  "module_id": "PolicySiteGM",
  "properties": {
    "ibgp_password": {
      "description": "Password to authenticate IBGP session between remote tunnel endpoints created on federated sites. This is applied to inter-site underlay IBGP neighbors created over remote tunnel endpoints on all sites. Empty string (\"\") clears existing password.",
      "maxLength": 20,
      "required": false,
      "sensitive": true,
      "title": "Password for IBGP sessions between federated sites",
      "type": "secure_string"
    }
  },
  "title": "Global Manager federation RTEP configuration",
  "type": "object"
}