NSX-T Data Center REST API

SiteFederationConfig (type)

{
  "additionalProperties": false,
  "description": "Site fedeation configuration.",
  "id": "SiteFederationConfig",
  "module_id": "PolicySiteGM",
  "properties": {
    "rtep_ips": {
      "items": {
        "$ref": "IPAddress"
      },
      "readonly": true,
      "title": "Remote tunnel endpoint IP addresses",
      "type": "array"
    },
    "site_id": {
      "readonly": true,
      "title": "Site UUID",
      "type": "string"
    },
    "site_index": {
      "readonly": true,
      "title": "Unique site index allocated (from range 0-4095)",
      "type": "integer"
    },
    "site_path": {
      "readonly": true,
      "title": "Site path",
      "type": "string"
    }
  },
  "title": "Site fedeation configuration",
  "type": "object"
}