键值存储服务 KVS-查询单个kv:请求示例
时间:2025-04-02 14:48:15
请求示例
下载一个kv,表名为test-table-1,仓名为test-store,设置分区键值为user1,排序键值为test-file-1。
POST https://test-store.{endpoint}/v1/get-kv { "table_name" : "test-table-1", "primary_key" : { "owner" : "user-1", "filename" : "test-file-1" } }
support.huaweicloud.com/api-kvs/GetKv.html