StandbyRelocationConfig (type)

{
  "id": "StandbyRelocationConfig", 
  "module_id": "EdgeHighAvailabilityProfile", 
  "properties": {
    "standby_relocation_threshold": {
      "default": 30, 
      "description": "The time interval (in minutes) to wait before starting the standby service context relocation process.", 
      "maximum": 20000, 
      "minimum": 10, 
      "required": false, 
      "title": "Standby service context relocation wait time", 
      "type": "integer"
    }
  }, 
  "title": "Standby service contexts relocation setting", 
  "type": "object"
}