Amazon DataSync · Example Payload

Task Execution Example

Data TransferMigrationStorageAutomationHybrid Cloud

Task Execution Example is an example object payload from Amazon DataSync, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

TaskExecutionArnStatusEstimatedFilesToTransferFilesTransferredBytesTransferred

Example Payload

Raw ↑
{
  "TaskExecutionArn": "arn:aws:datasync:us-east-1:123456789012:task/task-01234567890EXAMPLE/execution/exec-01234EXAMPLE",
  "Status": "SUCCESS",
  "EstimatedFilesToTransfer": 1000,
  "FilesTransferred": 1000,
  "BytesTransferred": 524288000
}