Skip to main content

adds_services_forest_summaries

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

Overview

Nameadds_services_forest_summaries
TypeResource
Idazure.ad_hybrid_health_service.adds_services_forest_summaries

Fields

NameDatatypeDescription
domainCountintegerThe domain count.
domainsarrayThe list of domain controller names.
forestNamestringThe forest name.
monitoredDcCountintegerThe number of domain controllers that are monitored by Azure Active Directory Connect Health.
siteCountintegerThe site count.
sitesarrayThe list of site names.
totalDcCountintegerThe total domain controllers.

Methods

NameAccessible byRequired ParamsDescription
getSELECTserviceNameGets the forest summary for a given Active Directory Domain Service, that is onboarded to Azure Active Directory Connect Health.

SELECT examples

Gets the forest summary for a given Active Directory Domain Service, that is onboarded to Azure Active Directory Connect Health.

SELECT
domainCount,
domains,
forestName,
monitoredDcCount,
siteCount,
sites,
totalDcCount
FROM azure.ad_hybrid_health_service.adds_services_forest_summaries
WHERE serviceName = '{{ serviceName }}';