A newer release of this product is available.
List managed clusters
Suggest changes
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
You can list the Kubernetes clusters currently managed by Astra.
1. List the managed clusters
Perform the following REST API call.
HTTP method | Path |
---|---|
GET |
/accounts/{account_id}/topology/v1/managedClusters |
Curl example: Return all data for all clusters
curl --location -i --request GET 'https://astra.netapp.io/accounts/<ACCOUNT_ID>/topology/v1/managedClusters' --header 'Accept: */*' --header 'Authorization: Bearer <API_TOKEN>'