An open API service indexing awesome lists of open source software.

https://github.com/pierrer/vcloudapi


https://github.com/pierrer/vcloudapi

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

= vCloudApi

image:https://travis-ci.org/PierreR/vCloudApi.svg?branch=master ["Build Status", link="https://travis-ci.org/PierreR/vCloudApi"]

.Basic usage:

```
vcloud [--zone ARG] --vm ARG --action ARG

```

.Example:
```
vcloud --vm pgserver --action createSnapshot
```
with a configuration file `.env`:
```
url : "https://vcloud.com"
user : "user@dcr"
pass : pass
appId : x1zz1ecb-af39-41d3-ac9c-21deecb4e33b
```

=== Supported actions

- revertToCurrentSnapshot
- createSnapshot

=== Notes

- The executable only queries within one vApp. To query multiple vApps you will need to define multiple .env-$zone file.