nautobot / nautobot-app-chatops

Extensible ChatOps Framework to enable other chatbots and the Nautobot chat command.
https://docs.nautobot.com/projects/chatops/en/latest/
Other
50 stars 33 forks source link

Snapshot refreshing #242

Open ghost opened 2 years ago

ghost commented 2 years ago

Environment

Proposed Functionality

Currently a user's context only has snapshot_id. I am proposing we add the following:

Use Case

Snapshots in IP Fabric are usually run every day (sometimes 2x day). There can be a maximum of 5 loaded snapshots in the system and older ones are automatically moved to unloaded. If I use the chatops on Monday and then use it again Friday there is a possibility it errors as the snapshot was unloaded or I am using old data.

ghost commented 2 years ago

@pke11y This may be good to include in the next release, IPF example: ipf = IPFClient() ipf.update()

or

ipf = IPFDiagram() ipf.update()

pke11y commented 2 years ago

@justinjeffery-ipf is this still a valid issue?

ghost commented 2 years ago

Umm I will do some testing next week and let you know