List the clouds
Suggest changes
You can list the clouds defined and available a specific Astra account.
Perform the following REST API call to list the clouds.
HTTP method and endpoint
This REST API call uses the following method and endpoint.
HTTP method | Path |
---|---|
GET |
/accounts/{account_id}/topology/v1/clouds |
Curl example: Return all data for all clouds
curl --request GET \
--location "https://astra.netapp.io/accounts/$ACCOUNT_ID/topology/v1/clouds" \
--include \
--header "Accept: */*" \
--header "Authorization: Bearer $API_TOKEN"