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

SQL Elastic Pool

The /sqlElasticPools resource collection represents all elastic added to the Veeam Backup for Microsoft Azure cloud infrastructure.

Collection URL

The resource collection is located at the following URL:

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

SQL Elastic PoolCollection Representation

{{

 "offset": 0,

 "limit": 200,

 "totalCount": 6,

 "results": [

   {

     "databaseStorageCapacityMb": 5000,

     "dtu": 50,

     "edition": "Basic",

     "id": "d5439girzxb4d6aszx7p8ehypx3dq7usjd411zuset7h4s65raco",

     "name": "bp-elastic-1",

     "regionId": "eastus",

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

     "serverId": "mtmbozrjjz7p91axo9pt9wzsii9jz3mi1m89apgnkkcswxgek6mo",

     "state": "Ready",

     "poolStorageCapacityMb": 5000,

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

     "_links": {

       "self": {

         "href": "https://51.11.247.127/api/v3/cloudInfrastructure/sqlElasticPools/d41h9girzxb4d6aszx7p8ehypx3dq7usjd411zuset7h4s65raco"

       }

     }

   },

   {

     "databaseStorageCapacityMb": 5000,

     "dtu": 50,

     "edition": "Basic",

     "id": "seygdxbrosxt4yb6hkzc5a19rr7nbeqcexwzqbo3ebg3pyrbfd8y",

     "name": "bp-elastic-2",

     "regionId": "eastus",

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

     "serverId": "qhhre6nua6xdz815cwfquniemcx6zhxpd5addqndfzfpt9fztgjo",

     "state": "Ready",

     "poolStorageCapacityMb": 5000,

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

     "_links": {

       "self": {

         "href": "https://51.11.247.127/api/v3/cloudInfrastructure/sqlElasticPools/seygdxbrosxt4yb6hkzc5a19rr7nbeqcexwzqbo3ebg3pyrbfd8y"

       }

     }

   },

   {

     "databaseStorageCapacityMb": 5000,

     "dtu": 50,

     "edition": "Basic",

     "id": "udwhq4qoiqecrirrbc7pxhp1nn48s5tk6bkfjw6dq5k4rt7yuryo",

     "name": "bp-elastic-3we",

     "regionId": "westeurope",

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

     "serverId": "zbuxm9yzfasp1stzfq84euohfxcnait96x1r8bz13kc9cg4di3po",

     "state": "Ready",

     "poolStorageCapacityMb": 5000,

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

     "_links": {

       "self": {

         "href": "https://51.11.247.127/api/v3/cloudInfrastructure/sqlElasticPools/udwhq4qoiqecrirrbc7pxhp1nn48s5tk6bkfjw6dq5k4rt7yuryo"

       }

     }

   }

   

 ],

 "_links": {

   "self": {

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

   }

 }

}