Logo
Akamai APIs API Documentation

Submit a test run

POST https://{{host}}/test-management/v3/test-runs

Submits a test run for functional testing. With one request you can run the test for a property version, test suite, and functional test case.

 

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 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://undefined/test-management/v3/test-runs?accountSwitchKey=' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"functional":{"propertyManagerExecution":{"propertyId":123,"propertyVersion":2,"testSuiteExecutions":[{"testCaseExecutions":[{"testCaseId":4}],"testSuiteId":3},{"testSuiteId":4}]}},"note":"Test a change on staging that is implemented in config_user11 Version 15.","purgeOnStaging":false,"sendEmailOnCompletion":true,"targetEnvironment":"STAGING"}'

ENDPOINTS