Reseller
Property | Type | Attributes | Description |
---|---|---|---|
instanceUid | String (uuid) | Read-only | UID assigned to a reseller. |
name | String | Read-only | Name of a reseller. |
status | String | Optional | Reseller status. Possible values:
|
permissions | Array | Read-only | Array of the Veeam Service Provider Console components that a reseller can access. Possible values:
|
quota | Subschema (ResellerQuota) | Optional | Reseller quota. |
Property | Type | Attributes | Description |
---|---|---|---|
resellerUid | String (uuid) | Read-only | UID assigned to a reseller. |
serversQuota | Integer (int32) | Optional, nullable | Maximum number of client servers that a reseller can manage. If quota is unlimited, the property value is 0. |
isServersQuotaUnlimited | Boolean | Optional | Indicates whether a reseller can manage an unlimited number of company servers. Default value is true. |
workstationsQuota | Integer (int32) | Optional, nullable | Maximum number of client workstations that a reseller can manage. If quota is unlimited, the property value is 0. |
isWorkstationsQuotaUnlimited | Boolean | Optional | Indicates whether a reseller can manage an unlimited number of company workstations. Default value is true. |
dataTransferOutQuota | Integer (int64) | Optional, nullable | Maximum amount of data transfer out traffic available to a reseller, in bytes. Minimum value is 1 GB. If quota is unlimited, the property value is 0. |
isDataTransferOutQuotaUnlimited | Boolean | Optional | Indicates whether the amount of data transfer out traffic available to a reseller is unlimited. Default value is true. |
insiderProtectionQuota | Integer (int32) | Optional, nullable | Number of days during which deleted backup files of reseller clients must be kept in the recycle bin by the service provider. |
isWanAccelerationEnabled | Boolean | Optional | Indicates whether WAN acceleration is enabled for replication jobs of reseller clients. Default value is false. |