GlobalManagerSwitchOverRequestParameter (type)

{
  "description": "Parameter to indicate managed switch over from Active to Standby Global manager.", 
  "id": "GlobalManagerSwitchOverRequestParameter", 
  "module_id": "PolicySiteGM", 
  "properties": {
    "action": {
      "enum": [
        "managed_switchover", 
        "active_failed"
      ], 
      "required": true, 
      "title": "Indicates whether it is managed switchover or due to failure", 
      "type": "string"
    }
  }, 
  "title": "Parameter to indicate managed switch over from Active to Standby Global manager\n", 
  "type": "object"
}