Creating a Memory Mapping
Function
This API is used to create a memory mapping.
Constraints
This API can be used only on primary/standby GeminiDB Redis instances.
Authorization Information
Each account has permissions to call all APIs, but IAM users must have the required permissions specifically assigned.
- If you are using role/policy-based authorization, see the required permissions in Permissions and Supported Actions.
- If you are using identity policy-based authorization, the following identity policy-based permissions are required.
Action
Access Level
Resource Type (*: required)
Condition Key
Alias
Dependencies
gaussdbfornosql:instance:createDBCacheMapping
write
-
-
nosql:instance:createDBCacheMapping
-
URI
POST /v3/{project_id}/dbcache/mapping
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Definition Project ID of a tenant in a region. To obtain this value, see Obtaining a Project ID. Constraints N/A Range N/A Default Value N/A |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
X-Auth-Token |
Yes |
String |
Definition User token You can obtain the token by calling the IAM API by following Obtaining a User Token Through Password Authentication. Constraints N/A Range N/A Default Value N/A |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
source_instance_id |
Yes |
String |
Definition ID of a source instance for which a memory mapping is created. Constraints Currently, RDS for MySQL and TaurusDB instances are supported. Range N/A Default Value N/A |
|
target_instance_id |
Yes |
String |
Definition ID of a destination instance for which a memory mapping is created Constraints Currently, only primary/standby GeminiDB Redis instances are supported. Range N/A Default Value N/A |
Response Parameters
Status code: 202
|
Parameter |
Type |
Description |
|---|---|---|
|
job_id |
String |
Definition ID of a memory mapping task to be created Range N/A |
Example Requests
POST https://{endpoint}/v3/054e292c9880d4992f02c0196d3ea468/dbcache/mapping
{
"source_instance_id": "356cf333ab77413f9d2526605227be08in01" ,
"target_instance_id": "2bb234c7175c400aab91de7c62174c0ein12"
}
Example Responses
Status code: 202
Accepted.
{
"job_id" : "04efe8e2-9255-44ae-a98b-d87cae411890"
}
Status Codes
See Status Codes.
Error Codes
See Status 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