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.