Azure Monitor · Schema

MetricsBatchResponse

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
values array The collection of metric results for each resource.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-metricsbatchresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetricsBatchResponse",
  "title": "MetricsBatchResponse",
  "type": "object",
  "properties": {
    "values": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MetricResultsResponse"
      },
      "description": "The collection of metric results for each resource."
    }
  }
}