Application Discovery Service List Server Neighbors Response Example

Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

Application Discovery Service List Server Neighbors Response Example is an example object payload from Amazon Application Discovery Service, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

neighborsnextTokenknownDependencyCount

Example Payload

Raw ↑
{
  "neighbors": [
    {
      "sourceServerId": "d-SERVER-500456",
      "destinationServerId": "d-SERVER-500457",
      "destinationPort": 443,
      "transportProtocol": "TCP",
      "connectionsCount": 125
    }
  ],
  "nextToken": "",
  "knownDependencyCount": 1
}