Get your configuration ID

There are two methods to obtain your configuration ID:

From the Control Center

  1. Connect to Akamai Control Center.

  2. Select Enterprise Center.

  3. Select Locations > Locations (or any other ETP specific page).

  4. 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]

  5. Edit the following section in your .edgerc file 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.

2368

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.