Logo
Akamai APIs API Documentation

Get site meta info

GET https://{{host}}/etp-config/v3/configs/:configId/sites-meta-info

Provides site meta info 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

[ { "accessConfig": { "configurable": true, "delegatedAdmins": [ "delegatedUser@org.com" ], "readable": true }, "clientOverridePolicyId": 32987, "clientOverridePolicyInfo": { "id": 32987, "name": "Policy_corp" }, "createdBy": "mrossi", "createdDate": "2017-04-25T22:26:15.687+0000", "description": "IPs not assigned to a configured Location", "exitPoints": [ { "addrType": "ADDR_TYPE_IPV4", "ipAddr": "192.0.2.6" } ], "id": 2160, "isOffnetworkLocation": false, "modifiedBy": "mrossi", "modifiedDate": "2017-04-25T22:26:15.687+0000", "name": "Unidentified IPs", "policyId": 2480, "policyInfo": { "id": 2480, "name": "Default" } } ]



Curl
curl -X GET 'https://undefined/etp-config/v3/configs/:configId/sites-meta-info?accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS