mamoep
mamoep
I think I forgot the most basic for private cli. :) `security login rest-role create -role harvest-rest-role -access readonly -api /api/private/cli` s3 is a known issue: https://mysupport.netapp.com/site/bugs-online/product/ONTAP/JiraNgage/CONTAP-210232 I added the...
Guess your right, that defeats the purpose. :(
Looks different in my simulator. Which ONTAP version are you running? ``` sim01::*> security login role show -vserver sim01 -role harvest-rest-role Role Command/ Access Vserver Name Directory Query Level ----------...
So mapping inconsistencies between different ONTAP versions. This whole REST thing is a mess... Do at least the "Permission denied" errors disappear when adding the private cli endpoint?
`/api/private/support/alerts` is not equal `/api/private/cli`. But it can be added to the rest-role. I guess they hide some stuff in there. :) Can you talk to some ONTAP people about...
Subpath doesn't work on 9.13.1 ``` security login rest-role create -role harvest-rest-role -api /api/private/cli/system/chassis/fru -access readonly Error: command failed: URI does not exist. ``` The BURT you mentioned is not...
For technical reference: Brocade FabOS 9.2.0 changed the snmp response. There are no SFP values returned for disabled ports.
You have to put the value you want to change in the body. As you did with curl command. - name: Set bootarg connection: local netapp.ontap.na_ontap_rest_cli: command: debug/kenv verb: PATCH...