List test requests

Lists test requests created in your organization.

Query Params
string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Responses

Response body
object
testRequests
array of objects
required
length ≥ 0

Lists supported test requests in your organization.

testRequests*
object
boolean
Defaults to true

Encodes requestBody. It applies only if clientType is set to CURL and requestMethod to POST, true by default.

string
length between 1 and 4000

Request body for the testRequestUrl. It applies only when clientType is CURL and requestMethod is POST.

string
length ≥ 1

Read-only Value of test request body after resolving all variables. It applies only when the resolveVariables query parameter is true and the request body has variables to resolve.

requestHeaders
array of objects
length ≥ 0

Lists request or Akamai Pragma headers included in the functional test case. See Pragma headers for the list of supported values.

requestHeaders
object
string
required

Request header settings. Possible values are: ADD to add the entered request headers, MODIFY to modify the existing request headers, or FILTER to filter entered request headers from this functional test case.

ADD MODIFY FILTER

string
required
length ≥ 1

Name of the request header.

string
length ≥ 1

Read-only Resolved value of headerName, if actual value contains resolvable variables.

string
required
length ≥ 1

Value of the request header.

string
length ≥ 1

Read-only Actual value of the variables included in headerValue.

string
required

Request method for the testRequestUrl. The available values are: HEAD, GET, and POST.

HEAD GET POST

tags
array of strings
length ≥ 0

Lists keywords for the test request. They're useful to filter test cases in the Test Center application.

tags
uri
required
length ≤ 2048

Fully qualified URL of the page or object you want to test. The URL needs to include a protocol, a hostname, a path, and any optional query parameters. Test Center requests this URL from a browser, as well as any requests triggered by it.

uri

Read-only Value of test request URL after resolving all variables. It applies only when the resolveVariables query parameter is true and the URL has variables to resolve.

Language
Authentication
URL