Suppress or unsupress notification

Prev Next

Description

Suppress/Unsuppress notification.

  • group (required)

  • suppress_warning (optional) - suppress/unsuppress warning for the group

  • appliances (optional) - suppress/unsuppress warning for a list of appliance withing the given group

Curl sample

curl -v -H 'Content-Type: application/json' https://<cmshost>/wsapis/v2.0.0/proxy/ipsgroup/sysgroup.Web_MPS/config --data '{"group":"sysgroup.Web_MPS", "appliances": [ {"appliance": "dsg73", "suppress_warning": true}, {"appliance": "dsg74", "suppress_warning": true} ]}'

Method

POST

Request

{
  "group": "sysgroup.Web_MPS",
  "suppress_warning": false,
  "appliances": [
    {
      "appliance": "dsg73",
      "suppress_warning": true
    },
    {
      "appliance": "dsg74",
      "suppress_warning": true
    }
  ]
}

Response code

  • 200

  • 404

  • 503