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.

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