TestProfileRun

Create and start a new test profile run.

Create and start a new test profile run with the given test profile run Id.

patch/test-profile-runs/{testProfileRunId}

Path parameters

testProfileRunIdstring required

Unique identifier for the test profile run, 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.

testProfileRunIdstring required

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

displayNamestring

Display name for the test profile run.

descriptionstring

The test profile run description

testProfileIdstring

Associated test profile ID for the test profile run. This is required to create a test profile run and can't be updated.

targetResourceIdstring arm-id

Target resource ID on which the test profile run is created

status'ACCEPTED' | 'NOTSTARTED' | 'EXECUTING' | 'DONE' | 'CANCELLING' | 'CANCELLED' | 'FAILED'

Test profile run status.

startDateTimestring date-time

The test profile run start DateTime(RFC 3339 literal format).

endDateTimestring date-time

The test profile run end DateTime(RFC 3339 literal format).

durationInSecondsinteger

Test profile run duration in seconds.

testRunDetailsobject

Details of the test runs ran as part of the test profile run. Key is the testRunId of the corresponding testRun.

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