NSX-T Data Center REST API

GatewayFailoverRequestParameters (type)

{
  "additionalProperties": false, 
  "id": "GatewayFailoverRequestParameters", 
  "module_id": "PolicyConnectivityStatistics", 
  "properties": {
    "enforcement_point_path": {
      "description": "String Path of the enforcement point.", 
      "title": "Enforcement point path", 
      "type": "string"
    }, 
    "preferred_active_edge_path": {
      "description": "Failover gateway to the specified edge node. If the node is already active, then the failover is skipped. The path must be one of the edge nodes allocated for the gateway. The API is only supported if high availability mode is active/standby and using non-preemptive failover.", 
      "required": true, 
      "title": "Policy path of edge node", 
      "type": "string"
    }
  }, 
  "title": "Gateway HA failover request parameters", 
  "type": "object"
}