amazonaws.com

You can use the Amazon Elastic Block Store (Amazon EBS) direct APIs to create Amazon EBS snapshots, write data directly to your snapshots, read data on your snapshots, and identify the differences or changes between two snapshots. If you’re an independent software vendor (ISV) who offers backup s

🔑 oauth2 6 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
curl \
  -H "Authorization: $API_KEY" \
  http://ebs.us-east-1.amazonaws.com/snapshots/{snapshotId}/blocks
Returns information about the blocks that are different between two Amazon El…
curl \
  -H "Authorization: $API_KEY" \
  http://ebs.us-east-1.amazonaws.com/snapshots/{secondSnapshotId}/changedblocks
Returns the data in a block in an Amazon Elastic Block Store snapshot.
curl \
  -H "Authorization: $API_KEY" \
  http://ebs.us-east-1.amazonaws.com/snapshots/{snapshotId}/blocks/{blockIndex}#blockToken
Endpoints (6 total)
GET
/snapshots/{snapshotId}/blocks
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
GET
/snapshots/{secondSnapshotId}/changedblocks
Returns information about the blocks that are different between two Amazon El…
GET
/snapshots/{snapshotId}/blocks/{blockIndex}#blockToken
Returns the data in a block in an Amazon Elastic Block Store snapshot.
POST
/snapshots
<p>Creates a new Amazon EBS snapshot. The new snapshot enters the <code>pendi…
POST
/snapshots/completion/{snapshotId}#x-amz-ChangedBlocksCount
Seals and completes the snapshot after all of the required blocks of data hav…
PUT
/snapshots/{snapshotId}/blocks/{blockIndex}#x-amz-Data-Length&x-amz-Checksum&x-amz-Checksum-Algorithm
<p>Writes a block of data to a snapshot. If the specified block contains data…
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints6
Authoauth2
Categories1
http://ebs.us-east-1.amazonaws.com