Update Configuration
DescriptionUpdate the appliance configuration.
Request
URLURL
Request Body
{}
Contains connection information for a service. If not set the connection parameters will be read from the current DR solution configuration if it exists.
Administrator email.
The allowed server clock tolerance in seconds. If not set, the default value of 3 seconds will be used. This parameter will be used only when validating the VC server where DR solution will be registered. Clock difference between the DR virtual appliance and vCenter Server should not exceed this value, otherwise validation (or configuration) will fail.
Plugin description.
The solution extension key. For vSphere Replication “com.vmware.vcHms” must be used. If not set, the default extension key value of “com.vmware.vcDr” will be used.
The appliance FQDN. Used when registering with the infrastructure and management nodes. If not set, the DNS name will be used.
UUID of the local DR server. Filled when the server is returning this data object.
Organization name.
The DR site name. If not set, the site name will be read from the current DR configuration if it exists.
Authentication
Response
Response BodyResponse Body
202 Accepted
Configure 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