Application Discovery Service Agent Info Example

Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

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

Top-level fields

agentIdhostNameagentNetworkInfoListconnectorIdversionhealthlastHealthPingTimecollectionStatus

Example Payload

Raw ↑
{
  "agentId": "d-agent-500123",
  "hostName": "server-01.example.com",
  "agentNetworkInfoList": [
    {
      "ipAddress": "10.0.0.10",
      "macAddress": "aa:bb:cc:dd:ee:ff"
    }
  ],
  "connectorId": "500123",
  "version": "2.0.1",
  "health": "HEALTHY",
  "lastHealthPingTime": "2026-04-19T10:00:00Z",
  "collectionStatus": "START_SCHEDULED"
}