Thanks for the work on PyFortiAPI, it's been a great base for me to get started with an internal project. Something I need to do, however, is perform queries for things like firewall policies beyond the inbuilt name==<specific>.
I'll probably just fork and add on what I need, but I thought it'd be worth opening a feature request as it could be a useful feature for many. I'm not sure on what would be the cleanest way of doing it, I will likely add a filters parameter which is appended to the GET request.
Thanks for the work on PyFortiAPI, it's been a great base for me to get started with an internal project. Something I need to do, however, is perform queries for things like firewall policies beyond the inbuilt
name==<specific>.I'll probably just fork and add on what I need, but I thought it'd be worth opening a feature request as it could be a useful feature for many. I'm not sure on what would be the cleanest way of doing it, I will likely add a filters parameter which is appended to the GET request.