Skip to main content

List managed clusters

Contributors dmp-netapp netapp-aoife

You can list the Kubernetes clusters currently managed by Astra.

Perform the following REST API call.

HTTP method and endpoint

This REST API call uses the following method and endpoint.

HTTP method Path

GET

/accounts/{account_id}/topology/v1/managedClusters

Curl example: Return all data for all clusters
curl --request GET \
--location "https://astra.netapp.io/accounts/$ACCOUNT_ID/topology/v1/managedClusters" \
--include \
--header "Accept: */*" \
--header "Authorization: Bearer $API_TOKEN"