-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Expand file tree
/
Copy pathDevBoxes_ListPools.json
More file actions
71 lines (71 loc) · 2.23 KB
/
Copy pathDevBoxes_ListPools.json
File metadata and controls
71 lines (71 loc) · 2.23 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
62
63
64
65
66
67
68
69
70
71
{
"title": "Lists available pools.",
"operationId": "DevBoxes_ListPools",
"parameters": {
"endpoint": "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com",
"projectName": "myProject",
"api-version": "2024-02-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"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",
"imageReference": {
"name": "DevImage",
"version": "1.0.0",
"publishedDate": "2022-03-01T00:13:23.323Z"
},
"stopOnDisconnect": {
"status": "Enabled",
"gracePeriodMinutes": 60
},
"healthStatus": "Healthy",
"displayName": "LargePool"
},
{
"uri": "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/projects/myProject/pools/SQLDevelopmentMachinePool",
"name": "SQLDevelopmentMachinePool",
"location": "southcentralus",
"osType": "Windows",
"hardwareProfile": {
"vCPUs": 16,
"memoryGB": 128
},
"storageProfile": {
"osDisk": {
"diskSizeGB": 1024
}
},
"hibernateSupport": "Enabled",
"imageReference": {
"name": "SqlDevImage",
"version": "1.0.0",
"publishedDate": "2022-03-01T00:13:23.323Z"
},
"stopOnDisconnect": {
"status": "Enabled",
"gracePeriodMinutes": 60
},
"healthStatus": "Healthy",
"displayName": "SQLPool"
}
]
}
}
}
}