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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -138116,6 +138116,12 @@ paths:
138116
138116
name: tags
138117
138117
schema:
138118
138118
type: string
138119
+
- description: Free-form search query using AND/OR/NOT operators, wildcards, and parentheses. When provided, takes precedence over the `tags` parameter.
138120
+
example: "(client_team:networks OR client_team:platform) AND server_service:hucklebuck"
138121
+
in: query
138122
+
name: query
138123
+
schema:
138124
+
type: string
138119
138125
- description: The number of connections to be returned. The maximum value is 7500. The default is 100.
138120
138126
in: query
138121
138127
name: limit
@@ -138177,6 +138183,12 @@ paths:
138177
138183
name: tags
138178
138184
schema:
138179
138185
type: string
138186
+
- description: Free-form search query using AND/OR/NOT operators, wildcards, and parentheses. When provided, takes precedence over the `tags` parameter.
138187
+
example: "(client_team:networks OR client_team:platform) AND server_service:hucklebuck"
138188
+
in: query
138189
+
name: query
138190
+
schema:
138191
+
type: string
138180
138192
- description: The number of aggregated DNS entries to be returned. The maximum value is 7500. The default is 100.
# @option opts [Integer] :to Unix timestamp (number of seconds since epoch) of the end of the query window. If not provided, the end of the query window is the current time. If neither `from` nor `to` are provided, the query window is `[now - 15m, now]`.
41
41
# @option opts [String] :group_by Comma-separated list of fields to group connections by. The maximum number of group_by(s) is 10.
42
42
# @option opts [String] :tags Comma-separated list of tags to filter connections by.
43
+
# @option opts [String] :query Free-form search query using AND/OR/NOT operators, wildcards, and parentheses. When provided, takes precedence over the `tags` parameter.
43
44
# @option opts [Integer] :limit The number of connections to be returned. The maximum value is 7500. The default is 100.
44
45
# @return [Array<(SingleAggregatedConnectionResponseArray, Integer, Hash)>] SingleAggregatedConnectionResponseArray data, response status code and response headers
# @option opts [Integer] :to Unix timestamp (number of seconds since epoch) of the end of the query window. If not provided, the end of the query window is the current time. If neither `from` nor `to` are provided, the query window is `[now - 15m, now]`.
117
119
# @option opts [String] :group_by Comma-separated list of fields to group DNS traffic by. The server side defaults to `network.dns_query` if unspecified. `server_ungrouped` may be used if groups are not desired. The maximum number of group_by(s) is 10.
118
120
# @option opts [String] :tags Comma-separated list of tags to filter DNS traffic by.
121
+
# @option opts [String] :query Free-form search query using AND/OR/NOT operators, wildcards, and parentheses. When provided, takes precedence over the `tags` parameter.
119
122
# @option opts [Integer] :limit The number of aggregated DNS entries to be returned. The maximum value is 7500. The default is 100.
120
123
# @return [Array<(SingleAggregatedDnsResponseArray, Integer, Hash)>] SingleAggregatedDnsResponseArray data, response status code and response headers
0 commit comments