Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 693 Bytes

wf_list_man_clusters.adoc

File metadata and controls

32 lines (26 loc) · 693 Bytes
sidebar permalink keywords summary
sidebar
workflows_infra/wf_list_man_clusters.html

List managed clusters

You can list the Kubernetes clusters currently managed by Astra.

1. List the clusters

Perform the following REST API call.

HTTP method Path

GET

/account/{accountID}/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>'