adds_services_server_alerts
Creates, updates, deletes, gets or lists a adds_services_server_alerts
resource.
Overview
Name | adds_services_server_alerts |
Type | Resource |
Id | azure.ad_hybrid_health_service.adds_services_server_alerts |
Fields
Name | Datatype | Description |
---|---|---|
description | string | The alert description. |
activeAlertProperties | array | The active alert properties. |
additionalInformation | array | Additional information related to the alert. |
alertId | string | The alert Id. |
createdDate | string | The date and time,in UTC,when the alert was created. |
displayName | string | The display name for the alert. |
lastUpdated | string | The date and time, in UTC, when the alert was last updated. |
level | string | The alert level which indicates the severity of the alert. |
monitorRoleType | string | The monitoring role type for which the alert was raised. |
relatedLinks | array | The help links to get more information related to the alert. |
remediation | string | The alert remediation. |
resolvedAlertProperties | array | The resolved alert properties. |
resolvedDate | string | The date and time, in UTC, when the alert was resolved. |
scope | string | The scope of the alert. Indicates if it is a service or a server related alert. |
serviceId | string | The service Id. |
serviceMemberId | string | The server Id. |
shortName | string | The alert short name. |
state | string | The alert state which can be either active or resolved with multiple resolution types. |
tenantId | string | The tenant Id. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | serviceMemberId, serviceName | Gets the details of an alert for a given Active Directory Domain Controller service and server combination. |
SELECT
examples
Gets the details of an alert for a given Active Directory Domain Controller service and server combination.
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.adds_services_server_alerts
WHERE serviceMemberId = '{{ serviceMemberId }}'
AND serviceName = '{{ serviceName }}';