This is a Ruby library for the HPE Recovery Manager Central (RMC).
This library is synchrony and will wait for all async RMC API tasks until the are successful or have failed.
Add the Ruby RMC as dependency to your project Gemfile:
source 'https://rubygems.org'
gem 'rmc'
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}"
The library is currently maintained by Nitrado.
- Alexander Birkner ([email protected])
See LICENSE for license information.