Skip to main content

List the clouds

Contributors dmp-netapp

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>'