-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Libraries typically support the most common RPC's:
- edit-config
- get
This allows a simplified payload for the most commonly executed RPC's.
This plugin should provide the same.
Implementation options:
Option 1. Auto-discovery (enabled/disabled with a boolean in settings)
- check for
<config>as the root and assume an edit-config. Use a configured default for target/default-operation - check for
<edit-config>as the root and assume an edit-config. use the specified target/default-operation - check for
<filter>as the root and assume<get>
Option 2. Right click on the "Send" button to select the desired RPC for the payload
Option 3. ??
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request