System Manager を使用した特定のタスクに必要なロール属性は何ですか?
環境
- ONTAP 9
- System Manager
回答
- システム マネージャーに必要な特定のタスク:
- サインイン
- Qtreeの作成/削除
- スナップショットの作成
- スナップショットの復元の実行
- 必要なロール属性は、System Manager で以下のように設定されます (クラスター->設定->ユーザーとロール)


- 次に、上記の役割を持つユーザーを追加する必要があります
注:専用のREST APIはありません。snapshot restore
役割を付与する必要がある/api/storage/volumes
特権。
cluster1::> security login rest-role show -role testrole
Role Access
Vserver Name API Level
---------- ------------- ------------------- ------
cluster1 testrole /api readonly
/api/storage/qtrees read_create_modify
/api/storage/volumes
all
"/api/storage/volumes/*/snapshots"
read_create_modify
4 entries were displayed.