Project

rmc

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Ruby Library for HPE Recovery Manager Central.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

>= 0
 Project Readme

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.