Gets the next version of the cluster plan for updating the cluster
GET/resources/compute.appvia.io/v2beta2/workspaces/:workspace/clusters/:name/update
Gets the next version of the cluster plan for updating the cluster
Request
Path Parameters
name stringrequired
Name of the cluster to update
workspace stringrequired
Workspace of the cluster to update
Responses
- 200
- 400
- 401
- 403
- 500
The next cluster plan version
- application/json
- Schema
- Example (from schema)
Schema
updateAvailable booleanrequired
version stringrequired
Version is the version of the next update
{
"updateAvailable": true,
"version": "string"
}
Validation error of supplied parameters/body
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
code int32required
fieldErrors
undefined[]
required
errCode stringrequired
field stringrequired
message stringrequired
message stringrequired
{
"code": 0,
"fieldErrors": [
{
"errCode": "string",
"field": "string",
"message": "string"
}
],
"message": "string"
}
If not authenticated
If authenticated but not authorized
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
detail stringrequired
message stringrequired
uri stringrequired
verb stringrequired
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...