mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2025-07-22 04:41:40 +02:00
Merge pull request #23 from ClusterCockpit/devel
Resampling support. Endpoint versioning.
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
}
|
||||
},
|
||||
"/free/": {
|
||||
"get": {
|
||||
"post": {
|
||||
"security": [
|
||||
{
|
||||
"ApiKeyAuth": []
|
||||
@@ -273,6 +273,9 @@
|
||||
"min": {
|
||||
"type": "number"
|
||||
},
|
||||
"resolution": {
|
||||
"type": "integer"
|
||||
},
|
||||
"to": {
|
||||
"type": "integer"
|
||||
}
|
||||
@@ -290,6 +293,9 @@
|
||||
"metric": {
|
||||
"type": "string"
|
||||
},
|
||||
"resolution": {
|
||||
"type": "integer"
|
||||
},
|
||||
"scale-by": {
|
||||
"type": "number"
|
||||
},
|
||||
|
@@ -16,6 +16,8 @@ definitions:
|
||||
type: number
|
||||
min:
|
||||
type: number
|
||||
resolution:
|
||||
type: integer
|
||||
to:
|
||||
type: integer
|
||||
type: object
|
||||
@@ -27,6 +29,8 @@ definitions:
|
||||
type: string
|
||||
metric:
|
||||
type: string
|
||||
resolution:
|
||||
type: integer
|
||||
scale-by:
|
||||
type: number
|
||||
subtype:
|
||||
@@ -137,7 +141,7 @@ paths:
|
||||
tags:
|
||||
- debug
|
||||
/free/:
|
||||
get:
|
||||
post:
|
||||
parameters:
|
||||
- description: up to timestamp
|
||||
in: query
|
||||
|
Reference in New Issue
Block a user