oxidized
oxidized copied to clipboard
Model: restconf
Pre-Request Checklist
- [ ] Passes rubocop code analysis (try
rubocop --auto-correct
) - [ ] Tests added or adapted (try
rake test
) - [ ] Changes are reflected in the documentation
- [x] User-visible changes appended to CHANGELOG.md
Description
Very minimal model for restconf. Tested and works well.
Possible to add?
As a side note:
since all our models use ssh, this is the first model that uses HTTP. So we had to make an adjustment on our config
file:
From:
input:
default: ssh
to
input:
default: ssh,http
Let me know if I'm missing anything.
Thanks
Please fix the merge conflict