oxidized icon indicating copy to clipboard operation
oxidized copied to clipboard

Model: restconf

Open davama opened this issue 2 years ago • 1 comments

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

davama avatar Mar 08 '22 20:03 davama

Please fix the merge conflict

mortzu avatar May 13 '22 18:05 mortzu