1.0.16 • Published 9 years ago

csco-ucs v1.0.16

Weekly downloads
9
License
MIT
Repository
-
Last release
9 years ago

A NodeJS Wrapper for the Cisco UCS XML API version 2.2

Usage

  // Node v6 and above
  let { UcsClient } = require('csco-ucs');
  // Node v4/5
  // var UcsClient = require('csco-ucs').UcsClient;
  
  let client = new UcsClient('ip/hostname');
  client.login('user', 'password').then(() => {
    //Power On Server
    client.powerServer({
      dn: 'org-root', //Organization
      name: 'ServiceProfile Name',
      state: 'up | down'
    }).then(result => result)

  })
1.0.16

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago