adds_services_replication_summaries
Creates, updates, deletes, gets or lists a adds_services_replication_summaries
resource.
Overview
Name | adds_services_replication_summaries |
Type | Resource |
Id | azure.ad_hybrid_health_service.adds_services_replication_summaries |
Fields
Name | Datatype | Description |
---|---|---|
domain | string | The domain name for a given domain controller. |
inboundNeighborCollection | array | List of individual domain controller neighbor's inbound replication status. |
lastAttemptedSync | string | The last time when a sync was attempted for a given domain controller. |
lastSuccessfulSync | string | The time when the last successful sync happened for a given domain controller. |
site | string | The site name for a given domain controller. |
status | integer | The health status for a domain controller. |
targetServer | string | The domain controller name. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | isGroupbySite, nextPartitionKey, nextRowKey, query, serviceName | Gets complete domain controller list along with replication details for a given Active Directory Domain Service, that is onboarded to Azure Active Directory Connect Health. |
SELECT
examples
Gets complete domain controller list along with replication details for a given Active Directory Domain Service, that is onboarded to Azure Active Directory Connect Health.
SELECT
domain,
inboundNeighborCollection,
lastAttemptedSync,
lastSuccessfulSync,
site,
status,
targetServer
FROM azure.ad_hybrid_health_service.adds_services_replication_summaries
WHERE isGroupbySite = '{{ isGroupbySite }}'
AND nextPartitionKey = '{{ nextPartitionKey }}'
AND nextRowKey = '{{ nextRowKey }}'
AND query = '{{ query }}'
AND serviceName = '{{ serviceName }}';