Description | : Gets the details of Active Directory Domain Service, for a tenant, that are onboarded to Azure Active Directory Connect Health. |
Reference | : Link ¶ |
⚼ Request
GET:
/providers/Microsoft.ADHybridHealthService/addsservices
{
$filter:
string
,
serviceType:
string
,
skipCount:
integer
,
takeCount:
integer
,
api-version:
string
,
}
⚐ Response (200)
{
nextLink:
string
,
value:
[
]
,
{
,
id:
string
,
activeAlerts:
integer
,
additionalInformation:
string
,
createdDate:
string
,
customNotificationEmails:
[
,
string
,
]
disabled:
boolean
,
displayName:
string
,
health:
string
,
lastDisabled:
string
,
lastUpdated:
string
,
monitoringConfigurationsComputed:
object
,
monitoringConfigurationsCustomized:
object
,
notificationEmailEnabled:
boolean
,
notificationEmailEnabledForGlobalAdmins:
boolean
,
notificationEmailsEnabledForGlobalAdmins:
boolean
,
notificationEmails:
[
,
string
,
]
originalDisabledState:
boolean
,
resolvedAlerts:
integer
,
serviceId:
string
,
serviceName:
string
,
signature:
string
,
simpleProperties:
object
,
tenantId:
string
,
type:
string
,
}
totalCount:
integer
,
continuationToken:
string
,
}