NMS-16116: Node structure add additional queries for snmp, flows, etc. #6790
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NMS-16116: Node structure add additional queries for flows, ipaddress, monitoringLocations, snmp parameters.
Parses these queries out from query string parameters, and also the user can use the UI to make these queries.
Added an
ExtendedSearchPanel
for making IP address and certain SNMP queries. For now can only search on one of these at a time, eventually can add more combinations.As a note, when user enters a URL with a query string, or is redirected from another page, the app will "ingest" the query string filter parameters and add to the
pinia
store and update the UI, then clear the query string from the URL. Otherwise there could be issues trying to keep query string parameters andpinia
store / UI elements all in sync.Also did some refactoring to break up large files, and fixed issue where IP interfaces searches were done with invalid IP addresses.
External References