0.4.1 • Published 5 years ago

cvp-oamp-client v0.4.1

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
5 years ago

CVP OAMP client

This is a JavaScript implementation of a growing collection of CVP OAMP and diagnostic portal REST APIs.

Example Usage

const cvpOampClient = require('cvp-oamp-client')
const url = 'https://cvp1.dcloud.cisco.com:9443/'
const username = 'wsmadmin'
const password = 'C1sco1234567'

// init client
let cvp = new cvpOampClient(url, username, password)

cvp.config.mediafile.list({ q: 'filename:31ord.wav AND path:en-us/sys' })
.then(response => {
  console.log(response)
})
.catch(error => {
  console.log(error)
})
0.4.1

5 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

7 years ago