Get deployment progress
Returns deployment markers state.
Responses
The progress markers.
True after user assigned services to cluster nodes and they were deployed.
True after user provided public IPs of cluster nodes or confirmed autodetected defaults. Also true if interactiveDeployment was disabled.
True after user decided whether to use Let's Encrypt certificates or if interactiveDeployment was disabled.
True after user reviewed results of DNS check or if interactiveDeployment was disabled.
True after at least one storage was added to op_worker. Omitted in Onezone panel.
True if the Oneprovider is registered at Onezone. Omitted in Onezone panel.
Invalid request.
error object (ErrorDetails) Object describing an error.
Object describing an error.
String identifying the error type. Does not change between error instances.
Human readable error description. May contain information specific to given error instance.
Details about the error instance. The object schema is specific to each error type.
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Unauthorized request.
Forbidden request.
Internal server error.
error object (ErrorDetails) Object describing an error.
Object describing an error.
String identifying the error type. Does not change between error instances.
Human readable error description. May contain information specific to given error instance.
Details about the error instance. The object schema is specific to each error type.
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}