mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
(maint) Fixing spacing
This commit is contained in:
parent
0633102fcb
commit
f80dad32c2
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
|
@ -235,14 +235,14 @@ $ curl --url vmpooler.company.com/status
|
||||||
If there are empty pools, the "status" section will convey this:
|
If there are empty pools, the "status" section will convey this:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"status": {
|
"status": {
|
||||||
"ok": false,
|
"ok": false,
|
||||||
"message": "Found 2 empty pools.",
|
"message": "Found 2 empty pools.",
|
||||||
"empty": [
|
"empty": [
|
||||||
"centos-6-x86_64",
|
"centos-6-x86_64",
|
||||||
"debian-7-x86_64"
|
"debian-7-x86_64"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
##### GET /summary
|
##### GET /summary
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue