Schemas
The following JSON schemas are used to represent resources in the /buckets collection in the Veeam Backup for AWS REST API. Properties included in schemas can be used as query parameter values in GET requests.
Bucket
Property | Type | Description |
---|---|---|
id | string | System ID assigned to an Amazon S3 bucket in the Veeam Backup for AWS REST API. |
name | string | Name of the Amazon S3 bucket. |
location | string | System ID and name of the AWS region where Amazon S3 bucket is located. |
_links | array | A list of methods and operations available for the Amazon S3 bucket in the Veeam Backup for AWS REST API, and request URLs used to perform the operations. |
BucketFolder
Property | Type | Description |
---|---|---|
name | string | Name of a folder in an Amazon S3 bucket with the specified ID. |
folderId | string($uuid) | System ID assigned to the folder in the Veeam Backup for AWS REST API. |