Description | : Lists Dev Boxes that the caller has access to in the DevCenter. |
Reference | : Link ¶ |
⚼ Request
GET:
/devboxes
{
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
uri:
string
,
name:
string
,
projectName:
string
,
poolName:
string
,
hibernateSupport:
enum
,
provisioningState:
enum
,
actionState:
string
,
powerState:
enum
,
uniqueId:
string
,
error:
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}
location:
string
,
osType:
enum
,
user:
string
,
hardwareProfile:
{
,
skuName:
enum
,
vCPUs:
integer
,
memoryGB:
integer
,
}
storageProfile:
{
,
osDisk:
}
{
,
diskSizeGB:
integer
,
}
imageReference:
{
,
name:
string
,
version:
string
,
operatingSystem:
string
,
osBuildNumber:
string
,
publishedDate:
string
,
}
createdTime:
string
,
lastConnectedTime:
string
,
localAdministrator:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}