Application Discovery Service Start Data Collection By Agent Ids Response Example

Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

Application Discovery Service Start Data Collection By Agent Ids Response Example is an example object payload from Amazon Application Discovery Service, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

agentsConfigurationStatus

Example Payload

Raw ↑
{
  "agentsConfigurationStatus": [
    {
      "agentId": "d-agent-500123",
      "operationSucceeded": true,
      "description": "Started data collection"
    }
  ]
}