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.
Body
PARAM
Key | Datatype | Required | Description |
accountSwitchKey
|
string | (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys). |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
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"
} |
ENDPOINTS