Update Configuration
DescriptionUpdate the appliance configuration.
Request
URLURL
Request Body
{}
Administrator email.
Contains connection information for a service. If not set the connection parameters will be read from the current DR solution configuration if it exists.
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": "string",
"description": "string",
"error": {
"cause": {
"localized_message": "string",
"message": "string",
"stack_trace": [
{
"class_loader_name": "string",
"class_name": "string",
"file_name": "string",
"line_number": 0,
"method_name": "string",
"module_name": "string",
"module_version": "string",
"native_method": false
}
],
"suppressed": [
{
"localized_message": "string",
"message": "string",
"stack_trace": [
{
"class_loader_name": "string",
"class_name": "string",
"file_name": "string",
"line_number": 0,
"method_name": "string",
"module_name": "string",
"module_version": "string",
"native_method": false
}
]
}
]
},
"localized_message": "string",
"message": "string",
"stack_trace": [
{
"class_loader_name": "string",
"class_name": "string",
"file_name": "string",
"line_number": 0,
"method_name": "string",
"module_name": "string",
"module_version": "string",
"native_method": false
}
],
"suppressed": [
{
"localized_message": "string",
"message": "string",
"stack_trace": [
{
"class_loader_name": "string",
"class_name": "string",
"file_name": "string",
"line_number": 0,
"method_name": "string",
"module_name": "string",
"module_version": "string",
"native_method": false
}
]
}
]
},
"id": "string",
"progress": 0,
"result": {},
"start_time": "string",
"status": "QUEUED",
"type": "string"
}
Current status of the task
Possible values are: QUEUED , RUNNING , SUCCESS , ERROR , CANCELLED
Current progress of the operation
Result of the operation
Operation type
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