Application Discovery Service Start Export Task Request Example

Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

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

Top-level fields

exportDataFormatfiltersstartTimeendTimepreferences

Example Payload

Raw ↑
{
  "exportDataFormat": [
    "CSV"
  ],
  "filters": [
    {
      "name": "agentIds",
      "values": [
        "d-agent-500123"
      ],
      "condition": "EQUALS"
    }
  ],
  "startTime": "2026-04-01T00:00:00Z",
  "endTime": "2026-04-19T23:59:59Z",
  "preferences": {}
}