HI all,
we are currently in the phase to switchover from ontapi to Rest-API.
For some regulations, we need to use RBAC, so that special AD-Groups/User get reduced API-Access to the vserver.
We need a role for Snapshot-Management (Backup Application), so this user only can create/delete snapshots on the vserver.
So far i can only get it working with giving RestAccess to API /api/storage/volumes, but this would also give rights to create/destroy volumes and more.
I tried to create a more strict role, but it doesnot work.
Ontap_98::> security login rest-role create -vserver <vserver> -role rest_snapadmin -api /api/storage/volumes/{volume.uuid}/snapshots -access all
Error: command failed: Invalid character detected in URI.
Has anybody an Idea, how to restirct the Access to snapshot only operations with REST-API?
Best Regards,
Klaus