This API is used to obtain the primary/standby replication status of a DB instance.
This API is available only to RDS for MySQL and RDS for SQL Server.
Parameter |
Mandatory |
Description |
|---|---|---|
project_id |
Yes |
Project ID of a tenant in a region. To obtain the value, see Obtaining a Project ID. |
instance_id |
Yes |
Instance ID. |
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
X-Auth-Token |
Yes |
String |
Specifies the user token. The user token is a response to the API used to obtain a user token. |
GET https://rds.eu-de.otc.t-systems.com/v3/0483b6b16e954cb88930a360d2c4e663/instances/c90928717dc747e2a20099894a87c468in01/replication/status
Parameter |
Type |
Description |
|---|---|---|
replication_status |
String |
Replication status:
|
abnormal_reason |
String |
Reasons why the replication is abnormal. |
{
"replication_status": "normal",
"abnormal_reason": ""
}
For details, see Abnormal Request Results.
For details, see Status Codes.
For details, see Error Codes.