Schemas
The following JSON schemas are used to represent resources in the /accounts/standard collection in the Veeam Backup for Microsoft Azure REST API. Properties included in schemas represent SMTP and SQL Server accounts. Some of the properties can be used in POST and PUT requests as well as for query parameter values in GET requests.
StandardAccountV3
Property | Type | Description |
---|---|---|
kind | string | Type of the account: SqlServer, Smtp. |
id | string | System ID assigned to the account in the Veeam Backup for Microsoft Azure REST API. |
name | string | Name of an account. |
description | string | Description of an account. |
username | string | Name of the user. |
_links | string | A list of methods and operations available for the SMTP and SQL Server accounts in the Veeam Backup for Microsoft Azure REST API, and request URLs used to perform the operations. |