orbiter/api
Gianluca Arbezzano be8f301328 Add basic commands to help with debugging
Add new API call to get all the autoscalers currently managed by
orbiter:

```
curl http://localhost:8000/autoscaler
```

Add command into the CLI to get this list

```
export ORBITER_HOST=http://localhost:8000 orbiter autoscler ls
```

Add command into the CLI to print all the events fired by the daemon:

```
export ORBITER_HOST=http://localhost:8000 orbiter system events
```
2017-03-18 19:49:17 +00:00
..
autoscaler-ls.go Add basic commands to help with debugging 2017-03-18 19:49:17 +00:00
common.go Add basic commands to help with debugging 2017-03-18 19:49:17 +00:00
events.go Format logrus has json 2017-03-13 23:29:58 +00:00
handle.go First commit 2017-02-21 00:07:57 +00:00
health.go First commit 2017-02-21 00:07:57 +00:00
router.go Add basic commands to help with debugging 2017-03-18 19:49:17 +00:00