Skip to content
This repository was archived by the owner on Jun 10, 2022. It is now read-only.

nitrado/ruby-rmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPE Recovery Manager Central

This is a Ruby library for the HPE Recovery Manager Central (RMC).

Good to know

This library is synchrony and will wait for all async RMC API tasks until the are successful or have failed.

Installation

Add the Ruby RMC as dependency to your project Gemfile:

source 'https://rubygems.org'
gem 'rmc'

Usage

Create a connection and receive a API token.

require 'rmc'

connection = RMC::Connection.new('https://rmc.domain.local', 'Admin', 'MySpecialPassword')

puts "Token is #{connection.token}"

Maintainer

The library is currently maintained by Nitrado.

Authors

License

See LICENSE for license information.

About

Ruby SDK for HPE Recovery Manager Central

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages