{ "title": "Gets a pool.", "operationId": "DevBoxes_GetPool", "parameters": { "endpoint": "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com", "projectName": "myProject", "api-version": "2025-07-01-preview", "poolName": "DevPool" }, "responses": { "200": { "body": { "uri": "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/projects/myProject/pools/LargeDevWorkStationPool", "name": "LargeDevWorkStationPool", "location": "centralus", "osType": "Windows", "hardwareProfile": { "vCPUs": 8, "memoryGB": 32 }, "storageProfile": { "osDisk": { "diskSizeGB": 1024 } }, "hibernateSupport": "Enabled", "singleSignOnStatus": "Enabled", "imageReference": { "name": "DevImage", "version": "1.0.0", "publishedDate": "2022-03-01T00:13:23.323Z" }, "stopOnDisconnect": { "status": "Enabled", "gracePeriodMinutes": 60 }, "stopOnNoConnect": { "status": "Enabled", "gracePeriodMinutes": 120 }, "healthStatus": "Healthy", "displayName": "LargePool" }, "activeHoursConfiguration": { "keepAwakeEnableStatus": "Enabled", "autoStartEnableStatus": "Enabled", "defaultTimeZone": "America/Los_Angeles", "defaultStartTimeHour": 9, "defaultEndTimeHour": 17, "defaultDaysOfWeek": [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday" ], "daysOfWeekLimit": 5 } } } }