Skip to content

RPC specific executions #16

@jgroom33

Description

@jgroom33

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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions