TestProfileRunOutput interface

The Test Profile Run Model. Test Profile Run resource enables you to instantiate an already created test profile and run load tests to get recommendations on the optimal configuration for the target resource.

Properties

createdBy

The user that created.

createdDateTime

The creation datetime(RFC 3339 literal format).

description

The test profile run description

displayName

Display name for the test profile run.

durationInSeconds

Test profile run duration in seconds.

endDateTime

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

errorDetails

Error details if there is any failure in test profile run. These errors are specific to the Test Profile Run.

lastModifiedBy

The user that last modified.

lastModifiedDateTime

The last Modified datetime(RFC 3339 literal format).

recommendations

Recommendations provided based on a successful test profile run.

startDateTime

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

status

The test profile run status.

Possible values: "ACCEPTED", "NOTSTARTED", "EXECUTING", "DONE", "CANCELLING", "CANCELLED", "FAILED"

targetResourceConfigurations

Configurations of the target resource on which the test profile ran.

targetResourceId

Target resource ID on which the test profile run is created

testProfileId

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

testProfileRunId

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

testRunDetails

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

Property Details

createdBy

The user that created.

createdBy?: string

Property Value

string

createdDateTime

The creation datetime(RFC 3339 literal format).

createdDateTime?: string

Property Value

string

description

The test profile run description

description?: string

Property Value

string

displayName

Display name for the test profile run.

displayName?: string

Property Value

string

durationInSeconds

Test profile run duration in seconds.

durationInSeconds?: number

Property Value

number

endDateTime

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

endDateTime?: string

Property Value

string

errorDetails

Error details if there is any failure in test profile run. These errors are specific to the Test Profile Run.

errorDetails?: ErrorDetailsOutput[]

Property Value

lastModifiedBy

The user that last modified.

lastModifiedBy?: string

Property Value

string

lastModifiedDateTime

The last Modified datetime(RFC 3339 literal format).

lastModifiedDateTime?: string

Property Value

string

recommendations

Recommendations provided based on a successful test profile run.

recommendations?: TestProfileRunRecommendationOutput[]

Property Value

startDateTime

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

startDateTime?: string

Property Value

string

status

The test profile run status.

Possible values: "ACCEPTED", "NOTSTARTED", "EXECUTING", "DONE", "CANCELLING", "CANCELLED", "FAILED"

status?: string

Property Value

string

targetResourceConfigurations

Configurations of the target resource on which the test profile ran.

targetResourceConfigurations?: TargetResourceConfigurationsOutput

Property Value

targetResourceId

Target resource ID on which the test profile run is created

targetResourceId?: string

Property Value

string

testProfileId

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

testProfileId?: string

Property Value

string

testProfileRunId

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

testProfileRunId: string

Property Value

string

testRunDetails

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

testRunDetails?: Record<string, TestRunDetailOutput>

Property Value

Record<string, TestRunDetailOutput>