NSX-T Data Center Global Manager REST API

GlobalManagerSwitchOverRequestParameter (type)

{
  "description": "Parameter to force switch over from Standby to Active.", 
  "id": "GlobalManagerSwitchOverRequestParameter", 
  "module_id": "PolicySiteGM", 
  "properties": {
    "force": {
      "description": "If true indicates that user requested make standby Global Manager as active ignoring the state of current active Global Manager. Typically, recommended to use when active Global Manager is failed or not reachable.", 
      "title": "Indciates force switchover to Active", 
      "type": "boolean"
    }
  }, 
  "title": "Parameter to force switchover", 
  "type": "object"
}