---
title: "GET /providers/Microsoft.ADHybridHealthService/addsservices/{serviceName}/replicationdetails"
method: GET
path: "/providers/Microsoft.ADHybridHealthService/addsservices/{serviceName}/replicationdetails"
tags: ["Adds"]
---

# GET /providers/Microsoft.ADHybridHealthService/addsservices/{serviceName}/replicationdetails

`GET /providers/Microsoft.ADHybridHealthService/addsservices/{serviceName}/replicationdetails`

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.

## Path parameters

- `serviceName` string, required

## Query parameters

- `$filter` string
- `withDetails` boolean
- `api-version` string, required

## Response `200`

The list of replication details for a service.

- ReplicationDetailsList — The list of replication details.
  - `value` ReplicationSummary[] — The value returned by the operation.
    - `targetServer` string — The domain controller name.
    - `site` string — The site name for a given domain controller.
    - `domain` string — The domain name for a given domain controller.
    - `status` integer — The health status for a domain controller.
    - `lastAttemptedSync` string, date-time — The last time when a sync was attempted for a given domain controller.
    - `lastSuccessfulSync` string, date-time — The time when the last successful sync happened for a given domain controller.
    - `inboundNeighborCollection` InboundReplicationNeighbor[] — List of individual domain controller neighbor's inbound replication status.
      - `sourceDomainController` string — The name of the source domain controller.
      - `consecutiveFailureCount` integer — The number of consecutive failure counts.
      - `namingContext` string — The naming context.
      - `status` integer — The health status for the domain controller
      - `lastAttemptedSync` string, date-time — The last time a sync was attempted on the domain controller.
      - `lastSuccessfulSync` string, date-time — The last time when a successful sync happened.
      - `lastErrorCode` integer — The last error code.
      - `lastErrorMessage` string — The error message of the last error.
      - `errorTitle` string — The error title.
      - `errorDescription` string — The error description.
      - `fixLink` string — The link for the fix of the error.
      - `fixDetails` string — The details of the fix.
      - `additionalInfo` string — The additional details.
  - `totalCount` integer — The total count of replication detail elements.
  - `continuationToken` string — The continuation token for paginated calls.
  - `nextLink` string — The link used to get the next page of operations.

---

[API](https://skmtc.net/azure/apis/adhybridhealthservice.md) · [All operations](https://skmtc.net/azure/apis/adhybridhealthservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/adhybridhealthservice/revisions/35cb734a789a/schema)
