Schemas
The following JSON schemas are used to represent resources in the /workers collection in the Veeam Backup for Microsoft Azure REST API. Properties included in schemas can be used in POST and PUT requests.
WorkerV3
Property | Type | Description |
---|---|---|
resourceId | string | System ID assigned to the worker instance in the Veeam Backup for Microsoft Azure v3. |
name | string | Name of the worker instance. |
host | string | DNS name or an IP address of the worker instance. |
network | string | Name of the network to which the worker instance is connected. |
subnetName | string | Azure name of the subnet connected the worker instance. |
instanceType | string | Type of worker instances. |
availabilityZone | string | Availability Zone of an Azure region where worker instances are launched. |
status | array[string] | Status of the session: Creating, Busy, Idle, Recovering, Stopped, PendingRemoval, Removed. |
region | string | Name of the Azure region where the backup appliance is located. |
regionId | string | Azure ID assigned to the Azure region where the backup appliance is located. |
purpose | string | Defines the type of backup and restore operation for which the worker instance will be launched: Standard, Archive. |