Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 759 Bytes

wf_list_clouds.adoc

File metadata and controls

32 lines (26 loc) · 759 Bytes
sidebar permalink keywords summary
sidebar
workflows_infra/wf_list_clouds.html
You can list the clouds defined and available a specific Astra account.

List the clouds

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