Querying the Components of a DB Instance
Function
This API is used to query components of a DB instance. Before calling this API:
- Learn how to authenticate this API.
- Obtain the required region and endpoint.
URI
Name |
Type |
Mandatory |
Description |
---|---|---|---|
project_id |
String |
Yes |
Explanation: Project ID of a tenant in a region. For details about how to obtain the project ID, see Obtaining a Project ID. Restrictions: None Value range: The value can contain 32 characters. Only letters and digits are allowed. Default value: None |
instance_id |
String |
Yes |
DB instance ID. |
limit |
Integer |
No |
Number of records to be queried. The default value is 100. The value cannot be a negative number. The minimum value is 1 and the maximum value is 100. For example, if this parameter is set to 10, a maximum of 10 records can be displayed. |
offset |
Integer |
No |
Index offset. If offset is set to N, the resource query starts from the N+1 data entry. The default value is 0, indicating that the query starts from the first data entry. The value cannot be a negative number. For example, if this parameter is set to 0 and limit is set to 10, only the 1st to 10th records are displayed. |
component_type |
String |
No |
Component type. If this parameter is ALL (default value), all types of components are queried. CM: CMS components. Value:
|
availability_zone_id |
String |
No |
ID of the AZ where the primary component is located. The default value is ALL, indicating that component information of nodes in all AZs of the instance is queried. When you query the AZ where a primary DN is located, the information of all DNs in the same shard as the primary DN is displayed. When you query the AZ where a CN is located, only the CN information in the AZ is displayed. When you query the AZ where a component (except CNs or DNs) is located, information about all components of the same type is returned. If there is no such a component, no information is returned. |
Request Parameters
None
Response Parameters
Name |
Type |
Description |
---|---|---|
nodes |
Array of objects |
Component details. For details, see Table 3. |
total_count |
Integer |
Total number of records. |
Name |
Type |
Description |
---|---|---|
id |
String |
Node ID. |
components |
Array of objects |
Component information under the instance node. For details, see Table 4. |
name |
String |
Node name. |
availability_zone_id |
String |
Code of the AZ where the node is located. |
description |
String |
AZ description. |
status |
String |
Node status. |
Name |
Type |
Description |
---|---|---|
id |
String |
Component ID.
|
role |
String |
Node role.
|
status |
String |
Component status.
|
distributed_id |
String |
Group ID. This parameter is used to identify DNs in the same shard. For other components, the value is an empty string. |
type |
String |
Node type. Value: DN, CN, GTM, CM, or ETCD. |
detail |
String |
Details. |
Example Request
Querying the components of a DB instance
GET https://gaussdb-opengauss.ap-southeast-1.myhuaweicloud.com/v3/0483b6b16e954cb88930a360d2c4e663/instances/dd93e98e103b4fc4b5a978a6bd6f03a9in14/components
Example Response
{ "nodes": [ { "components": [ { "id": "cm_1", "role": "master", "status": "Primary", "distributed_id": "", "type" : "CM", "detail" : "" }, { "id": "etcd_7001", "role": "master", "status": "StateLeader", "distributed_id": "", "type" : "ETCD", "detail" : "" }, { "id": "dn_6001", "role": "master", "status": "Primary", "distributed_id": "60011", "type" : "DN", "detail" : "Normal" } ], "id": "7d19f72f8f514564bd92962a6fbddb7dno14", "name": "gauss-9e1a_root_0", "availability_zone_id": "cn-southwest-244a", "description": "az1", "status": "normal" }, { "components": [ { "id": "cm_3", "role": "slave", "status": "Standby", "distributed_id": "", "type" : "CM", "detail" : "" }, { "id": "etcd_7003", "role": "slave", "status": "StateFollower", "distributed_id": "", "type" : "ETCD", "detail" : "" }, { "id": "dn_6003", "role": "slave", "status": "Standby", "distributed_id": "60011", "type" : "DN", "detail" : "Normal" } ], "id": "aafc2e14234d4c9eadb481fb0a09a865no14", "name": "gauss-9e1a_root_2", "availability_zone_id": "cn-southwest-244a", "description": "az1", "status": "normal" }, { "components": [ { "id": "cm_2", "role": "slave", "status": "Standby", "distributed_id": "", "type" : "CM", "detail" : "" }, { "id": "etcd_7002", "role": "slave", "status": "StateFollower", "distributed_id": "", "type" : "ETCD", "detail" : "" }, { "id": "dn_6002", "role": "slave", "status": "Standby", "distributed_id": "60011", "type" : "DN", "detail" : "Normal" } ], "id": "d6c6c6e6b48c41d79d99d7240751d744no14", "name": "gauss-9e1a_root_1", "availability_zone_id": "cn-southwest-244a", "description": "az1", "status": "normal" } ], "total_count": 3 }
{ "nodes": [ { "components": [ { "id": "cn_5001", "role": "master", "status": "Normal", "distributed_id": "", "type": "CN", "detail": "" } ], "id": "e0c39a9b9e91421cacbfbf75c47e0c9dno14", "name": "gauss-6b36_gaussdbv5cn_0", "hostname": null, "availability_zone_id": "cn-southwest-244a", "description": "az1", "status": "normal" }, { "components": [ { "id": "gtm_1002", "role": "slave", "status": "Standby", "distributed_id": "", "type": "GTM", "detail": "Connection ok" } ], "id": "a19a1844ab93407489d8a63ca298f908no14", "name": "gauss-6b36_gaussdbv5gtm_0", "hostname": null, "availability_zone_id": "cn-southwest-244a", "description": "az1", "status": "normal" }, { "components": [ { "id": "gtm_1003", "role": "slave", "status": "Standby", "distributed_id": "", "type": "GTM", "detail": "Connection ok" } ], "id": "fd949ad6b00c4d72b7af5f015817d4d9no14", "name": "gauss-6b36_gaussdbv5gtm_1", "hostname": null, "availability_zone_id": "cn-southwest-244b", "description": "az2", "status": "normal" }, { "components": [ { "id": "cm_2", "role": "slave", "status": "Standby", "distributed_id": "", "type": "CM", "detail": "" }, { "id": "etcd_7002", "role": "slave", "status": "StateFollower", "distributed_id": "", "type": "ETCD", "detail": "" } ], "id": "ac7e24fc9626479c96ab6215f2107faeno14", "name": "gauss-6b36_gaussdbv5cms_1", "hostname": null, "availability_zone_id": "cn-southwest-244b", "description": "az2", "status": "normal" }, { "components": [ { "id": "dn_6001", "role": "master", "status": "Primary", "distributed_id": "60011", "type": "DN", "detail": "Normal" } ], "id": "0989068696f94631a45b3f2b13ac7810no14", "name": "gauss-6b36_gaussdbv5dn1_0", "hostname": null, "availability_zone_id": "cn-southwest-244a", "description": "az1", "status": "normal" }, { "components": [ { "id": "cm_1", "role": "master", "status": "Primary", "distributed_id": "", "type": "CM", "detail": "" }, { "id": "etcd_7001", "role": "master", "status": "StateFollower", "distributed_id": "", "type": "ETCD", "detail": "" } ], "id": "912ca1f9f12f41968d60d82a7f630bedno14", "name": "gauss-6b36_gaussdbv5cms_2", "hostname": null, "availability_zone_id": "cn-southwest-244c", "description": "az3", "status": "normal" }, { "components": [ { "id": "dn_6002", "role": "slave", "status": "Standby", "distributed_id": "60011", "type": "DN", "detail": "Normal" } ], "id": "365261e60ac14dff846480e8cc555d66no14", "name": "gauss-6b36_gaussdbv5dn1_1", "hostname": null, "availability_zone_id": "cn-southwest-244b", "description": "az2", "status": "normal" }, { "components": [ { "id": "dn_6003", "role": "slave", "status": "Standby", "distributed_id": "60011", "type": "DN", "detail": "Normal" } ], "id": "3ce7e13a25524e7b81d78cad9afd9464no14", "name": "gauss-6b36_gaussdbv5dn1_2", "hostname": null, "availability_zone_id": "cn-southwest-244c", "description": "az3", "status": "normal" }, { "components": [ { "id": "cm_3", "role": "slave", "status": "Standby", "distributed_id": "", "type": "CM", "detail": "" }, { "id": "etcd_7003", "role": "slave", "status": "StateLeader", "distributed_id": "", "type": "ETCD", "detail": "" } ], "id": "e0deb77337604d149a76ce02b5060d86no14", "name": "gauss-6b36_gaussdbv5cms_0", "hostname": null, "availability_zone_id": "cn-southwest-244a", "description": "az1", "status": "normal" }, { "components": [ { "id": "gtm_1001", "role": "master", "status": "Primary", "distributed_id": "", "type": "GTM", "detail": "Connection ok" } ], "id": "9a88dc2a3f3e4f8c844f86dc032fde84no14", "name": "gauss-6b36_gaussdbv5gtm_2", "hostname": null, "availability_zone_id": "cn-southwest-244c", "description": "az3", "status": "normal" } ], "total_count": 10 }
Status Code
- Normal
- Abnormal
For details, see Status Codes.
Error Code
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