Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cce-diagnostic-portico

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cce-diagnostic-portico

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

  • 0.10.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16
increased by700%
Maintainers
2
Weekly downloads
 
Created
Source

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)
})

Keywords

FAQs

Package last updated on 22 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc