Project

vas

0.0
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
A Ruby API for VMware vFabric Administration Server
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3.0
~> 0.6.4

Runtime

~> 1.7.3
~> 0.9.9
 Project Readme

vas-ruby-api is no longer actively maintained by VMware, Inc.

vFabric Administration Server Ruby API

The vFabric Administration Server (VAS) API is a Ruby library used for interacting with the vFabric Administration Server.

VAS's primary mode of interaction is via RESTful interface. This API enables the use of VAS using rich Ruby types, eliminating the need for a detailed understanding of the REST API and its JSON payloads.

Requirements

The VAS Ruby API requires Ruby 1.8.7 or 1.9.x. It has been built and tested on 1.8.7 and 1.9.3.

Installation

The VAS Ruby API is available on RubyGems. To install it run:

gem install vas

Getting started

Examples

A number of examples are provided:

tc Server

RabbitMQ

VAS

Documentation

You may also like to look at the API documentation.

##Licence

The VAS Ruby API is licensed under the Apache Licence, Version 2.0.