Removing the Active-Active Relationship
Function
This API is used to remove the active-active relationship of instances across regions.
Constraints
This API can be used only for GeminiDB Cassandra instances with classic storage.
URI
DELETE https://{Endpoint}/v3/{project_id}/instances/{instance_id}/dual-active-relationship
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Explanation: Project ID of a tenant in a region. To obtain this value, see Obtaining a Project ID. Constraints: N/A Values: N/A Default value: N/A |
instance_id |
Yes |
String |
Explanation: Instance ID Constraints: N/A Values: N/A Default value: N/A |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
Explanation: User token Constraints: N/A Values: N/A Default value: N/A |
Response Parameters
Status code: 202
Parameter |
Type |
Description |
---|---|---|
job_id |
String |
Explanation: Task ID Values: N/A |
Status code: 400
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Explanation: Error code Values: N/A |
error_msg |
String |
Explanation: Error message Values: N/A |
Example Request
Removing the active-active relationship
- URI example
DELETE https://gaussdb-nosql.ap-southeast-1.myhuaweicloud.com/v3/054e292c9880d4992f02c0196d3ea468/instances/a4d8ea2584e047439a667703c0684119in06/dual-active-relationship
Example Response
Status code: 202
Success
{ "job_id" : "f85104b5-4a9c-4e0f-9505-fc5409d8f7ae" }
Status Codes
For details, see Status Codes.
Error Codes
For details, see Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot