This is an archive version of the document. To get the most up-to-date information, see the current version.

SMTP and SQL Server Accounts

The /accounts/standard resource collection represents all SMTP and SQL Server accounts added to the Veeam Backup for Microsoft Azure configuration database.

Collection URL

The resource collection is located at the following URL:

https://<hostname>/api/v3/accounts/standard

SMTP and SQL Server AccountsCollection Representation

{

 "offset": 0,

 "limit": 200,

 "totalCount": 2,

 "results": [

   {

     "id": "1",

     "name": "Standard Account",

     "description": "none",

     "username": "QA-assurance"

   },

   {

     "id": "2",

     "name": "Default_smtp_account",

     "description": "none",

     "username": "Admin"

   }

 ],

 "_links": {

   "self": {

     "href": "https://51.11.247.127/api/v3/accounts/standard?offset=0&limit=200"

   }

 }

}

In This Section