Notification suppression settings

Prev Next

Description

Get notification suppression settings for a given group.

Curl sample

curl -v https://<cmshost>/wsapis/v2.0.0/proxy/ipsgroup/sysgroup.Web_MPS/config

Method

GET

Response

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

Response code

  • 200

  • 404

  • 503