Skip to content

Commit 3aa740e

Browse files
author
Automated
committed
OpenAPI spec update: Mon Sep 14 09:21:03 UTC 2026
1 parent 5c0bc4f commit 3aa740e

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

exoscale/openapi.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9588,6 +9588,7 @@
95889588
"enum": [
95899589
"creating",
95909590
"destroying",
9591+
"error",
95919592
"running",
95929593
"scaling-down",
95939594
"scaling-up",
@@ -9632,6 +9633,24 @@
96329633
"readOnly": true,
96339634
"description": "Instances"
96349635
},
9636+
"error-reason": {
9637+
"type": "object",
9638+
"properties": {
9639+
"cause": {
9640+
"type": "string",
9641+
"description": "Error cause"
9642+
},
9643+
"type": {
9644+
"type": "string",
9645+
"description": "Error type"
9646+
},
9647+
"job-id": {
9648+
"type": "string",
9649+
"description": "Job ID at the origin of error"
9650+
}
9651+
},
9652+
"description": "Instance Pool Error Reason"
9653+
},
96359654
"deploy-target": {
96369655
"$ref": "#/components/schemas/deploy-target-ref",
96379656
"description": "Instance Pool Deploy Target"

0 commit comments

Comments
 (0)