Gets the configuration information of a node.
Operation description
method
GET
URI
/openapi/ha3/instances/{instanceId}/node-config
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
searchengine:GetNodeConfig |
get |
*Instance
|
None | None |
Request syntax
GET /openapi/ha3/instances/{instanceId}/node-config HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
Yes |
The instance ID. |
ha-cn-pl32rf0**** |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| type |
string |
No |
The node type. Valid values:
|
index |
| name |
string |
No |
The node name. |
ha-cn-30174dhoz53_qrs |
| clusterName |
string |
No |
The name of the cluster |
vpc_sh_domain_2 |
RequestExample
GET /openapi/ha3/instances/{instanceId}/node-config?type=qrs&name=test&
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| requestId |
string |
Id of the request |
2AE63638-5420-56DC-BF59-37D8174039A0 |
| result |
object |
The result set. |
|
| dataFragmentNumber |
integer |
The number of data shards. |
1 |
| dataDuplicateNumber |
integer |
The number of data replicas. |
1 |
| minServicePercent |
integer |
The minimum service ratio. |
50 |
| published |
boolean |
Indicates whether the cluster is mounted. |
true |
| active |
boolean |
Indicates whether the index is effective online. |
true |
| flowRatio |
integer |
The traffic percentage. |
100 |
ResponseExample
Correct response
{
"requestId": "0A6EB64B-B4C8-CF02-810F-E660812972FF",
"result": {
"dataFragmentNumber":1,
"dataDuplicateNumber":1,
"minServicePercent":20,
"published":true,
"active": true // Whether it takes effect online
}
}
Examples
Success response
JSON format
{
"requestId": "2AE63638-5420-56DC-BF59-37D8174039A0",
"result": {
"dataFragmentNumber": 1,
"dataDuplicateNumber": 1,
"minServicePercent": 50,
"published": true,
"active": true,
"flowRatio": 100
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.