Confirms that no active connections exist before performing a rollback switchover.
Operation description
Confirms that no active connections exist before a rollback task to ensure operation safety.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:ConfirmNoConnection |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| DBInstanceName |
string |
No |
The instance name. |
pxc-hzravgpt8q**** |
| SlinkTaskId |
string |
Yes |
The unique ID of the short-link task, which is used to identify the task to be rolled back. |
etx-szr2rr6i***** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Message |
string |
The additional information returned. The value success is returned if the request is successful. Otherwise, an error code is returned. |
Success |
| RequestId |
string |
The request ID. |
6BA32080EEA |
| Success |
boolean |
Indicates whether the request is successful. |
true |
| Data |
object |
The returned data. |
|
| SlinkTaskId |
string |
The original task ID, which is used to match the response with the request. |
etx-szr2rr6i***** |
Examples
Success response
JSON format
{
"Message": "Success",
"RequestId": "6BA32080EEA",
"Success": true,
"Data": {
"SlinkTaskId": "etx-szr2rr6i*****"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.