Modify progress markers
Sets or unsets markers for completed deployment stages.
Request body
True after user confirmed detected external IPs or 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.
Request Examples
onepanel-rest-cli -u onepanel:$PASSPHRASE modifyProgress dnsCheck==true --host https://$PANEL_HOST:9443Responses
Changes successfully saved.
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."
}
}