cce-diagnostic-portico

0.10.0 • Public • Published

cce-diagnostic-portico

A A JavaScript library for interfacing with the Cisco CCE Diagnostic Framework Portico REST APIs

Usage

Here is an example usage of this library:

const portico = require('cce-diagnostic-portico')
 
portico.listProcesses('ccedata.mydomain.com', 'administrator', 'password', false)
.then(response => {
  console.log('response: ', response)
})
.catch(error => {
  console.log('error: ', error)
})

Package Sidebar

Install

npm i cce-diagnostic-portico

Weekly Downloads

2

Version

0.10.0

License

ISC

Last publish

Collaborators

  • ccondry
  • juxe