Schema
The OrganizationLocation JSON schema is supported to describe location entities in Veeam Service Provider Console RESTful API.
Property | Type | Attributes | Description |
---|---|---|---|
instanceUid | String (uuid) | Read-only | UID assigned to a location in Veeam Service Provider Console. |
organizationUid | String (uuid) | Read-only | UID assigned to an organization. |
name | String | Required | Name of a location. |
quotaGb | Integer (int32) | Required | Amount of storage space allocated to a location, in gigabytes. |
isDefault | Boolean | Read-only | Indicates whether a location is default. |