Alerts - Meta Data

List alerts meta data information based on value of identifier parameter.

GET https://management.azure.com/providers/Microsoft.AlertsManagement/alertsMetaData?api-version=2023-07-12-preview&identifier=MonitorServiceList

URI Parameters

Name In Required Type Description
api-version
query True

string

The API version to use for this operation.

identifier
query True

identifier

Identification of the information to be retrieved by API call.

Responses

Name Type Description
200 OK

alertsMetaData

OK. Successfully listed alert meta data.

Other Status Codes

errorResponse

Error response describing why the operation failed.

Examples

MonService

Sample Request

GET https://management.azure.com/providers/Microsoft.AlertsManagement/alertsMetaData?api-version=2023-07-12-preview&identifier=MonitorServiceList

Sample Response

{
  "properties": {
    "metadataIdentifier": "MonitorServiceList",
    "data": [
      {
        "name": "ActivityLog Administrative",
        "displayName": "Activity Log - Administrative"
      },
      {
        "name": "ActivityLog Autoscale",
        "displayName": "Activity Log - Autoscale"
      },
      {
        "name": "ActivityLog Policy",
        "displayName": "Activity Log - Policy"
      },
      {
        "name": "ActivityLog Recommendation",
        "displayName": "Activity Log - Recommendation"
      },
      {
        "name": "ActivityLog Security",
        "displayName": "Activity Log - Security"
      },
      {
        "name": "Application Insights",
        "displayName": "Application Insights"
      },
      {
        "name": "Azure Backup",
        "displayName": "Azure Backup"
      },
      {
        "name": "Custom",
        "displayName": "Custom"
      },
      {
        "name": "Data Box Edge",
        "displayName": "Data Box Edge"
      },
      {
        "name": "VM Insights",
        "displayName": "VM Insights"
      },
      {
        "name": "Log Analytics",
        "displayName": "Log Analytics"
      },
      {
        "name": "Nagios",
        "displayName": "NAGIOS"
      },
      {
        "name": "Platform",
        "displayName": "Platform"
      },
      {
        "name": "Resource Health",
        "displayName": "Resource Health"
      },
      {
        "name": "SCOM",
        "displayName": "SCOM"
      },
      {
        "name": "ServiceHealth",
        "displayName": "Service Health"
      },
      {
        "name": "Smart Detector",
        "displayName": "SmartDetector"
      },
      {
        "name": "Zabbix",
        "displayName": "ZABBIX"
      }
    ]
  }
}

Definitions

Name Description
alertsMetaData

alert meta data information.

errorResponse

An error response from the service.

errorResponseBody

Details of error response.

identifier

Identification of the information to be retrieved by API call.

alertsMetaData

alert meta data information.

Name Type Description
properties

alertsMetaDataProperties

alert meta data property bag

errorResponse

An error response from the service.

Name Type Description
error

errorResponseBody

Details of error response.

errorResponseBody

Details of error response.

Name Type Description
code

string

Error code, intended to be consumed programmatically.

details

errorResponseBody[]

A list of additional details about the error.

message

string

Description of the error, intended for display in user interface.

target

string

Target of the particular error, for example name of the property.

identifier

Identification of the information to be retrieved by API call.

Name Type Description
MonitorServiceList

string