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

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

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

Gets the details of the servers, for a given Active Directory Domain Controller service, that are onboarded to Azure Active Directory Connect Health Service.

## Path parameters

- `serviceName` string, required

## Query parameters

- `$filter` string
- `dimensionType` string
- `dimensionSignature` string
- `api-version` string, required

## Response `200`

The list of service members for a given service.

- ServiceMembers — The list of servers that are onboarded for a given service.
  - `nextLink` string — The link used to get the next page of operations.
  - `value` ServiceMember[] — The value returned by the operation.
    - `serviceMemberId` string — The id of the server.
    - `serviceId` string — The service id to whom this server belongs.
    - `tenantId` string — The tenant id to whom this server belongs.
    - `activeAlerts` integer — The total number of alerts that are currently active for the server.
    - `additionalInformation` string — The additional information, if any, for the server.
    - `createdDate` string, date-time — The date time , in UTC, when the server was onboarded to Azure Active Directory Connect Health.
    - `dimensions` object — The server specific configuration related dimensions.
    - `disabled` boolean — Indicates if the server is disabled or not.
    - `disabledReason` integer — The reason for disabling the server.
    - `installedQfes` object — The list of installed QFEs for the server.
    - `lastDisabled` string, date-time — The date and time , in UTC, when the server was last disabled.
    - `lastReboot` string, date-time — The date and time, in UTC, when the server was last rebooted.
    - `lastServerReportedMonitoringLevelChange` string, date-time — The date and time, in UTC, when the server's data monitoring configuration was last changed.
    - `lastUpdated` string, date-time — The date and time, in UTC, when the server properties were last updated.
    - `machineId` string — The id of the machine.
    - `machineName` string — The name of the server.
    - `monitoringConfigurationsComputed` object — The monitoring configuration of the server which determines what activities are monitored by Azure Active Directory Connect Health.
    - `monitoringConfigurationsCustomized` object — The customized monitoring configuration of the server which determines what activities are monitored by Azure Active Directory Connect Health.
    - `osName` string — The name of the operating system installed in the machine.
    - `osVersion` string — The version of the operating system installed in the machine.
    - `properties` object — Server specific properties.
    - `recommendedQfes` object — The list of recommended hotfixes for the server.
    - `resolvedAlerts` integer — The total count of alerts that are resolved for this server.
    - `role` string — The service role that is being monitored in the server.
    - `serverReportedMonitoringLevel` 'Partial' | 'Full' | 'Off' — The monitoring level reported by the server.
    - `status` string — The health status of the server.
  - `totalCount` integer — The total count of service elements.
  - `continuationToken` string — The continuation token for paginated calls.

---

[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)
