v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1425150118.3 KB

Retrieves a list of servers that are one network hop away from a specified server.

post/#X-Amz-Target=AWSPoseidonService_V2015_11_01.ListServerNeighbors

Headers

X-Amz-Target'AWSPoseidonService_V2015_11_01.ListServerNeighbors' required

Request body

configurationIdstring required

Configuration ID of the server for which neighbors are being listed.

portInformationNeededboolean

Flag to indicate if port and protocol information is needed as part of the response.

neighborConfigurationIdsConfigurationId[]

List of configuration IDs to test for one-hop-away.

maxResultsinteger

Maximum number of results to return in a single page of output.

nextTokenstring

Token to retrieve the next set of results. For example, if you previously specified 100 IDs for <code>ListServerNeighborsRequest$neighborConfigurationIds</code> but set <code>ListServerNeighborsRequest$maxResults</code> to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.

Response

Success

nextTokenstring

Token to retrieve the next set of results. For example, if you specified 100 IDs for <code>ListServerNeighborsRequest$neighborConfigurationIds</code> but set <code>ListServerNeighborsRequest$maxResults</code> to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.

knownDependencyCountinteger

Count of distinct servers that are one hop away from the given server.