We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5d0cf commit 1bae926Copy full SHA for 1bae926
1 file changed
reference/api/restful/restful/restful.md
@@ -17,7 +17,6 @@ Control Plane 提供了 **Cloud**、**Cluster**、**Import** 和 **Pipeline**
17
以下是一个列出所有可用云提供商的示例。
18
19
```shell
20
- export CLOUD_REGION="ali-cn-hangzhou"
21
export API_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
22
23
curl --request GET \
@@ -32,7 +31,7 @@ Control Plane 提供了 **Cloud**、**Cluster**、**Import** 和 **Pipeline**
32
31
以下是一个列出指定集群中所有可用集合的示例。
33
34
35
- export CLUSTER_ENDPOINT="https://${CLUSTER_ID}.api.${CLOUD_REGION}.zillizcloud.com"
+ export CLUSTER_ENDPOINT="YOUR_CLUSTER_ENDPOINT"
36
export TOKEN="db_admin:xxxxxxxxxxxx"
37
38
0 commit comments