1.0.16 • Published 8 years ago

csco-ucs v1.0.16

Weekly downloads
9
License
MIT
Repository
-
Last release
8 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

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago