Skip to content

abhid/iseberg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iseberg

A modern Ruby Client for the Cisco Identity Services Engine (ISE) External RESTful Service (ERS) API

Iseberg provides a modern, programmatic way to interact with the ISE ERS API.

Installation

Add this line to your application's Gemfile:

gem 'iseberg'

And then execute:

$ bundle

Or install it yourself as:

$ gem install iseberg

Usage

# Connect the client to your ISE PSN
ise_client = Iseberg::Client.new(PSN_IP, Username, Password)
# Get all endpoints known by ISE
ise_client.endpoint.get_all

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/abhid/iseberg.

Releases

No releases published

Packages

No packages published