Updated different swagger output.
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
This commit is contained in:
parent
69d60f2411
commit
1d13a2cd2f
|
@ -14,7 +14,7 @@
|
||||||
"/v2/admin/tsdb/clean_tombstones": {
|
"/v2/admin/tsdb/clean_tombstones": {
|
||||||
"post": {
|
"post": {
|
||||||
"summary": "CleanTombstones removes the deleted data from disk and cleans up the existing tombstones.",
|
"summary": "CleanTombstones removes the deleted data from disk and cleans up the existing tombstones.",
|
||||||
"operationId": "TSDBCleanTombstones",
|
"operationId": "Admin_TSDBCleanTombstones",
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "A successful response.",
|
"description": "A successful response.",
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
"/v2/admin/tsdb/delete_series": {
|
"/v2/admin/tsdb/delete_series": {
|
||||||
"post": {
|
"post": {
|
||||||
"summary": "DeleteSeries deletes data for a selection of series in a time range.",
|
"summary": "DeleteSeries deletes data for a selection of series in a time range.",
|
||||||
"operationId": "DeleteSeries",
|
"operationId": "Admin_DeleteSeries",
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "A successful response.",
|
"description": "A successful response.",
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
"/v2/admin/tsdb/snapshot": {
|
"/v2/admin/tsdb/snapshot": {
|
||||||
"post": {
|
"post": {
|
||||||
"summary": "Snapshot creates a snapshot of all current data into 'snapshots/\u003cdatetime\u003e-\u003crand\u003e' under the TSDB's data directory.",
|
"summary": "Snapshot creates a snapshot of all current data into 'snapshots/\u003cdatetime\u003e-\u003crand\u003e' under the TSDB's data directory.",
|
||||||
"operationId": "TSDBSnapshot",
|
"operationId": "Admin_TSDBSnapshot",
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "A successful response.",
|
"description": "A successful response.",
|
||||||
|
|
Loading…
Reference in New Issue