Application Discovery Service Describe Agents Response Example

Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

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

Top-level fields

agentsInfonextToken

Example Payload

Raw ↑
{
  "agentsInfo": [
    {
      "agentId": "d-agent-500123",
      "hostName": "server-01.example.com",
      "agentNetworkInfoList": [
        null
      ],
      "connectorId": "500123",
      "version": "2.0.1",
      "health": "HEALTHY",
      "lastHealthPingTime": "2026-04-19T10:00:00Z",
      "collectionStatus": "START_SCHEDULED"
    }
  ],
  "nextToken": ""
}