Logo
Akamai APIs API Documentation

Restore a test suite

POST https://{{host}}/test-management/v3/functional/test-suites/:testSuiteId/restore

Restores a deleted test suite and included child objects. You can run this operation within 30 days of deleting the test suite.

 

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

{ "configs": { "propertyManager": { "propertyId": 1234, "propertyName": "config_user8", "propertyVersion": 4 } }, "createdBy": "jperez", "createdDate": "2023-04-12T10:28:13+0000", "executableTestCaseCount": 1, "isLocked": false, "isStateful": false, "modifiedBy": "jperez", "modifiedDate": "2023-04-12T10:29:20+0000", "testSuiteDescription": "This test suite performs basic check of www.user8.example.com", "testSuiteId": 284, "testSuiteName": "www.user8.example.com test suite" }



Curl
curl -X POST 'https://undefined/test-management/v3/functional/test-suites/:testSuiteId/restore?accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS