Azure Monitor · Schema

MetricsBatchRequest

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
resourceids array The list of resource IDs to query metrics for. All resources must be in the same subscription, region, and resource type.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-metricsbatchrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetricsBatchRequest",
  "title": "MetricsBatchRequest",
  "type": "object",
  "required": [
    "resourceids"
  ],
  "properties": {
    "resourceids": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The list of resource IDs to query metrics for. All resources must be in the same subscription, region, and resource type."
    }
  }
}