Azure Monitor · Schema

ActionGroupList

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
value array The list of action groups.
nextLink string Link to the next page of results.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-actiongrouplist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActionGroupList",
  "title": "ActionGroupList",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ActionGroupResource"
      },
      "description": "The list of action groups."
    },
    "nextLink": {
      "type": "string",
      "description": "Link to the next page of results."
    }
  }
}