-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Expand file tree
/
Copy pathDevBoxes_GetPool.json
More file actions
61 lines (61 loc) · 1.72 KB
/
DevBoxes_GetPool.json
File metadata and controls
61 lines (61 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"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
}
}
}
}