Azure Monitor · Schema

EnableRequest

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
receiverName string The name of the receiver to re-enable.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-enablerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnableRequest",
  "title": "EnableRequest",
  "type": "object",
  "required": [
    "receiverName"
  ],
  "properties": {
    "receiverName": {
      "type": "string",
      "description": "The name of the receiver to re-enable."
    }
  }
}