NSX-T Data Center REST API

GatewayReallocationRequestParameters (type)

{
  "additionalProperties": false,
  "id": "GatewayReallocationRequestParameters",
  "module_id": "PolicyConnectivityStatistics",
  "properties": {
    "gateway_path": {
      "description": "Gateway path can be VPC, tier-1 or CTGW.",
      "required": true,
      "title": "Policy path of the gateway to be reallocated or re-balanced",
      "type": "string"
    },
    "number_of_edge_nodes": {
      "description": "Supported only for CTGW stateless active-active gateways. Provide a minimum count of two and a maximum of eight to achieve scale-out or scale-in.",
      "maximum": 8,
      "minimum": 2,
      "title": "Number of edge nodes for CTGW stateless active-active",
      "type": "int"
    },
    "preferred_edge_paths": {
      "description": "Preferred edge node or VNA policy paths must belong to the same edge or VNA cluster on which the gateway currently exists. For an active-standby gateway, you must provide two preferred nodes path to maintain high availability. For active-active CTGW, provide a minimum of two and a maximum of eight edge node paths to achieve scale-out or scale-in.",
      "items": {
        "type": "string"
      },
      "maxItems": 8,
      "minItems": 2,
      "title": "Policy path of edge node or VNA in cluster to do manual placement",
      "type": "array"
    }
  },
  "title": "Gateway reallocation or re-balance request parameters",
  "type": "object"
}