---
title: "POST /#X-Amz-Target=AWSServerMigrationService_V2016_10_24.GetConnectors"
method: POST
path: "/#X-Amz-Target=AWSServerMigrationService_V2016_10_24.GetConnectors"
---

# POST /#X-Amz-Target=AWSServerMigrationService_V2016_10_24.GetConnectors

`POST /#X-Amz-Target=AWSServerMigrationService_V2016_10_24.GetConnectors`

Describes the connectors registered with the Server Migration Service.

## Query parameters

- `maxResults` string
- `nextToken` string

## Headers

- `X-Amz-Target` 'AWSServerMigrationService_V2016_10_24.GetConnectors', required

## Request body

- GetConnectorsRequest
  - `nextToken` string — The token for the next set of results.
  - `maxResults` integer — The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining results, make another call with the returned <code>NextToken</code> value.

## Response `200`

Success

- GetConnectorsResponse
  - `connectorList` Connector[] — Information about the registered connectors.
    - `connectorId` string — The ID of the connector.
    - `version` string — The connector version.
    - `status` 'HEALTHY' | 'UNHEALTHY' — The status of the connector.
    - `capabilityList` ConnectorCapability[] — The capabilities of the connector.
    - `vmManagerName` string — The name of the VM manager.
    - `vmManagerType` 'VSPHERE' | 'SCVMM' | 'HYPERV-MANAGER' — The VM management product.
    - `vmManagerId` string — The ID of the VM manager.
    - `ipAddress` string — The IP address of the connector.
    - `macAddress` string — The MAC address of the connector.
    - `associatedOn` string, date-time — The time the connector was associated.
  - `nextToken` string — The token required to retrieve the next set of results. This value is null when there are no more results to return.

## Other responses

- `480` — UnauthorizedOperationException

---

[API](https://skmtc.net/aws/apis/sms.md) · [All operations](https://skmtc.net/aws/apis/sms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/sms/versions/b93b64b4502e/schema)
