NSX-T Data Center REST API

SiteAllocationIndexForEdge (type)

{
  "additionalProperties": false,
  "description": "Index for cross site allocation for edge cluster and its members referred by gateway.",
  "id": "SiteAllocationIndexForEdge",
  "module_id": "PolicyConnectivity",
  "properties": {
    "index": {
      "description": "Unqiue edge cluster node index across sites based on stretch of the Gateway. For example, if a Gateway is streched to sites S1 with one edge cluster of 3 nodes and site S2 with one edge cluster of 2 nodes, the in the Global Manager will allocate the index for 5 edge nodes and 2 cluster in the rage 0 to 7.",
      "readonly": true,
      "title": "Unique index across sites for gateway span",
      "type": "integer"
    },
    "target_resource_path": {
      "readonly": true,
      "title": "Edge cluster or edge node path",
      "type": "string"
    }
  },
  "title": "Allocation index for edge\n",
  "type": "object"
}