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.
0 commit comments