CRDB 刷新请求
刷新主动-主动数据库请求
Redis 企业软件 |
---|
方法 | 路径 | 描述 |
---|---|---|
放 | /v1/crdbs/{crdb_guid}/flush |
刷新主动-主动数据库 |
刷新主动-主动数据库
PUT /v1/crdbs/{crdb_guid}/flush
Flush an Active-Active database.
Request
Example HTTP request
PUT /v1/crdbs/552bbccb-99f3-4142-bd17-93d245f0bc79/flush
Headers
Key
Value
Description
X-Task-ID
string
Specified task ID
X-Result-TTL
integer
Time (in seconds) to keep task result
URL parameters
Field
Type
Description
crdb_guid
string
Globally unique Active-Active database ID (GUID)
Response
Returns a CRDB task object.
Status codes
Code
Description
200 OK
Action was successful.
400 Bad Request
The request is invalid or malformed.
401 Unauthorized
Unauthorized request. Invalid credentials
404 Not Found
Configuration or Active-Active database not found.
406 Not Acceptable
Configuration cannot be accepted, typically because it was already committed.
On this page