Skip to main content
简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。

列出云

贡献者

您可以列出特定Astra帐户定义和可用的云。

执行以下REST API调用以列出云。

HTTP方法和端点

此REST API调用使用以下方法和端点。

HTTP 方法 路径

获取

/accouns/{account_id}/topology/v1/Clouds

curl示例:返回所有云的所有数据
curl --request GET \
--location "https://astra.netapp.io/accounts/$ACCOUNT_ID/topology/v1/clouds" \
--include \
--header "Accept: */*" \
--header "Authorization: Bearer $API_TOKEN"