---
title: "POST /list-analyzable-servers"
method: POST
path: "/list-analyzable-servers"
---

# POST /list-analyzable-servers

`POST /list-analyzable-servers`

Retrieves a list of all the servers fetched from customer vCenter using Strategy Recommendation Collector.

## Request body

- object
  - `maxResults` integer — The maximum number of items to include in the response. The maximum value is 100.
  - `nextToken` string — The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.
  - `sort` 'ASC' | 'DESC' — Specifies whether to sort by ascending (ASC) or descending (DESC) order.

## Response `200`

Success

- ListAnalyzableServersResponse — Represents output for ListAnalyzableServers operation.
  - `analyzableServers` AnalyzableServerSummary[] — The list of analyzable servers with summary information about each server.
    - `hostname` string — The host name of the analyzable server.
    - `ipAddress` string — The ip address of the analyzable server.
    - `source` string — The data source of the analyzable server.
    - `vmId` string — The virtual machine id of the analyzable server.
  - `nextToken` string — The token you use to retrieve the next set of results, or null if there are no more results.

## Other responses

- `480` — AccessDeniedException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — InternalServerException

---

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