Update policy exceptions

Prev Next

API URL

POST https://<host>/config/network/exception/update

Sample curl request

curl -XPOST -kg -H "$c" -d '[. . .]' "https://host/wsapis/v2.0.0/config/network/exception/update"

Authentication

Standard WSAPI authentication

Request body

			[
			{
			"id": 9,
			"exception_value": "Mal.Binary123.updated1"
			},
			{
			"id": 10,
			"exception_value": "Mal.Binary123.updated2"
			},
			{
			"id": 11,
			"exception_value": "Mal.Binary123.updated3"
			}
			]

Response

  • HTTP OK with empty JSON body

  • HTTP Error code with JSON body with error message

Response mime type

application/json