Description | : Get associated server metrics configuration for the given test run. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "LoadTestRun_GetServerMetricsConfig", "$responses": { "200": { "$properties": [ { "#name": "metrics", "Description": { "new": "Azure resource metrics collection {metric id : metrics object} (Refer :\nhttps://learn.microsoft.com/en-us/rest/api/monitor/metric-definitions/list#metricdefinition\nfor metric id).", "old": "Azure resource metrics collection {metric id : metrics object} (Refer :\nhttps://docs.microsoft.com/en-us/rest/api/monitor/metric-definitions/list#metricdefinition\nfor metric id)." } } ] } } }
⚼ Request
GET:
/test-runs/{testRunId}/server-metrics-config
{
api-version:
string
,
testRunId:
string
,
}
⚐ Response (200)
{
testRunId:
string
,
metrics:
object
,
createdDateTime:
string
,
createdBy:
string
,
lastModifiedDateTime:
string
,
lastModifiedBy:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}