本製品の最新リリースがご利用いただけます。
日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。
ストレージバックエンドをリストします
共同作成者
変更を提案
使用可能なストレージバックエンドを表示できます。
1.バックエンドをリストします
次の REST API 呼び出しを実行します。
HTTP メソッド | パス |
---|---|
取得 |
/accounts /{account_id}/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"
}
]
}