forked from laiweijian4/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
13 KiB
13 KiB
Adding Shards
Function
This API is used to add shards.
- Before calling an API, you need to understand the API in Using APIs.
- Before calling this API, obtain the required region and endpoint.
Constraints
- The shard growth increment ranges from 1 to 9.
- The maximum number of shards is 256.
URI
- URI format
POST https://{Endpoint}/opengauss/v3/{project_id}/instances/{instance_id}/action
- Example
https://gaussdb.eu-de.otc.t-systems.com/opengauss/v3/0483b6b16e954cb88930a360d2c4e663/instances/dsfae23fsfdsae3435in01/action
- Request example
{ "expand_cluster": { "shard":{ "count":"1" } } }
Response
- Normal response
Table 4 Parameter description Name
Type
Description
job_id
String
Specifies the task ID.
- Example normal response
{ "job_id": "2b414788a6004883a02390e2eb0ea227" }
- Abnormal response
For details, see Abnormal Request Results.
Status Codes
For details, see Status Codes.
Error Codes
For details, see Error Codes.
Parent topic: DB Instance Management