This API is used to obtain detailed information of a specified DB instance.
PATH: /rds/v1/{project_id}/instances/{instanceId}
Method: GET
Name |
Mandatory |
Description |
|---|---|---|
project_id |
Yes |
Specifies the project ID of a tenant in a region. |
instanceId |
Yes |
Specifies the primary node ID of the DB instance. NOTE:
This field is not the DB instance ID. You are advised to use API v3 and the DB instance ID to perform related operations. |
None
Name |
Type |
Description |
|---|---|---|
instanceId |
String |
Indicates the primary node ID of the DB instance. NOTE:
This field is not the DB instance ID. You are advised to use API v3 and the DB instance ID to perform related operations. |
status |
String |
Indicates the DB instance status. Value:
|
instanceName |
String |
Indicates the created DB instance name. |
{
"instance": {
"instanceId": "252f11f1-2912-4c06-be55-1999bde659c5",
"status": "BUILD",
"instanceName": "rds-instance-test01"
}
}
For details, see Abnormal Request Results.