Schemas
The following JSON schema is used to represent resources in the /accounts/standard collection in the Veeam Backup for AWS REST API. Properties included in schema represent SMTP server credentials records details. Some of the properties can be used as parameters in POST and PUT requests as well as for query parameter values in GET requests.
StandardAccount
Property | Type | Description |
---|---|---|
id | string | System ID assigned to an SMTP server credentials record in the Veeam Backup for AWS REST API. |
name | string | Name of the SMTP server credentials record. |
username | string | User name of an account used by Veeam Backup for AWS to authenticate against an SMTP server. |
description | string | Description of the SMTP server credentials record. |
_links | array | A list of methods and operations available for the SMTP server credentials record in the Veeam Backup for AWS REST API, and request URLs used to perform the operations. |