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

10 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago