A newer release of this product is available.
List the clouds
Suggest changes
You can list the clouds defined and available a specific Astra account.
1. List the clouds
Perform the following REST API call to list the clouds.
HTTP method | Path |
---|---|
GET |
/accounts/{account_id}/topology/v1/clouds |
Curl example: Return all data for all clouds
curl --location -i --request GET 'https://astra.netapp.io/accounts/<ACCOUNT_ID>/topology/v1/clouds' --header 'Accept: */*' --header 'Authorization: Bearer <API_TOKEN>'