Skip to main content

alerts_adds_alerts

Creates, updates, deletes, gets or lists a alerts_adds_alerts resource.

Overview

Namealerts_adds_alerts
TypeResource
Idazure.ad_hybrid_health_service.alerts_adds_alerts

Fields

NameDatatypeDescription
descriptionstringThe alert description.
activeAlertPropertiesarrayThe active alert properties.
additionalInformationarrayAdditional information related to the alert.
alertIdstringThe alert Id.
createdDatestringThe date and time,in UTC,when the alert was created.
displayNamestringThe display name for the alert.
lastUpdatedstringThe date and time, in UTC, when the alert was last updated.
levelstringThe alert level which indicates the severity of the alert.
monitorRoleTypestringThe monitoring role type for which the alert was raised.
relatedLinksarrayThe help links to get more information related to the alert.
remediationstringThe alert remediation.
resolvedAlertPropertiesarrayThe resolved alert properties.
resolvedDatestringThe date and time, in UTC, when the alert was resolved.
scopestringThe scope of the alert. Indicates if it is a service or a server related alert.
serviceIdstringThe service Id.
serviceMemberIdstringThe server Id.
shortNamestringThe alert short name.
statestringThe alert state which can be either active or resolved with multiple resolution types.
tenantIdstringThe tenant Id.

Methods

NameAccessible byRequired ParamsDescription
listSELECTserviceNameGets the alerts for a given Active Directory Domain Service.

SELECT examples

Gets the alerts for a given Active Directory Domain Service.

SELECT
description,
activeAlertProperties,
additionalInformation,
alertId,
createdDate,
displayName,
lastUpdated,
level,
monitorRoleType,
relatedLinks,
remediation,
resolvedAlertProperties,
resolvedDate,
scope,
serviceId,
serviceMemberId,
shortName,
state,
tenantId
FROM azure.ad_hybrid_health_service.alerts_adds_alerts
WHERE serviceName = '{{ serviceName }}';