Description | : Get all test profile runs for the given filters. |
Reference | : Link ¶ |
⚼ Request
GET:
/test-profile-runs
{
api-version:
string
,
maxpagesize:
integer
,
minStartDateTime:
string
,
maxStartDateTime:
string
,
minEndDateTime:
string
,
maxEndDateTime:
string
,
createdDateStartTime:
string
,
createdDateEndTime:
string
,
testProfileRunIds:
string
,
testProfileIds:
string
,
statuses:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
testProfileRunId:
string
,
displayName:
string
,
description:
string
,
testProfileId:
string
,
targetResourceId:
string
,
targetResourceConfigurations:
{
,
kind:
enum
,
}
status:
enum
,
errorDetails:
[
]
,
{
,
message:
string
,
}
startDateTime:
string
,
endDateTime:
string
,
durationInSeconds:
integer
,
testRunDetails:
object
,
recommendations:
[
]
,
{
,
category:
enum
,
configurations:
}
[
,
string
,
]
createdDateTime:
string
,
createdBy:
string
,
lastModifiedDateTime:
string
,
lastModifiedBy:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}