-
Notifications
You must be signed in to change notification settings - Fork 192
add firewall monitoring command #1657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, just a few minor changes. Also I'd like this command to be called 'slcli firewall bandwidth` as that would align better with the hw and vs bandwidth commands.
For a monitoring
command, I would expect it to tell me if the system is UP/DOWN and things like that.
Thanks
#issue1654
slcli firewall monitoring firewallId
┌────────────┬─────────────────────┐
│ name │ value │
├────────────┼─────────────────────┤
│ Id │ 17438 │
│ Name │ testFirewall-cgallo │
│ Stard Date │ 2022-05-02 │
│ End Date │ 2022-06-01 │
│ Out │ 62852476.0 │
│ In │ 89715092.0 │
│ Total │ 152567568.0 │
│ Status │ Active │
└────────────┴─────────────────────┘