Test

Get load test details by test Id

Get load test details by test Id

get/tests/{testId}

Path parameters

testIdstring required

Unique test identifier for the load test, must contain only lower-case alphabetic, numeric, underscore or hyphen characters.

Query parameters

api-versionstring required

The API version to use for this operation.

Response

The request has succeeded.

secretsobject

Secrets can be stored in an Azure Key Vault or any other secret store. If the secret is stored in an Azure Key Vault, the value should be the secret identifier and the type should be AKV_SECRET_URI. If the secret is stored elsewhere, the secret value should be provided directly and the type should be SECRET_VALUE.

environmentVariablesobject

Environment variables which are defined as a set of <name,value> pairs.

testIdstring required

Unique test identifier for the load test, must contain only lower-case alphabetic, numeric, underscore or hyphen characters.

descriptionstring

The test description.

displayNamestring

Display name of a test.

subnetIdstring

Subnet ID on which the load test instances should run.

keyvaultReferenceIdentityTypestring

Type of the managed identity referencing the Key vault.

keyvaultReferenceIdentityIdstring

Resource Id of the managed identity referencing the Key vault.

createdDateTimestring date-time

The creation datetime(RFC 3339 literal format).

createdBystring

The user that created.

lastModifiedDateTimestring date-time

The last Modified datetime(RFC 3339 literal format).

lastModifiedBystring

The user that last modified.

Changes