Logo
API_DOC API Documentation

Get a map

GET https://{{host}}/siteshield/v1/maps/:id

Returns information about the specified map, such as the map name, firewall addresses, and when the map was last updated.

 

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" }



Curl
curl -X GET 'https://host/siteshield/v1/maps/:id?accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS