v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433113159.9 KB

This operation lists the provisioned capacity units for the specified AWS account.

get/{accountId}/provisioned-capacity

Path parameters

accountIdstring required

The AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single '-' (hyphen), in which case Amazon S3 Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, don't include any hyphens ('-') in the ID.

Response

Success

Example response

{
  "ProvisionedCapacityList": [
    {
      "CapacityId": "zSaq7NzHFQDANTfQkDen4V7z",
      "ExpirationDate": "2016-12-12T00:00:00.000Z",
      "StartDate": "2016-11-11T20:11:51.095Z"
    },
    {
      "CapacityId": "yXaq7NzHFQNADTfQkDen4V7z",
      "ExpirationDate": "2017-01-15T00:00:00.000Z",
      "StartDate": "2016-12-13T20:11:51.095Z"
    }
  ]
}