Logo
Akamai APIs API Documentation

Variables

Number of APIs: 5


1. Add variables to a test suite

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

Adds new variables to a test suite. You can use variables in a test request's URL or request headers and in condition expression, as a substitute of placeholders. To learn more, see Variables. The operation responds with a partial-success 207 response.



2. List variables

GET https://{{host}}/test-management/v3/functional/test-suites/:testSuiteId/variables

Lists variables created in a test suite.



3. Update variables

PUT https://{{host}}/test-management/v3/functional/test-suites/:testSuiteId/variables

Updates variables in a test suite. The operation responds with a partial-success 207 response.



4. Delete variables

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

Deletes unused variables from a test suite. The operation responds with a partial-success 207 response.



5. Get a variable

GET https://{{host}}/test-management/v3/functional/test-suites/:testSuiteId/variables/:variableId

Returns details of a variable used in a test suite.



ENDPOINTS