Modifying Basic Configurations of a Cluster Snapshot¶
Note
Using this API will automatically enable the snapshot function.
Function¶
This API is used to modify the basic configurations of a cluster snapshot. The basic configurations include the OBS bucket and IAM agency.
URI¶
POST /v1.0/{project_id}/clusters/{cluster_id}/index_snapshot/setting
Parameter | Mandatory | Type | Description |
---|---|---|---|
project_id | Yes | String | Project ID. For details about how to obtain a project ID, see Obtaining a Project ID and Name. |
cluster_id | Yes | String | ID of the cluster where index data is to be backed up. |
Request¶
Table 2 describes the request parameters.
Parameter | Mandatory | Type | Description |
---|---|---|---|
bucket | Yes | String | OBS bucket used for index data backup. If there is snapshot data in an OBS bucket, only the OBS bucket is used and cannot be changed. |
basePath | Yes | String | Storage path of the snapshot in the OBS bucket. |
agency | Yes | String | IAM agency used to access OBS. |
snapshotCmkId | No | String | Key ID used for snapshot encryption.
|
Response¶
None
Examples¶
Example request
POST /v1.0/6204a5bd270343b5885144cf9c8c158d/clusters/ea244205-d641-45d9-9dcb-ab2236bcd07e/index_snapshot/setting
{
"bucket":"test-bucket",
"agency":"usearch",
"snapshotCmkId":"42546bb1-8025-4ad1-868f-600729c341aea"
}
Status Code¶
Table 3 describes the status code.
Status Code | Code | Status Code Description |
---|---|---|
200 | OK | The request is processed successfully. |
406 | Not Acceptable | The server cannot fulfill the request according to the content characteristics of the request. |
412 | Precondition Failed | The server does not meet one of the preconditions that the requester puts on the request. |
504 | Gateway Timeout | A gateway timeout error occurred. |