ResellerInput
Property | Type | Attributes | Description |
---|---|---|---|
description | String | Optional, nullable | Description of a reseller. |
organizationInput | Subschema (OrganizationInput) | Required | Reseller organization settings. |
quota | Subschema (ResellerQuota) | Required | Service quota configured for a reseller. |
ownerCredentials | Subschema (OwnerCredentials) | Required | User credentials configured for Service Provider Global Administrator. |
permissions | Subschema (ResellerPermissions) | Optional | Array of the Veeam Service Provider Console components that a reseller can access. Possible values:
|
Property | Type | Attributes | Description |
---|---|---|---|
name | String | Required | Name of an organization. |
taxId | String | Nullable | Organization Tax ID. |
String | Nullable | Contact email address. | |
phone | String | Nullable | Telephone number of a primary contact of an organization. |
country | Integer (int32) | Nullable | System ID assigned to an organization country of residence. |
state | Integer (int32) | Nullable | System ID assigned to a USA state where an organization is located. |
city | String | Nullable | City where an organization is located. |
street | String | Nullable | Street where an organization is located. |
notes | String | Nullable | Additional information about an organization. |
zipCode | String | Nullable | Postal code. |
website | String | Nullable | Organization website. |
companyId | String | Nullable | ID of an organization used for 3rd party applications. |
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. |
Property | Type | Attributes | Description |
---|---|---|---|
userName | String | Required | User name. |
password | String (password) | Optional, nullable | Password. |