mirror of
https://github.com/ceph/go-ceph
synced 2025-02-16 10:37:19 +00:00
docs: Add rgw API.GetInfo to api-status
Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
parent
0ba56a3142
commit
3d86572bf6
@ -1993,7 +1993,14 @@
|
||||
]
|
||||
},
|
||||
"rgw/admin": {
|
||||
"preview_api": [],
|
||||
"preview_api": [
|
||||
{
|
||||
"name": "API.GetInfo",
|
||||
"comment": "GetInfo - https://docs.ceph.com/en/latest/radosgw/adminops/#info\n",
|
||||
"added_in_version": "$NEXT_RELEASE",
|
||||
"expected_stable_version": "$NEXT_RELEASE_STABLE"
|
||||
}
|
||||
],
|
||||
"stable_api": [
|
||||
{
|
||||
"name": "API.ListBuckets",
|
||||
|
@ -30,7 +30,11 @@ No Preview/Deprecated APIs found. All APIs are considered stable.
|
||||
|
||||
## Package: rgw/admin
|
||||
|
||||
No Preview/Deprecated APIs found. All APIs are considered stable.
|
||||
### Preview APIs
|
||||
|
||||
Name | Added in Version | Expected Stable Version |
|
||||
---- | ---------------- | ----------------------- |
|
||||
API.GetInfo | $NEXT_RELEASE | $NEXT_RELEASE_STABLE |
|
||||
|
||||
## Package: common/admin/manager
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user