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
@@ -137240,6 +137240,12 @@ paths:
137240
137240
name: tags
137241
137241
schema:
137242
137242
type: string
137243
+
- description: Free-form search query using AND/OR/NOT operators, wildcards, and parentheses. When provided, takes precedence over the `tags` parameter.
137244
+
example: "(client_team:networks OR client_team:platform) AND server_service:hucklebuck"
137245
+
in: query
137246
+
name: query
137247
+
schema:
137248
+
type: string
137243
137249
- description: The number of connections to be returned. The maximum value is 7500. The default is 100.
137244
137250
in: query
137245
137251
name: limit
@@ -137301,6 +137307,12 @@ paths:
137301
137307
name: tags
137302
137308
schema:
137303
137309
type: string
137310
+
- description: Free-form search query using AND/OR/NOT operators, wildcards, and parentheses. When provided, takes precedence over the `tags` parameter.
137311
+
example: "(client_team:networks OR client_team:platform) AND server_service:hucklebuck"
137312
+
in: query
137313
+
name: query
137314
+
schema:
137315
+
type: string
137304
137316
- description: The number of aggregated DNS entries to be returned. The maximum value is 7500. The default is 100.
0 commit comments