NSX-T Data Center REST API

ShaMonitorProfileUpdateParameters (type)

{
  "additionalProperties": false,
  "description": "Some configurations of the SHA monitor profile have the expected value and are not intended for the user to update to a non-expected value. If the user does know what they are doing and intends to update it to a non-expected value, they are required to set 'force=true'.",
  "id": "ShaMonitorProfileUpdateParameters",
  "module_id": "PolicyShaMonitor",
  "properties": {
    "force": {
      "required": false,
      "type": "boolean"
    }
  },
  "title": "SHA monitor profile update parameters",
  "type": "object"
}