GatewaySiteFailoverActionConfig (type)

{
  "additionalProperties": false, 
  "description": "configuration to trigger site failover for one or more Tier0 and linked Tier1 gateway(s).", 
  "id": "GatewaySiteFailoverActionConfig", 
  "module_id": "PolicyConnectivity", 
  "properties": {
    "from_site_path": {
      "description": "Source site path for failover. Gateway whose primary site path matches from_site_path are considered for recovery.", 
      "required": true, 
      "title": "Source site path", 
      "type": "string"
    }, 
    "to_primary_site_config": {
      "description": "Recovery  stie for Tier-0 gateway and linked Tier-1 gateway.", 
      "items": {
        "$ref": "GatewayRecoverySiteConfig
      }, 
      "maxItems": 200, 
      "required": true, 
      "title": "Recovery site for gateway", 
      "type": "array"
    }
  }, 
  "title": "Gateway site failover action", 
  "type": "object"
}