Description | : Get list of a monitors of a resource. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors
{
subscriptionId:
string
,
resourceGroupName:
string
,
resourceNamespace:
string
,
resourceType:
string
,
resourceName:
string
,
api-version:
string
,
$filter:
string
,
$skiptoken:
string
,
}
⚐ Response (200)
{
nextLink:
string
,
value:
}
[
]
,
{
,
etag:
string
,
properties:
}
{
,
description:
string
,
monitorId:
string
,
monitorName:
string
,
monitorDisplayName:
string
,
parentMonitorName:
string
,
parentMonitorDisplayName:
string
,
monitorType:
enum
,
monitorCategory:
enum
,
componentTypeId:
string
,
componentTypeName:
string
,
componentTypeDisplayName:
string
,
monitorState:
enum
,
criteria:
[
]
,
{
,
healthState:
enum
,
threshold:
number
,
comparisonOperator:
enum
,
}
alertGeneration:
enum
,
frequency:
integer
,
lookbackDuration:
integer
,
documentationURL:
string
,
signalName:
string
,
signalType:
string
,
}
⚐ Response (default)
{
code:
string
,
message:
string
,
details:
}
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
}