There are two methods to obtain your configuration ID:
From the Control Center
-
Connect to Akamai Control Center.
-
Select Enterprise Center.
-
Select Locations > Locations (or any other ETP specific page).
-
Check out the URL bar of your browser, locate your ETP configuration identifier between
/etp/and/location/:
[block:image]
{
"images": [
{
"image": [
"https://files.readme.io/d1655f3-uls_apicreds_etp_customerid.png",
"uls_apicreds_etp_customerid.png",
1164,
78,
"#e7e5e8"
]
}
]
}
[/block] -
Edit the following section in your
.edgercfile and replace the data accordingly:
[block:code]
{
"codes": [
{
"code": "[default]\n; Akamai {OPEN} API credentials\nhost = akaa-xxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxx.luna.akamaiapis.net\nclient_token = akab-xxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxx\nclient_secret = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\naccess_token = akab-xxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxx\n\n; ETP Config ID (required for ETP usage, can be obtained from the Akamai Web Interface)\netp_config_id = your-ETP-config-ID",
"language": "text"
}
]
}
[/block]
Multi-tenant configurations
You can find the configuration ID for individual tenants listed under General Settings > Tenant Management.
From the API
You can also use the API to retrieve a list of the config IDs assigned to your tenant using the List Configurations operation.
