Submit and upvote ideas to make Liongard better. You get 20 votes so vote wisely. 🙂
The Product Team is constantly reading your ideas and while we can’t promise that all ideas will become a reality, we value your feedback and promise to always have our Partners in mind when building and improving Liongard.
Check out our FAQs to learn more.
See what we've shipped by clicking here!
From Matt Clark and Patrick Lenz in RUN.
Can we add Auvik's billing API to Roar's data print for the Auvik inspector? https://auvikapi.us1.my.auvik.com/docs#tag/Usage
Use case:Â Create a metric to track billable devices in Auvik
Last Reviewed Date | 2022-01-09 |
You can get billable device count in a metric with this query:
Devices[?contains(`["switch","firewall","router","controller","l3Switch"]`, attributes.deviceType) && attributes.serialNumber != ""] | length(@)
You can add the other billable devices like stackand controller I think, but I don't have any of those in my environment.