Delete Configuration
DescriptionRemove current configuration.
Request
URLURL
Request Body
{
"admin_password": "string",
"admin_user": "string"
}
Password for the administrator user.
The name of a user with sufficient privileges to perform configuration tasks on the infrastructure, management nodes, and the infrastructure node.
Authentication
Response
Response BodyResponse Body
202 Accepted
Unconfigure the appliance task.
{
"complete_time": 0,
"description": "string",
"error": {
"details": "string",
"message": "string"
},
"id": "string",
"progress": 0,
"result": {},
"start_time": 0,
"status": "QUEUED",
"type": "string"
}
Status of the task.
Possible values are: QUEUED , RUNNING , SUCCESS , ERROR , CANCELLED
The complete time of the task, in milliseconds.
ID of the task.
The current progress of the task, in percentage number.
Information about the task result if the task status is SUCCESS.
The start time of the task, in milliseconds.
Description of the task.
Operation type of the task.
Errors
Bad request - the server could not understand the request due to invalid syntax or invalid request body content
Unauthorized - the client must authenticate itself to get the requested response
Forbidden - not sufficient access rights to fulfill the request
Internal server error - unexpected condition prevents fulfilling the request