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

SMTP Server Credentials Records

The /accounts/standard resource collection represents all added to the Veeam Backup for AWS configuration database credentials records for SMTP servers used to send email notifications.

Collection URL

The resource collection is located at the following URL:

https://<hostname>:<port>/api/v1/accounts/standard

SMTP Server Credentials RecordsCollection Representation

{

 "results": [

   {

     "id": "a71a58c5-3221-4965-ad6b-19465a0580e9",

     "name": "SMTP Mail",

     "username": "john.smith@company.com",

     "description": "Current SMTP server",

     "_links": [

       {

         "method": "GET",

         "rel": "self",

         "href": "https://135.169.170.192:11005/api/v1/accounts/standard/a71a58c5-3221-4965-ad6b-19465a0580e9"

       },

       {

         "method": "PUT",

         "rel": "update",

         "href": "https://135.169.170.192:11005/api/v1/accounts/standard/a71a58c5-3221-4965-ad6b-19465a0580e9"

       },

       {

         "method": "DELETE",

         "rel": "delete",

         "href": "https://135.169.170.192:11005/api/v1/accounts/standard/a71a58c5-3221-4965-ad6b-19465a0580e9"

       }

     ]

   },

  ],

 "totalCount": 1,

 "_links": [

   {

     "method": "GET",

     "rel": "self",

     "href": "https://135.169.170.192:11005/api/v1/accounts/standard"

   }

 ]

}

In This Section