nautobot / nautobot-plugin-chatops-ipfabric

IP Fabric ChatOps
Other
11 stars 6 forks source link

Interface load by device #3

Closed chipn closed 3 years ago

chipn commented 3 years ago

Environment

Proposed Functionality

Provide a chatops command to retrieve interface load by device

/ipfabric get-int-load $device

Use Case

As a network engineer, I want to be able to retrieve the interface load of a device in IP Fabric via chatops.

chadell commented 3 years ago

@chipn I believe that there is no big difference between this and #4 or #5 . So, I could implement all three in one shot, or at least most of the code for this will be reused for the others

chadell commented 3 years ago

Covered in #11

chipn commented 3 years ago

I separated them out because they're different tables in IP Fabric. However, if you find the logic is the same minus the API call, feel free to implement the others since no one has taken them yet.