Description | : List the resources currently being monitored by the Dynatrace monitor resource. |
Reference | : Link ¶ |
⚼ Request
POST:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dynatrace.Observability/monitors/{monitorName}/listMonitoredResources
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
monitorName:
string
,
request:
}
{
,
monitoredResourceIds:
}
[
,
string
,
]
⚐ Response (200)
{
value:
[
]
,
{
,
id:
string
,
sendingMetrics:
enum
,
reasonForMetricsStatus:
string
,
sendingLogs:
enum
,
reasonForLogsStatus:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}