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

Azure SQL Server

The /cloudInfrastructure/sqlServers resource collection represents all SQL servers available to  Veeam Backup for Microsoft Azure.

Collection URL

The resource collection is located at the following URL:

https://<hostname>/api/v3/cloudInfrastructure/sqlServers

Azure SQL ServerCollection Representation

{

 "offset": 0,

 "limit": 200,

 "totalCount": 20,

 "results": [

   {

     "id": "qhhre6nua6xdz815cwfquniemcx6zhxpd5addqndfzfpt9fztgjo",

     "name": "bp-server-eus",

     "resourceId": "/subscriptions/280921a2-220d-45c9-92dd-82b6d5a3a78f/resourcegroups/bp-sql/providers/microsoft.sql/servers/bp-server-eus",

     "subscriptionId": "280921a2-220d-45c9-92dd-82b6d5a3a78f",

     "regionId": "eastus",

     "serverType": "Unmanaged",

     "_embeddedResources": {},

     "_links": {

       "self": {

         "href": "https://51.11.247.127/api/v3/cloudInfrastructure/sqlServers/qhhre6nua6xdz815cwfquniemcx6zhxpd5addqndfzfpt9fztgjo"

       }

     }

   },

   {

     "id": "mtmbozrjjz7p91axo9pt9wzsii9jz3mi1m89apgnkkcswxgek6mo",

     "name": "bp-server-eus2",

     "resourceId": "/subscriptions/280921a2-220d-45c9-92dd-82b6d5a3a78f/resourcegroups/bp-sql/providers/microsoft.sql/servers/bp-server-eus2",

     "subscriptionId": "280921a2-220d-45c9-92dd-82b6d5a3a78f",

     "regionId": "eastus",

     "serverType": "Unmanaged",

     "_embeddedResources": {},

     "_links": {

       "self": {

         "href": "https://51.11.247.127/api/v3/cloudInfrastructure/sqlServers/mtmbozrjjz7p91axo9pt9wzsii9jz3mi1m89apgnkkcswxgek6mo"

       }

     }

   }

 ],

 "_links": {

   "self": {

     "href": "https://51.11.247.127/api/v3/cloudInfrastructure/sqlServers?offset=0&limit=200"

   }

 }

}