Microsoft.LoadTestService (preview:2021-07-01)

2025/06/26 • 27 deleted methods

AppComponent_CreateOrUpdateAppComponents (removed)
Description Associate app component (a azure resource model) to a test model or test run
Reference Link ¶

⚼ Request

PATCH:  /appcomponents/{name}
{
name: string ,
api-version: string ,
body:
{
resourceId: string ,
testId: string ,
testRunId: string ,
name: string ,
value: object ,
}
,
}

⚐ Response (200)

{
resourceId: string ,
testId: string ,
testRunId: string ,
name: string ,
value: object ,
}

⚐ Response (201)

{
resourceId: string ,
testId: string ,
testRunId: string ,
name: string ,
value: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
AppComponent_DeleteAppComponent (removed)
Description Delete app component
Reference Link ¶

⚼ Request

DELETE:  /appcomponents/{name}
{
name: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
AppComponent_GetAppComponentByName (removed)
Description Get App components for a given appComponentName in query param.
Reference Link ¶

⚼ Request

GET:  /appcomponents/{name}
{
name: string ,
api-version: string ,
}

⚐ Response (200)

{
resourceId: string ,
testId: string ,
testRunId: string ,
name: string ,
value: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
AppComponent_GetAppComponent (removed)
Description Get App components for a test model or a test run of given name in query param.
Reference Link ¶

⚼ Request

GET:  /appcomponents
{
testId: string ,
testRunId: string ,
api-version: string ,
}

⚐ Response (200)

{
resourceId: string ,
testId: string ,
testRunId: string ,
name: string ,
value: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
File_FileValidate (removed)
Description Validate input file. File name must be a valid URL character ^[a-z0-9_-]*$. File size can't be more than 50 MB.
Reference Link ¶

⚼ Request

POST:  /file/{fileId}:validate
{
fileId: string ,
api-version: string ,
file: file ,
}

⚐ Response (200)

{
valid: boolean ,
error: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
ServerMetrics_CreateOrUpdateServerMetricsConfig (removed)
Description Associate server metrics config to a test model or test run
Reference Link ¶

⚼ Request

PATCH:  /serverMetricsConfig/{name}
{
name: string ,
api-version: string ,
body:
{
name: string ,
testId: string ,
testRunId: string ,
metrics: object ,
}
,
}

⚐ Response (200)

{
name: string ,
testId: string ,
testRunId: string ,
metrics: object ,
}

⚐ Response (201)

{
name: string ,
testId: string ,
testRunId: string ,
metrics: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
ServerMetrics_GetServerMetricsByName (removed)
Description Get server metrics config for a given name in query param.
Reference Link ¶

⚼ Request

GET:  /serverMetricsConfig/{name}
{
name: string ,
api-version: string ,
}

⚐ Response (200)

{
name: string ,
testId: string ,
testRunId: string ,
metrics: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
ServerMetrics_DeleteServerMetrics (removed)
Description Delete server metrics config by given name
Reference Link ¶

⚼ Request

DELETE:  /serverMetricsConfig/{name}
{
name: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
ServerMetrics_GetServerMetrics (removed)
Description Get server metrics config for a test model or test run of given name in query param.
Reference Link ¶

⚼ Request

GET:  /serverMetricsConfig
{
testId: string ,
testRunId: string ,
api-version: string ,
}

⚐ Response (200)

{
name: string ,
testId: string ,
testRunId: string ,
metrics: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
ServerMetrics_GetServerDefaultMetrics (removed)
Description Get all default server metrics config with supported resource type
Reference Link ¶

⚼ Request

GET:  /serverMetricsConfig/default
{
api-version: string ,
}

⚐ Response (200)

{
defaultMetrics: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
ServerMetrics_ListSupportedResourceType (removed)
Description Get all supported resource types for app components(azure resource types)
Reference Link ¶

⚼ Request

GET:  /serverMetricsConfig/supportedResourceTypes
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
string ,
]
,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
Test_CreateOrUpdateTest (removed)
Description Creates/Updates a new load test. Test name must be a valid URL character ^[a-z0-9_-]*$
Reference Link ¶

⚼ Request

PATCH:  /loadtests/{testId}
{
testId: string ,
api-version: string ,
body:
{
testId: string ,
description: string ,
displayName: string ,
resourceId: string ,
loadTestConfig:
{
engineInstances: integer ,
}
,
passFailCriteria:
{
passFailMetrics: object ,
}
,
createdDateTime: string ,
createdBy: string ,
lastModifiedDateTime: string ,
lastModifiedBy: string ,
inputArtifacts:
{
configUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
testScriptUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
inputArtifactsZipFileurl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
additionalUrls:
[
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
]
,
}
,
secrets: object ,
environmentVariables: object ,
}
,
}

⚐ Response (200)

{
testId: string ,
description: string ,
displayName: string ,
resourceId: string ,
loadTestConfig:
{
engineInstances: integer ,
}
,
passFailCriteria:
{
passFailMetrics: object ,
}
,
createdDateTime: string ,
createdBy: string ,
lastModifiedDateTime: string ,
lastModifiedBy: string ,
inputArtifacts:
{
configUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
testScriptUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
inputArtifactsZipFileurl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
additionalUrls:
[
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
]
,
}
,
secrets: object ,
environmentVariables: object ,
}

⚐ Response (201)

{
testId: string ,
description: string ,
displayName: string ,
resourceId: string ,
loadTestConfig:
{
engineInstances: integer ,
}
,
passFailCriteria:
{
passFailMetrics: object ,
}
,
createdDateTime: string ,
createdBy: string ,
lastModifiedDateTime: string ,
lastModifiedBy: string ,
inputArtifacts:
{
configUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
testScriptUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
inputArtifactsZipFileurl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
additionalUrls:
[
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
]
,
}
,
secrets: object ,
environmentVariables: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
Test_DeleteLoadTest (removed)
Description Delete a test with given name. Test name must be a valid URL character ^[a-z0-9_-]*$
Reference Link ¶

⚼ Request

DELETE:  /loadtests/{testId}
{
testId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
Test_GetLoadTest (removed)
Description Get load test model of given test name
Reference Link ¶

⚼ Request

GET:  /loadtests/{testId}
{
testId: string ,
api-version: string ,
}

⚐ Response (200)

{
testId: string ,
description: string ,
displayName: string ,
resourceId: string ,
loadTestConfig:
{
engineInstances: integer ,
}
,
passFailCriteria:
{
passFailMetrics: object ,
}
,
createdDateTime: string ,
createdBy: string ,
lastModifiedDateTime: string ,
lastModifiedBy: string ,
inputArtifacts:
{
configUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
testScriptUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
inputArtifactsZipFileurl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
additionalUrls:
[
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
]
,
}
,
secrets: object ,
environmentVariables: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
Test_ListLoadTestSearch (removed)
Description Get all load tests for a given Fully qualified resource Id e.g subscriptions/{subId}/resourceGroups/{rg}/providers/Microsoft.LoadTestService/loadtests/{resName}
Reference Link ¶

⚼ Request

GET:  /loadtests/sortAndFilter
{
orderBy: string ,
search: string ,
lastUpdatedStartTime: string ,
lastUpdatedEndTime: string ,
nextLink: string ,
maxPageSize: integer ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
testId: string ,
description: string ,
displayName: string ,
resourceId: string ,
loadTestConfig:
{
engineInstances: integer ,
}
,
passFailCriteria:
{
passFailMetrics: object ,
}
,
createdDateTime: string ,
createdBy: string ,
lastModifiedDateTime: string ,
lastModifiedBy: string ,
inputArtifacts:
{
configUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
testScriptUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
inputArtifactsZipFileurl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
additionalUrls:
[
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
]
,
}
,
secrets: object ,
environmentVariables: object ,
}
,
]
,
continuationToken: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
Test_UploadTestFile (removed)
Description Upload input file for a given test name. File name must be a valid URL character ^[a-z0-9_-]*$. File size can't be more than 50 MB. Existing file with same name for the given test will be overwritten.
Reference Link ¶

⚼ Request

PUT:  /loadtests/{testId}/files/{fileId}
{
testId: string ,
fileId: string ,
api-version: string ,
file: file ,
}

⚐ Response (201)

{
testId: string ,
description: string ,
displayName: string ,
resourceId: string ,
loadTestConfig:
{
engineInstances: integer ,
}
,
passFailCriteria:
{
passFailMetrics: object ,
}
,
createdDateTime: string ,
createdBy: string ,
lastModifiedDateTime: string ,
lastModifiedBy: string ,
inputArtifacts:
{
configUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
testScriptUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
inputArtifactsZipFileurl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
additionalUrls:
[
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
]
,
}
,
secrets: object ,
environmentVariables: object ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
Test_GetTestFile (removed)
Description Get test file with given file name.
Reference Link ¶

⚼ Request

GET:  /loadtests/{testId}/files/{fileId}
{
testId: string ,
fileId: string ,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
url: string ,
expireTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
Test_DeleteTestFile (removed)
Description Delete file of given file name for a test. File name must be a valid URL character ^[a-z0-9_-]*$
Reference Link ¶

⚼ Request

DELETE:  /loadtests/{testId}/files/{fileId}
{
testId: string ,
fileId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
Test_GetAllTestFiles (removed)
Description Get all test files.
Reference Link ¶

⚼ Request

GET:  /loadtests/{testId}/files
{
testId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
]
,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
TestRun_DeleteTestRun (removed)
Description Delete a test run with given name. Test run name must be a valid URL character ^[a-z0-9_-]*$
Reference Link ¶

⚼ Request

DELETE:  /testruns/{testRunId}
{
testRunId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
TestRun_CreateAndUpdateTest (removed)
Description Create and start new test run of the given name, test run name must be a valid URL character ^[a-z0-9_-]*$
Reference Link ¶

⚼ Request

PATCH:  /testruns/{testRunId}
{
testRunId: string ,
oldTestRunId: string ,
api-version: string ,
body:
{
testRunId: string ,
displayName: string ,
testId: string ,
resourceId: string ,
description: string ,
status: string ,
startDateTime: string ,
endDateTime: string ,
loadTestConfig:
{
engineInstances: integer ,
}
,
testResult: string ,
passFailCriteria:
{
passFailMetrics: object ,
}
,
testArtifacts:
{
inputArtifacts:
{
configUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
testScriptUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
inputArtifactsZipFileurl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
additionalUrls:
[
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
]
,
}
,
outputArtifacts:
{
resultUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
logsUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
}
,
}
,
executedDateTime: string ,
vusers: integer ,
testRunStatistics: object ,
createdDateTime: string ,
createdBy: string ,
lastModifiedDateTime: string ,
lastModifiedBy: string ,
portalUrl: string ,
secrets: object ,
environmentVariables: object ,
duration: integer ,
}
,
}

⚐ Response (200)

{
testRunId: string ,
displayName: string ,
testId: string ,
resourceId: string ,
description: string ,
status: string ,
startDateTime: string ,
endDateTime: string ,
loadTestConfig:
{
engineInstances: integer ,
}
,
testResult: string ,
passFailCriteria:
{
passFailMetrics: object ,
}
,
testArtifacts:
{
inputArtifacts:
{
configUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
testScriptUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
inputArtifactsZipFileurl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
additionalUrls:
[
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
]
,
}
,
outputArtifacts:
{
resultUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
logsUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
}
,
}
,
executedDateTime: string ,
vusers: integer ,
testRunStatistics: object ,
createdDateTime: string ,
createdBy: string ,
lastModifiedDateTime: string ,
lastModifiedBy: string ,
portalUrl: string ,
secrets: object ,
environmentVariables: object ,
duration: integer ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
TestRun_GetTestRun (removed)
Description Get test run of given name.
Reference Link ¶

⚼ Request

GET:  /testruns/{testRunId}
{
testRunId: string ,
api-version: string ,
}

⚐ Response (200)

{
testRunId: string ,
displayName: string ,
testId: string ,
resourceId: string ,
description: string ,
status: string ,
startDateTime: string ,
endDateTime: string ,
loadTestConfig:
{
engineInstances: integer ,
}
,
testResult: string ,
passFailCriteria:
{
passFailMetrics: object ,
}
,
testArtifacts:
{
inputArtifacts:
{
configUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
testScriptUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
inputArtifactsZipFileurl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
additionalUrls:
[
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
]
,
}
,
outputArtifacts:
{
resultUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
logsUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
}
,
}
,
executedDateTime: string ,
vusers: integer ,
testRunStatistics: object ,
createdDateTime: string ,
createdBy: string ,
lastModifiedDateTime: string ,
lastModifiedBy: string ,
portalUrl: string ,
secrets: object ,
environmentVariables: object ,
duration: integer ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
TestRun_GetTestRunFile (removed)
Description Get testrun file with given file name.
Reference Link ¶

⚼ Request

GET:  /testruns/{testRunId}/files/{fileId}
{
testRunId: string ,
fileId: string ,
api-version: string ,
}

⚐ Response (200)

{
id: string ,
url: string ,
expireTime: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
TestRun_GetAppTestRunsSearch (removed)
Description Get all test runs with given filters
Reference Link ¶

⚼ Request

GET:  /testruns/sortAndFilter
{
orderBy: string ,
nextLink: string ,
search: string ,
testId: string ,
executionFrom: string ,
executionTo: string ,
status: string ,
maxPageSize: integer ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
testRunId: string ,
displayName: string ,
testId: string ,
resourceId: string ,
description: string ,
status: string ,
startDateTime: string ,
endDateTime: string ,
loadTestConfig:
{
engineInstances: integer ,
}
,
testResult: string ,
passFailCriteria:
{
passFailMetrics: object ,
}
,
testArtifacts:
{
inputArtifacts:
{
configUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
testScriptUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
inputArtifactsZipFileurl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
additionalUrls:
[
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
]
,
}
,
outputArtifacts:
{
resultUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
logsUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
}
,
}
,
executedDateTime: string ,
vusers: integer ,
testRunStatistics: object ,
createdDateTime: string ,
createdBy: string ,
lastModifiedDateTime: string ,
lastModifiedBy: string ,
portalUrl: string ,
secrets: object ,
environmentVariables: object ,
duration: integer ,
}
,
]
,
continuationToken: string ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
TestRun_StopTestRun (removed)
Description Stop test run of given name.
Reference Link ¶

⚼ Request

POST:  /testruns/{testRunId}:stop
{
testRunId: string ,
api-version: string ,
}

⚐ Response (200)

{
testRunId: string ,
displayName: string ,
testId: string ,
resourceId: string ,
description: string ,
status: string ,
startDateTime: string ,
endDateTime: string ,
loadTestConfig:
{
engineInstances: integer ,
}
,
testResult: string ,
passFailCriteria:
{
passFailMetrics: object ,
}
,
testArtifacts:
{
inputArtifacts:
{
configUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
testScriptUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
inputArtifactsZipFileurl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
additionalUrls:
[
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
]
,
}
,
outputArtifacts:
{
resultUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
logsUrl:
{
url: string ,
fileId: string ,
filename: string ,
expireTime: string ,
}
,
}
,
}
,
executedDateTime: string ,
vusers: integer ,
testRunStatistics: object ,
createdDateTime: string ,
createdBy: string ,
lastModifiedDateTime: string ,
lastModifiedBy: string ,
portalUrl: string ,
secrets: object ,
environmentVariables: object ,
duration: integer ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
TestRun_GetTestRunClientMetrics (removed)
Description Get all client metrics for a given load test run
Reference Link ¶

⚼ Request

GET:  /testruns/{testRunId}/clientMetrics
{
testRunId: string ,
filter: string ,
groupByInterval: string ,
api-version: string ,
}

⚐ Response (200)

{
testRunId: string ,
timeSeries:
{
activeUsers: object ,
responseTime: object ,
throughput: object ,
errors: object ,
}
,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}
TestRun_GetTestRunClientMetricsFilters (removed)
Description Get all client metrics supported filters list for a given load test run
Reference Link ¶

⚼ Request

GET:  /testruns/{testRunId}/clientMetricsFilters
{
testRunId: string ,
api-version: string ,
}

⚐ Response (200)

{
testRunId: string ,
filters:
{
requestSamplerValues:
[
string ,
]
,
errorFiltersValues:
[
string ,
]
,
}
,
timeRange:
{
startTime: string ,
endTime: string ,
}
,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
}
,
}
,
}