Cisco ISE ERS client
Installation
-
Add the dependency to your
shard.yml
:dependencies: ise: github: place-technology/ise
-
Run
shards install
Usage
require "ise"
session = ISE::Session.new(base_url: "https://10.81.12.11:9060/ers/config", username: "admin", password: "C1sco12345")
client = ISE::Client.new(session: session)
pp client.internal_user.list
Contributing
- Fork it (https://github.com/place-technology/ise/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Giorgi Kavrelishvili - creator and maintainer