NSX-T Data Center REST API

AlarmStatusParameter (type)

{
  "id": "AlarmStatusParameter",
  "module_id": "Monitoring",
  "properties": {
    "new_status": {
      "$ref": "MonitoringStatus",
      "description": "Specify new alarm status for the alarm. Can be one of OPEN, ACKNOWLEDGED, SUPPRESSED, RESOLVED.",
      "required": true,
      "title": "Status"
    },
    "suppress_duration": {
      "description": "Specify duration in hours for which Alarm should be suppressed.This value must be specified if the new_status is SUPPRESSED.",
      "title": "Duration in hours for which Alarm should be suppressed",
      "type": "integer"
    }
  },
  "title": "Parameters to update status of alarm",
  "type": "object"
}