Hello,
If logs contain application type SNMP, querying security logs will result in an error, please review the following GitHub issue:
https://github.com/NetApp/ontap-rest-python/issues/54
Thank you
1 messages · Page 1 of 1 (latest)
Hello,
If logs contain application type SNMP, querying security logs will result in an error, please review the following GitHub issue:
https://github.com/NetApp/ontap-rest-python/issues/54
Thank you
apparently adding SNMP users is not yet possible through the REST API. Try and use the old ONTAPI, it should work there
The goal is to retrieve Security Audit Logs only, not to create or modify any users
Error is thrown on generator's yielding when it hits log with application type SNMP. This results in unusable API (only through python library)
Issue here is class SecurityAuditLogSchema enum doesn't contain "snmp" in enum_validation
Locally I have added "snmp" to said enum_validation and I was able to retrieve all audit logs
Regarding this thread and GitHub issue #54, will this issue be addressed in an upcoming release of the netapp-ontap library?
Where have you read ren is trying to add users?