Controllers management#93
Open
vicalro wants to merge 20 commits into
Open
Conversation
… in the REST plugin
…hen gathering info of controllers
…e to get the role
Contributor
|
List controllers and show controller info should not need |
Contributor
And: I think for consistency (list controllers) should be: |
Contributor
|
Exec with bad parameters dos not send an HTTP 500 error, although it fails to add it: |
Contributor
|
New APIs are not listed in the index (GET to root): |
Contributor
There was a problem hiding this comment.
extra space. Authorisization here is not needed
- List and show controllers don't require authorized access - Fixed return message after adding a new controller - Capturing exception when parsing the parameters of the new controller in xcli - New APIs listed in the index
Contributor
Author
|
Thanks for the comments. Issues fixed. Check it out! |
Contributor
|
ACK. But we need to merge the list_controllers into rofl-common, but first bisdn/rofl-common#17 needs to be fixed, since the commit needs to go on top of integration-0.6 as agreed. Holding it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds the features of adding, removing and listing controllers to LSIs trough the REST plugin.
Examples on how to use it can be found in the xcli tool.
In order to use the list feature, the API of rofl-common needs to be extended. You may find an extension in vicalro/rofl-common@3d251d6 (branch
list_controllers)