You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v2/openapi.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -91070,7 +91070,7 @@ paths:
91070
91070
schema:
91071
91071
type: boolean
91072
91072
- description: |-
91073
-
Only return metrics that have been queried or not queried in the specified window. Dependent on being sent with `filter[queried]`.
91073
+
Only return metrics that have been queried or not queried in the specified window. Dependent on being sent with `filter[queried]`. The default value is 2,592,000 seconds (30 days), the maximum value is 15,552,000 seconds (180 days), and the minimum value is 1 second.
91074
91074
example: 15552000
91075
91075
in: query
91076
91076
name: filter[queried][window][seconds]
@@ -91098,7 +91098,7 @@ paths:
91098
91098
schema:
91099
91099
type: boolean
91100
91100
- description: |-
91101
-
Only return metrics that have been actively reporting in the specified window.
91101
+
Only return metrics that have been actively reporting in the specified window. The default value is 3600 seconds (1 hour), the maximum value is 2,592,000 seconds (30 days), and the minimum value is 1 second.
91102
91102
example: 3600
91103
91103
in: query
91104
91104
name: window[seconds]
@@ -91109,7 +91109,7 @@ paths:
91109
91109
maximum: 2592000
91110
91110
minimum: 1
91111
91111
type: integer
91112
-
- description: Maximum number of results per page. Use with `page[cursor]` for pagination.
91112
+
- description: Maximum number of results per page. Use with `page[cursor]` for pagination. The default value is 10000, the maximum value is 10000, and the minimum value is 1.
0 commit comments