Schemas
The following JSON schemas are used to represent resources in the /regions collection in the Veeam Backup for AWS REST API. Properties included in schemas can be used as query parameter values in GET requests.
Region
Property | Type | Description |
---|---|---|
id | string($uuid) | System ID assigned to an AWS region or an Availability Zone in the Veeam Backup for AWS REST API. |
name | string | Name of the AWS region or Availability Zone. |
_links | array | A list of methods and operations available for the AWS region or Availability Zone in the Veeam Backup for AWS REST API, and request URLs used to perform the operations. |
AmazonInstanceType
Property | Type | Description |
---|---|---|
name | string | Model of the EC2 instance. |
cpuCount | integer($int32) | Number of virtual central processing units. |
ram | integer($int32) | Memory (in MB). |
isArm64 | boolean | Defines whether the EC2 instance is powered by Arm-based AWS Graviton Processor. |
virtualizationType | array[string] | AMI virtualization type of the EC2 instance. |