Logo
API_DOC API Documentation

List maps

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

Returns a list of all Site Shield maps that belong to your account.

 

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

{ "siteShieldMaps": [ { "acknowledgeRequiredBy": 1679661685000, "acknowledged": true, "acknowledgedBy": "jsmith", "acknowledgedOn": 1649661984000, "contacts": [ "jsmith@example.com" ], "currentCidrs": [ "192.0.2.29/24", "192.0.2.71/24", "192.0.2.0/24", "192.0.2.140/24", "192.0.2.212/24" ], "id": 123456789, "latestTicketId": 2456, "mapAlias": "ABC Company", "mcmMapRuleId": 12345, "proposedCidrs": [ "192.0.2.232/24", "192.0.2.228/24", "192.0.2.115/24", "192.0.2.16/24", "192.0.2.154/24" ], "ruleName": "ss.akamai.net", "service": "S", "shared": false, "sureRouteName": "route.name.example.com", "type": "Production" }, { "acknowledgeRequiredBy": 1569661685000, "acknowledged": true, "acknowledgedBy": "adevi", "acknowledgedOn": 1569661984000, "contacts": [ "luna@akamai.com", "new@email.com" ], "currentCidrs": [ "192.0.2.51/24", "192.0.2.16/24", "192.0.2.76/24", "192.0.2.70/24", "192.0.2.251/24", "192.0.2.57/24", "192.0.2.153/24", "192.0.2.40/24", "192.0.2.49/24" ], "id": 7964, "latestTicketId": 5884, "mapAlias": "Capybara Corp", "mcmMapRuleId": 957, "proposedCidrs": [], "ruleName": "e;s9.akamaiedge.net", "service": "S", "shared": false, "type": "Production" }, { "acknowledgeRequiredBy": 1684661685000, "acknowledged": true, "acknowledgedBy": "afero", "acknowledgedOn": 1647261984000, "contacts": [ "pulse@akamai.com" ], "currentCidrs": [], "id": 65, "latestTicketId": 883, "mapAlias": "Kookaburra Inc secure", "mcmMapRuleId": 4255, "proposedCidrs": [ "192.0.2.205/24", "192.0.2.226/24", "192.0.2.228/24", "192.0.2.191/24", "192.0.2.157/24", "192.0.2.33/24", "192.0.2.25/24", "192.0.2.41/24", "192.0.2.146/24", "192.0.2.174/24", "192.0.2.25/24", "192.0.2.239/24", "192.0.2.186/24", "192.0.2.115/24", "192.0.2.207/24", "192.0.2.132/24", "192.0.2.117/24", "192.0.2.231/24", "192.0.2.166/24", "192.0.2.22/24", "192.0.2.121/24", "192.0.2.160/24", "192.0.2.174/24", "192.0.2.58/24" ], "ruleName": "e;s1.akamaiedge.net", "service": "S", "shared": false, "sureRouteName": "route.name.example.com", "type": "Production" } ] }



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

ENDPOINTS