List storage backends
Suggest changes
You can list the available storage backends.
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/storageBackends |
Curl example: Return all data for all storage backends
curl --request GET \
--location "https://astra.netapp.io/accounts/$ACCOUNT_ID/topology/v1/storageBackends" \
--include \
--header "Accept: */*" \
--header "Authorization: Bearer $API_TOKEN"
JSON output example
{ "items": [ { "backendCredentialsName": "10.191.77.177", "backendName": "myinchunhcluster-1", "backendType": "ONTAP", "backendVersion": "9.8.0", "configVersion": "Not applicable", "health": "Not applicable", "id": "46467c16-1585-4b71-8e7f-f0bc5ff9da15", "location": "nalab2", "metadata": { "createdBy": "4c483a7e-207b-4f9a-87b7-799a4629d7c8", "creationTimestamp": "2021-07-30T14:26:19Z", "modificationTimestamp": "2021-07-30T14:26:19Z" }, "ontap": { "backendManagementIP": "10.191.77.177", "managementIPs": [ "10.191.77.177", "10.191.77.179" ] }, "protectionPolicy": "Not applicable", "region": "Not applicable", "state": "Running", "stateUnready": [], "type": "application/astra-storageBackend", "version": "1.0", "zone": "Not applicable" } ] }