v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1425150118.3 KB

Begins the export of discovered data to an S3 bucket.

If you specify agentIds in a filter, the task exports up to 72 hours of detailed data collected by the identified Application Discovery Agent, including network, process, and performance details. A time range for exported agent data may be set by using startTime and endTime. Export of detailed agent data is limited to five concurrently running exports.

If you do not include an agentIds filter, summary data is exported that includes both Amazon Web Services Agentless Discovery Connector data and summary data from Amazon Web Services Discovery Agents. Export of summary data is limited to two exports per day.

post/#X-Amz-Target=AWSPoseidonService_V2015_11_01.StartExportTask

Headers

X-Amz-Target'AWSPoseidonService_V2015_11_01.StartExportTask' required

Request body

exportDataFormatExportDataFormat[]

The file format for the returned export data. Default value is <code>CSV</code>. <b>Note:</b> <i>The</i> <code>GRAPHML</code> <i>option has been deprecated.</i>

startTimestring date-time

The start timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, data is exported starting from the first data collected by the agent.

endTimestring date-time

The end timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, exported data includes the most recent data collected by the agent.

Response

Success

exportIdstring

A unique identifier used to query the status of an export request.