summaryrefslogtreecommitdiffstats
path: root/web/netdata-swagger.yaml
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-06-05 16:09:34 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-06-05 16:09:34 +0300
commit2f7ca96afb435ef787a5c44d8ec847b7dc9a0c75 (patch)
tree56018b1fb6cbd7c1625889356c7486e54c0ea961 /web/netdata-swagger.yaml
parent57a7171e38949ca7334ca92b49b167e81250c803 (diff)
API parameter "after" is now relative to "before" and defaults to -update_every (minus update every)
Diffstat (limited to 'web/netdata-swagger.yaml')
-rw-r--r--web/netdata-swagger.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/netdata-swagger.yaml b/web/netdata-swagger.yaml
index 2a80d4cd92..167dd8bacc 100644
--- a/web/netdata-swagger.yaml
+++ b/web/netdata-swagger.yaml
@@ -66,7 +66,7 @@ paths:
allowEmptyValue: false
- name: after
in: query
- description: 'This parameter can either be an absolute timestamp specifying the starting point of the data to be returned, or a relative number of seconds, to the last collected timestamp. Netdata will assume it is a relative number if it is smaller than the duration of the round robin database for this chart. So, if the round robin database is 3600 seconds, any value from -3600 to 3600 will trigger relative arithmetics. Netdata will adapt this parameter to the boundaries of the round robin database.'
+ description: 'This parameter can either be an absolute timestamp specifying the starting point of the data to be returned, or a relative number of seconds (relative to parameter: before). Netdata will assume it is a relative number if it is smaller than the duration of the round robin database for this chart. So, if the round robin database is 3600 seconds, any value from -3600 to 3600 will trigger relative arithmetics. Netdata will adapt this parameter to the boundaries of the round robin database.'
required: true
type: number
format: integer