adds_services_forest_summaries
Creates, updates, deletes, gets or lists a adds_services_forest_summaries
resource.
Overview
Name | adds_services_forest_summaries |
Type | Resource |
Id | azure.ad_hybrid_health_service.adds_services_forest_summaries |
Fields
Name | Datatype | Description |
---|---|---|
domainCount | integer | The domain count. |
domains | array | The list of domain controller names. |
forestName | string | The forest name. |
monitoredDcCount | integer | The number of domain controllers that are monitored by Azure Active Directory Connect Health. |
siteCount | integer | The site count. |
sites | array | The list of site names. |
totalDcCount | integer | The total domain controllers. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | serviceName | Gets 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 }}';