amazonaws.com – datasync
DataSync
DataSync is a managed data transfer service that makes it simpler for you to automate moving data between on-premises storage and Amazon Web Services storage services. You also can use DataSync to transfer data between other cloud providers and Amazon Web Services storage services.
This API interface reference includes documentation for using DataSync programmatically. For complete information, see the .
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:datasync/2018-11-09.json
- Provider
- amazonaws.com:datasync / datasync
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/datasync/2018-11-09/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/datasync/2018-11-09/openapi.yaml
Tools (46)
Extracted live via the executor SDK.
-
xAmzTargetFmrsServiceCancelTaskExecution.cancelTaskExecutionStops an DataSync task execution that's in progress. The transfer of some files are abruptly interrupted. File contents that're transferred to the destination might be incomplete or inconsistent with the source files.
However, if you start a new task execution using the same task and allow it to finish, file content on the destination will be complete and consistent. This applies to other unexpected failures that interrupt a task execution. In all of these cases, DataSync successfully completes the transfer when you start the next task execution.
-
xAmzTargetFmrsServiceCreateAgent.createAgentActivates an DataSync agent that you have deployed in your storage environment. The activation process associates your agent with your account. In the activation process, you specify information such as the Amazon Web Services Region that you want to activate the agent in. You activate the agent in the Amazon Web Services Region where your target locations (in Amazon S3 or Amazon EFS) reside. Your tasks are created in this Amazon Web Services Region.
You can activate the agent in a VPC (virtual private cloud) or provide the agent access to a VPC endpoint so you can run tasks without going over the public internet.
You can use an agent for more than one location. If a task uses multiple agents, all of them need to have status AVAILABLE for the task to run. If you use multiple agents for a source location, the status of all the agents must be AVAILABLE for the task to run.
Agents are automatically updated by Amazon Web Services on a regular basis, using a mechanism that ensures minimal interruption to your tasks.
-
xAmzTargetFmrsServiceCreateLocationEfs.createLocationEfsCreates an endpoint for an Amazon EFS file system that DataSync can access for a transfer. For more information, see .
-
xAmzTargetFmrsServiceCreateLocationFsxLustre.createLocationFsxLustreCreates an endpoint for an Amazon FSx for Lustre file system.
-
xAmzTargetFmrsServiceCreateLocationFsxOntap.createLocationFsxOntapCreates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can access for a transfer. For more information, see .
-
xAmzTargetFmrsServiceCreateLocationFsxOpenZfs.createLocationFsxOpenZfsCreates an endpoint for an Amazon FSx for OpenZFS file system that DataSync can access for a transfer. For more information, see .
Request parameters related to
SMBaren't supported with theCreateLocationFsxOpenZfsoperation. -
xAmzTargetFmrsServiceCreateLocationFsxWindows.createLocationFsxWindowsCreates an endpoint for an Amazon FSx for Windows File Server file system.
-
xAmzTargetFmrsServiceCreateLocationHdfs.createLocationHdfsCreates an endpoint for a Hadoop Distributed File System (HDFS).
-
xAmzTargetFmrsServiceCreateLocationNfs.createLocationNfsDefines a file system on a Network File System (NFS) server that can be read from or written to.
-
xAmzTargetFmrsServiceCreateLocationObjectStorage.createLocationObjectStorageCreates an endpoint for an object storage system that DataSync can access for a transfer. For more information, see .
-
xAmzTargetFmrsServiceCreateLocationS3.createLocationS3Creates an endpoint for an Amazon S3 bucket that DataSync can access for a transfer. For more information, see .
-
xAmzTargetFmrsServiceCreateLocationSmb.createLocationSmbCreates an endpoint for a Server Message Block (SMB) file server that DataSync can access for a transfer. For more information, see .
-
xAmzTargetFmrsServiceCreateTask.createTaskConfigures a task, which defines where and how DataSync transfers your data.
A task includes a source location, a destination location, and the preferences for how and when you want to transfer your data (such as bandwidth limits, scheduling, among other options).
-
xAmzTargetFmrsServiceDeleteAgent.deleteAgentDeletes an agent. To specify which agent to delete, use the Amazon Resource Name (ARN) of the agent in your request. The operation disassociates the agent from your Amazon Web Services account. However, it doesn't delete the agent virtual machine (VM) from your on-premises environment.
-
xAmzTargetFmrsServiceDeleteLocation.deleteLocationDeletes the configuration of a location used by DataSync.
-
xAmzTargetFmrsServiceDeleteTask.deleteTaskDeletes an DataSync task.
-
xAmzTargetFmrsServiceDescribeAgent.describeAgentReturns metadata about an DataSync agent, such as its name, endpoint type, and status.
-
xAmzTargetFmrsServiceDescribeLocationEfs.describeLocationEfsReturns metadata about your DataSync location for an Amazon EFS file system.
-
xAmzTargetFmrsServiceDescribeLocationFsxLustre.describeLocationFsxLustreProvides details about how an DataSync location for an Amazon FSx for Lustre file system is configured.
-
xAmzTargetFmrsServiceDescribeLocationFsxOntap.describeLocationFsxOntapProvides details about how an DataSync location for an Amazon FSx for NetApp ONTAP file system is configured.
If your location uses SMB, the
DescribeLocationFsxOntapoperation doesn't actually return aPassword. -
xAmzTargetFmrsServiceDescribeLocationFsxOpenZfs.describeLocationFsxOpenZfsProvides details about how an DataSync location for an Amazon FSx for OpenZFS file system is configured.
Response elements related to
SMBaren't supported with theDescribeLocationFsxOpenZfsoperation. -
xAmzTargetFmrsServiceDescribeLocationFsxWindows.describeLocationFsxWindowsReturns metadata about an Amazon FSx for Windows File Server location, such as information about its path.
-
xAmzTargetFmrsServiceDescribeLocationHdfs.describeLocationHdfsReturns metadata, such as the authentication information about the Hadoop Distributed File System (HDFS) location.
-
xAmzTargetFmrsServiceDescribeLocationNfs.describeLocationNfsReturns metadata, such as the path information, about an NFS location.
-
xAmzTargetFmrsServiceDescribeLocationObjectStorage.describeLocationObjectStorageReturns metadata about your DataSync location for an object storage system.
-
xAmzTargetFmrsServiceDescribeLocationS3.describeLocationS3Returns metadata, such as bucket name, about an Amazon S3 bucket location.
-
xAmzTargetFmrsServiceDescribeLocationSmb.describeLocationSmbReturns metadata, such as the path and user information about an SMB location.
-
xAmzTargetFmrsServiceDescribeTask.describeTaskReturns metadata about a task.
-
xAmzTargetFmrsServiceDescribeTaskExecution.describeTaskExecutionReturns detailed metadata about a task that is being executed.
-
xAmzTargetFmrsServiceListAgents.listAgentsReturns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.
With pagination, you can reduce the number of agents returned in a response. If you get a truncated list of agents in a response, the response contains a marker that you can specify in your next request to fetch the next page of agents.
ListAgentsis eventually consistent. This means the result of running the operation might not reflect that you just created or deleted an agent. For example, if you create an agent with and then immediately runListAgents, that agent might not show up in the list right away. In situations like this, you can always confirm whether an agent has been created (or deleted) by using . -
xAmzTargetFmrsServiceListLocations.listLocationsReturns a list of source and destination locations.
If you have more locations than are returned in a response (that is, the response returns only a truncated list of your agents), the response contains a token that you can specify in your next request to fetch the next page of locations.
-
xAmzTargetFmrsServiceListTagsForResource.listTagsForResourceReturns all the tags associated with an Amazon Web Services resource.
-
xAmzTargetFmrsServiceListTaskExecutions.listTaskExecutionsReturns a list of executed tasks.
-
xAmzTargetFmrsServiceListTasks.listTasksReturns a list of the DataSync tasks you created.
-
xAmzTargetFmrsServiceStartTaskExecution.startTaskExecutionStarts an DataSync task. For each task, you can only run one task execution at a time.
There are several phases to a task execution. For more information, see .
-
xAmzTargetFmrsServiceTagResource.tagResourceApplies a tag to an Amazon Web Services resource. Tags are key-value pairs that can help you manage, filter, and search for your resources.
These include DataSync resources, such as locations, tasks, and task executions.
-
xAmzTargetFmrsServiceUntagResource.untagResourceRemoves tags from an Amazon Web Services resource.
-
xAmzTargetFmrsServiceUpdateAgent.updateAgentUpdates the name of an agent.
-
xAmzTargetFmrsServiceUpdateLocationHdfs.updateLocationHdfsUpdates some parameters of a previously created location for a Hadoop Distributed File System cluster.
-
xAmzTargetFmrsServiceUpdateLocationNfs.updateLocationNfsUpdates some of the parameters of a previously created location for Network File System (NFS) access. For information about creating an NFS location, see .
-
xAmzTargetFmrsServiceUpdateLocationObjectStorage.updateLocationObjectStorageUpdates some parameters of an existing object storage location that DataSync accesses for a transfer. For information about creating a self-managed object storage location, see .
-
xAmzTargetFmrsServiceUpdateLocationSmb.updateLocationSmbUpdates some of the parameters of a previously created location for Server Message Block (SMB) file system access. For information about creating an SMB location, see .
-
xAmzTargetFmrsServiceUpdateTask.updateTaskUpdates the metadata associated with a task.
-
xAmzTargetFmrsServiceUpdateTaskExecution.updateTaskExecutionUpdates execution of a task.
You can modify bandwidth throttling for a task execution that is running or queued. For more information, see .
The only
Optionthat can be modified byUpdateTaskExecutionis. -
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools