fire-power

1.0.2 • Public • Published

fire-power

fire-power is an easy-to-use Cisco FirePower client.

##How To: Just NPM install and import the FirePower Class

Examples:

Connection:

var firePowerClient = new FirePower('1.1.1.1','user','pass')

usage:

var addHostOptions= {
    domainUUID: 'e276efc-e0f2-11e3-8169-88872ef',
    objectName: 'test_4.4.4.4',
    host: '4.4.4.4'
}
var firePowerClient = new FirePower('1.1.1.1','user','pass')
    fire.connect()
    .then(() => (fire.addHostObject(addHostOptions)))
    .catch((ex)=>(console.log(ex)))

Full usage example can be found at the Index.js file

Feel free to contribute!

Package Sidebar

Install

npm i fire-power

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

9.56 kB

Total Files

6

Last publish

Collaborators

  • tomgold182