-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Expand file tree
/
Copy pathDevBoxes_DelayActionsWithError.json
More file actions
43 lines (43 loc) · 1.95 KB
/
Copy pathDevBoxes_DelayActionsWithError.json
File metadata and controls
43 lines (43 loc) · 1.95 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
{
"title": "Delays all actions with an error.",
"operationId": "DevBoxes_DelayActionsWithError",
"parameters": {
"api-version": "2024-10-01-preview",
"endpoint": "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com",
"projectName": "myProject",
"userId": "me",
"devBoxName": "myDevBox",
"until": "2022-09-30T17:00:00Z"
},
"responses": {
"200": {
"body": {
"value": [
{
"uri": "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/projects/myProject/users/b08e39b4-2ac6-4465-a35e-48322efb0f98/devboxes/MyDevBox/actions/schedule-default",
"name": "schedule-default",
"result": "Failed",
"error": {
"code": "DelayOverMaxTime",
"message": "The schedule cannot be delayed more than 8 hours from the original invocation time."
}
},
{
"uri": "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/projects/myProject/users/b08e39b4-2ac6-4465-a35e-48322efb0f98/devboxes/MyDevBox/actions/idle-hibernateondisconnect",
"name": "idle-hibernateondisconnect",
"result": "Succeeded",
"action": {
"uri": "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/projects/myProject/users/b08e39b4-2ac6-4465-a35e-48322efb0f98/devboxes/MyDevBox/actions/idle-hibernateondisconnect",
"name": "idle-hibernateondisconnect",
"actionType": "Stop",
"sourceId": "/projects/myProject/pools/myPool",
"sourceUri": "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/projects/myProject/pools/myPool",
"sourceType": "Pool",
"suspendedUntil": "2022-09-30T17:00:00Z"
}
}
]
}
}
}
}