@@ -209,59 +209,6 @@ def target(
209
209
date_range : List [str ] | NotGiven = NOT_GIVEN ,
210
210
date_start : List [Union [str , datetime ]] | NotGiven = NOT_GIVEN ,
211
211
format : Literal ["JSON" , "CSV" ] | NotGiven = NOT_GIVEN ,
212
- http_method : List [
213
- Literal [
214
- "GET" ,
215
- "POST" ,
216
- "DELETE" ,
217
- "PUT" ,
218
- "HEAD" ,
219
- "PURGE" ,
220
- "OPTIONS" ,
221
- "PROPFIND" ,
222
- "MKCOL" ,
223
- "PATCH" ,
224
- "ACL" ,
225
- "BCOPY" ,
226
- "BDELETE" ,
227
- "BMOVE" ,
228
- "BPROPFIND" ,
229
- "BPROPPATCH" ,
230
- "CHECKIN" ,
231
- "CHECKOUT" ,
232
- "CONNECT" ,
233
- "COPY" ,
234
- "LABEL" ,
235
- "LOCK" ,
236
- "MERGE" ,
237
- "MKACTIVITY" ,
238
- "MKWORKSPACE" ,
239
- "MOVE" ,
240
- "NOTIFY" ,
241
- "ORDERPATCH" ,
242
- "POLL" ,
243
- "PROPPATCH" ,
244
- "REPORT" ,
245
- "SEARCH" ,
246
- "SUBSCRIBE" ,
247
- "TRACE" ,
248
- "UNCHECKOUT" ,
249
- "UNLOCK" ,
250
- "UNSUBSCRIBE" ,
251
- "UPDATE" ,
252
- "VERSIONCONTROL" ,
253
- "BASELINECONTROL" ,
254
- "XMSENUMATTS" ,
255
- "RPC_OUT_DATA" ,
256
- "RPC_IN_DATA" ,
257
- "JSON" ,
258
- "COOK" ,
259
- "TRACK" ,
260
- ]
261
- ]
262
- | NotGiven = NOT_GIVEN ,
263
- http_version : List [Literal ["HTTPv1" , "HTTPv2" , "HTTPv3" ]] | NotGiven = NOT_GIVEN ,
264
- ip_version : List [Literal ["IPv4" , "IPv6" ]] | NotGiven = NOT_GIVEN ,
265
212
limit : int | NotGiven = NOT_GIVEN ,
266
213
mitigation_product : List [
267
214
Literal [
@@ -298,12 +245,6 @@ def target(
298
245
299
246
format: Format in which results will be returned.
300
247
301
- http_method: Filters results by HTTP method.
302
-
303
- http_version: Filters results by HTTP version.
304
-
305
- ip_version: Filters results by IP version (Ipv4 vs. IPv6).
306
-
307
248
limit: Limits the number of objects returned in the response.
308
249
309
250
mitigation_product: Array of L7 mitigation products.
@@ -332,9 +273,6 @@ def target(
332
273
"date_range" : date_range ,
333
274
"date_start" : date_start ,
334
275
"format" : format ,
335
- "http_method" : http_method ,
336
- "http_version" : http_version ,
337
- "ip_version" : ip_version ,
338
276
"limit" : limit ,
339
277
"mitigation_product" : mitigation_product ,
340
278
"name" : name ,
@@ -526,59 +464,6 @@ async def target(
526
464
date_range : List [str ] | NotGiven = NOT_GIVEN ,
527
465
date_start : List [Union [str , datetime ]] | NotGiven = NOT_GIVEN ,
528
466
format : Literal ["JSON" , "CSV" ] | NotGiven = NOT_GIVEN ,
529
- http_method : List [
530
- Literal [
531
- "GET" ,
532
- "POST" ,
533
- "DELETE" ,
534
- "PUT" ,
535
- "HEAD" ,
536
- "PURGE" ,
537
- "OPTIONS" ,
538
- "PROPFIND" ,
539
- "MKCOL" ,
540
- "PATCH" ,
541
- "ACL" ,
542
- "BCOPY" ,
543
- "BDELETE" ,
544
- "BMOVE" ,
545
- "BPROPFIND" ,
546
- "BPROPPATCH" ,
547
- "CHECKIN" ,
548
- "CHECKOUT" ,
549
- "CONNECT" ,
550
- "COPY" ,
551
- "LABEL" ,
552
- "LOCK" ,
553
- "MERGE" ,
554
- "MKACTIVITY" ,
555
- "MKWORKSPACE" ,
556
- "MOVE" ,
557
- "NOTIFY" ,
558
- "ORDERPATCH" ,
559
- "POLL" ,
560
- "PROPPATCH" ,
561
- "REPORT" ,
562
- "SEARCH" ,
563
- "SUBSCRIBE" ,
564
- "TRACE" ,
565
- "UNCHECKOUT" ,
566
- "UNLOCK" ,
567
- "UNSUBSCRIBE" ,
568
- "UPDATE" ,
569
- "VERSIONCONTROL" ,
570
- "BASELINECONTROL" ,
571
- "XMSENUMATTS" ,
572
- "RPC_OUT_DATA" ,
573
- "RPC_IN_DATA" ,
574
- "JSON" ,
575
- "COOK" ,
576
- "TRACK" ,
577
- ]
578
- ]
579
- | NotGiven = NOT_GIVEN ,
580
- http_version : List [Literal ["HTTPv1" , "HTTPv2" , "HTTPv3" ]] | NotGiven = NOT_GIVEN ,
581
- ip_version : List [Literal ["IPv4" , "IPv6" ]] | NotGiven = NOT_GIVEN ,
582
467
limit : int | NotGiven = NOT_GIVEN ,
583
468
mitigation_product : List [
584
469
Literal [
@@ -615,12 +500,6 @@ async def target(
615
500
616
501
format: Format in which results will be returned.
617
502
618
- http_method: Filters results by HTTP method.
619
-
620
- http_version: Filters results by HTTP version.
621
-
622
- ip_version: Filters results by IP version (Ipv4 vs. IPv6).
623
-
624
503
limit: Limits the number of objects returned in the response.
625
504
626
505
mitigation_product: Array of L7 mitigation products.
@@ -649,9 +528,6 @@ async def target(
649
528
"date_range" : date_range ,
650
529
"date_start" : date_start ,
651
530
"format" : format ,
652
- "http_method" : http_method ,
653
- "http_version" : http_version ,
654
- "ip_version" : ip_version ,
655
531
"limit" : limit ,
656
532
"mitigation_product" : mitigation_product ,
657
533
"name" : name ,
0 commit comments