Compare commits
1 commit
e4ab7c60f2
...
b2c1d6b045
Author | SHA1 | Date | |
---|---|---|---|
b2c1d6b045 |
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@ info:
|
|||
title: Garage Administration API v0+garage-v2.0.0
|
||||
description: |
|
||||
Administrate your Garage cluster programatically, including status, layout, keys, buckets, and maintainance tasks.
|
||||
|
||||
*Disclaimer: This API may change in future Garage versions. Read the changelog and upgrade your scripts before upgrading. Additionnaly, this specification is very early stage and can contain bugs, especially on error return codes/types that are not tested yet. Do not expect a well finished and polished product!*
|
||||
paths:
|
||||
/GetClusterHealth:
|
||||
get:
|
||||
|
@ -194,7 +196,7 @@ paths:
|
|||
- Staged changes to the cluster layout
|
||||
|
||||
*Capacity is given in bytes*
|
||||
*The info returned by this endpoint is a subset of the info returned by `GET /status`.*
|
||||
*The info returned by this endpoint is a subset of the info returned by `GET /GetClusterStatus`.*
|
||||
responses:
|
||||
'500':
|
||||
description: |
|
||||
|
|
Loading…
Add table
Reference in a new issue