Acknowledge the map

POST https://{{host}}/siteshield/v1/maps/:id/acknowledge

Acknowledges the proposed firewall update for the specified map. When necessary, the Site Shield Management application issues an update to the IP address list and sends a notification to you to update your firewall. See Firewall updates and address change acknowledgment for more details.

Request Params

KeyDatatypeRequiredDescription
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"acknowledgeRequiredBy":1679661685000,"acknowledged":true,"acknowledgedBy":"jsmith","acknowledgedOn":1649661984000,"contacts":["example@example.com"],"currentCidrs":["192.0.2.114/24","192.0.2.82/24","192.0.2.99/24","192.0.2.247/24","192.0.2.182/24"],"id":123456789,"latestTicketId":2456,"mapAlias":"example","mcmMapRuleId":12345,"proposedCidrs":["192.0.2.103/24","192.0.2.110/24","192.0.2.161/24","192.0.2.16/24","192.0.2.25/24"],"ruleName":"ss.akamai.net","service":"S","shared":false,"sureRouteName":"route.name.example.com","type":"Production"}