이 제품의 최신 릴리즈를 사용할 수 있습니다.
본 한국어 번역은 사용자 편의를 위해 제공되는 기계 번역입니다. 영어 버전과 한국어 버전이 서로 어긋나는 경우에는 언제나 영어 버전이 우선합니다.
저장소 백엔드를 나열합니다
기여자
변경 제안
사용 가능한 저장소 백엔드를 나열할 수 있습니다.
버킷을 나열하십시오
다음과 같은 REST API 호출을 수행한다.
HTTP 메소드 | 경로 |
---|---|
가져오기 |
/account/{AccountID}/topology/v1/storageBackends |
curl 예: 모든 저장소 백엔드에 대한 모든 데이터를 반환합니다
curl --location -i --request GET 'https://astra.netapp.io/accounts/<ACCOUNT_ID>/topology/v1/storageBackends' --header 'Accept: */*' --header 'Authorization: Bearer <API_TOKEN>'
JSON 출력 예
{
"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"
}
]
}