Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Retrieve Syslog events via WAPI
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2023 12:48 PM
887     0
Is it possible to retrieve syslog events via WAPI?
I found only one way to retrieve logs via WAPI, using "fileop" object and downloading the file.
For example
curl -k1 -u adminassword -X POST https://<ip addr>/wapi/v2.11.2/fileop?_function=get_log_files -H "Content-Type: application/json" -d '{"log_type": "SYSLOG", "member": "infoblox.domain", "node_type": "ACTIVE"}'
Does anybody know another method without downloading the archive with syslog events?