Requests the controller refresh the deployment status of this app env
POST/resources/app.appvia.io/v2beta1/workspaces/:workspace/appenvs/:name/deploystatus
Requests the controller refresh the deployment status of this app env
Request
Path Parameters
workspace stringrequired
Workspace to use
name stringrequired
Application environment to use
Responses
- 200
- 400
- 401
- 403
- 500
Deployment status refresh requested
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...