Number of APIs: 30
Test Center allows you to test how configuration changes affect your web content on Akamai edge network. Prior to activation, you can check to make sure they're not behaving in an unexpected manner.
This testing tool helps to prevent issues caused by misconfiguration and insufficient testing, increasing your confidence in the safety and correctness of your configuration changes. Test Center is a contract-aware application and it can be used with Property Manager and Security configurations. It serves as an addition to your existing tests and workflows, not as their replacement. You can use this API to:
- Run functional testing, to assert expected conditions to positively confirm that a config version behaves as intended.
- Manage objects created in Test Center: test suites, functional test cases, and variables.
- View results of test runs. Create an authentication credential that contains the client token and client secret required to authenticate Akamai API requests. Note: If you don't have access to the Identity and Access Management tool, contact your local Akamai Control Center admin or your Akamai account team for assistance. Note: If you need to refine access levels or permissions, see Create a client with custom permissions. You can use this API collection in these integration methods:
- API
- Powershell
- CLIAuthentication
[default]
as a header above all text. [default]
client_secret = C113nt53KR3TN6N90yVuAgICxIRwsObLi0E67/N8eRN=
host = akab-h05tnam3wl42son7nktnlnnx-kbob3i3v.luna.akamaiapis.net
access_token = akab-acc35t0k3nodujqunph3w7hzp7-gtm6ij
client_token = akab-c113ntt0k3n4qtari252bfxxbsl-yvsdj
Integration methods
PUT https://{{host}}/test-management/v3/functional/test-suites/:testSuiteId/test-cases/order
GET https://{{host}}/test-management/v3/functional/test-requests
GET https://{{host}}/test-management/v3/test-runs
POST https://{{host}}/test-management/v3/test-runs
PUT https://{{host}}/test-management/v3/functional/test-suites/:testSuiteId
DELETE https://{{host}}/test-management/v3/functional/test-suites/:testSuiteId
GET https://{{host}}/test-management/v3/test-runs/:testRunId
GET https://{{host}}/test-management/v3/test-runs/:testRunId/raw-request-response
ENDPOINTS