File: dataframes_parameters.yml

package info (click to toggle)
cloudkitty 23.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,528 kB
  • sloc: python: 21,803; sh: 528; makefile: 226; pascal: 54
file content (55 lines) | stat: -rw-r--r-- 1,009 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
begin:
  in: query
  description: |
    Begin of the period for which the dataframes are required.
  type: iso8601 timestamp
  required: false

end:
  in: query
  description: |
    End of the period for which the dataframes are required.
  type: iso8601 timestamp
  required: false

filters:
  in: query
  description: |
    Optional filters.
  type: dict
  required: false

limit:
  in: query
  description: |
    For pagination. The maximum number of results to return.
  type: int
  required: false

offset:
  in: query
  description: |
    For pagination. The index of the first element that should be returned.
  type: int
  required: false

dataframes_body:
  in: body
  description: |
    List of dataframes to add.
  type: list
  required: true

dataframes_resp:
  in: body
  description: |
    List of dataframes matching the query parameters.
  type: list
  required: true

total_resp:
  in: body
  description: |
    Total of datapoints matching the query parameters.
  type: int
  required: true