catocli 1.0.18__py3-none-any.whl → 1.0.20__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +6 -0
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_policy/__init__.py +174 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -0
- catocli/parsers/mutation_sandbox/README.md +7 -0
- catocli/parsers/mutation_sandbox/__init__.py +37 -0
- catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
- catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
- catocli/parsers/mutation_site/__init__.py +28 -0
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +28 -0
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
- catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
- catocli/parsers/mutation_xdr/README.md +7 -0
- catocli/parsers/mutation_xdr/__init__.py +51 -0
- catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
- catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
- catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
- catocli/parsers/parserApiClient.py +6 -6
- catocli/parsers/query_accountMetrics/README.md +2 -1
- catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_eventsTimeSeries/README.md +2 -1
- catocli/parsers/query_policy/README.md +2 -1
- catocli/parsers/query_sandbox/README.md +17 -0
- catocli/parsers/query_sandbox/__init__.py +17 -0
- catocli/parsers/query_siteLocation/README.md +1 -1
- catocli/parsers/query_xdr_story/README.md +1 -1
- {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/METADATA +1 -1
- {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/RECORD +102 -52
- models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
- models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
- models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
- models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
- models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
- models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
- models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
- models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
- models/mutation.sandbox.deleteReport.json +302 -0
- models/mutation.sandbox.uploadFile.json +301 -0
- models/mutation.site.addIpsecIkeV2Site.json +57 -0
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.site.addSecondaryAwsVSocket.json +707 -0
- models/mutation.site.addSecondaryAzureVSocket.json +647 -0
- models/mutation.site.addSocketSite.json +72 -15
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.site.updateNetworkRange.json +3 -3
- models/mutation.site.updateSocketInterface.json +126 -18
- models/mutation.sites.addIpsecIkeV2Site.json +57 -0
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
- models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
- models/mutation.sites.addSocketSite.json +72 -15
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
- models/mutation.sites.updateNetworkRange.json +3 -3
- models/mutation.sites.updateSocketInterface.json +126 -18
- models/mutation.xdr.addStoryComment.json +622 -0
- models/mutation.xdr.analystFeedback.json +28820 -0
- models/mutation.xdr.deleteStoryComment.json +622 -0
- models/query.accountMetrics.json +341 -0
- models/query.accountSnapshot.json +120 -0
- models/query.appStatsTimeSeries.json +37 -0
- models/query.auditFeed.json +292 -52
- models/query.events.json +1196 -236
- models/query.eventsFeed.json +292 -52
- models/query.eventsTimeSeries.json +941 -184
- models/query.policy.json +2047 -156
- models/query.sandbox.json +2047 -0
- models/query.xdr.stories.json +134 -4
- models/query.xdr.story.json +116 -4
- schema/catolib.py +4 -5
- {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/LICENSE +0 -0
- {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/WHEEL +0 -0
- {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/top_level.txt +0 -0
|
@@ -236,12 +236,11 @@
|
|
|
236
236
|
"id_str": "updateSocketInterface___input___bandwidth___downstreamBandwidth",
|
|
237
237
|
"name": "downstreamBandwidth",
|
|
238
238
|
"path": "updateSocketInterface.input.bandwidth.downstreamBandwidth",
|
|
239
|
-
"requestStr": "$downstreamBandwidth:Int
|
|
240
|
-
"required":
|
|
239
|
+
"requestStr": "$downstreamBandwidth:Int ",
|
|
240
|
+
"required": false,
|
|
241
241
|
"responseStr": "downstreamBandwidth:$downstreamBandwidth ",
|
|
242
242
|
"type": {
|
|
243
243
|
"kind": [
|
|
244
|
-
"NON_NULL",
|
|
245
244
|
"SCALAR"
|
|
246
245
|
],
|
|
247
246
|
"name": "Int",
|
|
@@ -249,24 +248,59 @@
|
|
|
249
248
|
},
|
|
250
249
|
"varName": "downstreamBandwidth"
|
|
251
250
|
},
|
|
251
|
+
"downstreamBandwidthMbpsPrecision": {
|
|
252
|
+
"defaultValue": null,
|
|
253
|
+
"description": null,
|
|
254
|
+
"id_str": "updateSocketInterface___input___bandwidth___downstreamBandwidthMbpsPrecision",
|
|
255
|
+
"name": "downstreamBandwidthMbpsPrecision",
|
|
256
|
+
"path": "updateSocketInterface.input.bandwidth.downstreamBandwidthMbpsPrecision",
|
|
257
|
+
"requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
|
|
258
|
+
"required": false,
|
|
259
|
+
"responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
|
|
260
|
+
"type": {
|
|
261
|
+
"kind": [
|
|
262
|
+
"SCALAR"
|
|
263
|
+
],
|
|
264
|
+
"name": "Float",
|
|
265
|
+
"non_null": false
|
|
266
|
+
},
|
|
267
|
+
"varName": "downstreamBandwidthMbpsPrecision"
|
|
268
|
+
},
|
|
252
269
|
"upstreamBandwidth": {
|
|
253
270
|
"defaultValue": null,
|
|
254
271
|
"description": null,
|
|
255
272
|
"id_str": "updateSocketInterface___input___bandwidth___upstreamBandwidth",
|
|
256
273
|
"name": "upstreamBandwidth",
|
|
257
274
|
"path": "updateSocketInterface.input.bandwidth.upstreamBandwidth",
|
|
258
|
-
"requestStr": "$upstreamBandwidth:Int
|
|
259
|
-
"required":
|
|
275
|
+
"requestStr": "$upstreamBandwidth:Int ",
|
|
276
|
+
"required": false,
|
|
260
277
|
"responseStr": "upstreamBandwidth:$upstreamBandwidth ",
|
|
261
278
|
"type": {
|
|
262
279
|
"kind": [
|
|
263
|
-
"NON_NULL",
|
|
264
280
|
"SCALAR"
|
|
265
281
|
],
|
|
266
282
|
"name": "Int",
|
|
267
283
|
"non_null": false
|
|
268
284
|
},
|
|
269
285
|
"varName": "upstreamBandwidth"
|
|
286
|
+
},
|
|
287
|
+
"upstreamBandwidthMbpsPrecision": {
|
|
288
|
+
"defaultValue": null,
|
|
289
|
+
"description": null,
|
|
290
|
+
"id_str": "updateSocketInterface___input___bandwidth___upstreamBandwidthMbpsPrecision",
|
|
291
|
+
"name": "upstreamBandwidthMbpsPrecision",
|
|
292
|
+
"path": "updateSocketInterface.input.bandwidth.upstreamBandwidthMbpsPrecision",
|
|
293
|
+
"requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
|
|
294
|
+
"required": false,
|
|
295
|
+
"responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
|
|
296
|
+
"type": {
|
|
297
|
+
"kind": [
|
|
298
|
+
"SCALAR"
|
|
299
|
+
],
|
|
300
|
+
"name": "Float",
|
|
301
|
+
"non_null": false
|
|
302
|
+
},
|
|
303
|
+
"varName": "upstreamBandwidthMbpsPrecision"
|
|
270
304
|
}
|
|
271
305
|
},
|
|
272
306
|
"interfaces": null,
|
|
@@ -1444,12 +1478,11 @@
|
|
|
1444
1478
|
"id_str": "updateSocketInterface___input___bandwidth___downstreamBandwidth",
|
|
1445
1479
|
"name": "downstreamBandwidth",
|
|
1446
1480
|
"path": "updateSocketInterface.input.bandwidth.downstreamBandwidth",
|
|
1447
|
-
"requestStr": "$downstreamBandwidth:Int
|
|
1448
|
-
"required":
|
|
1481
|
+
"requestStr": "$downstreamBandwidth:Int ",
|
|
1482
|
+
"required": false,
|
|
1449
1483
|
"responseStr": "downstreamBandwidth:$downstreamBandwidth ",
|
|
1450
1484
|
"type": {
|
|
1451
1485
|
"kind": [
|
|
1452
|
-
"NON_NULL",
|
|
1453
1486
|
"SCALAR"
|
|
1454
1487
|
],
|
|
1455
1488
|
"name": "Int",
|
|
@@ -1457,24 +1490,59 @@
|
|
|
1457
1490
|
},
|
|
1458
1491
|
"varName": "downstreamBandwidth"
|
|
1459
1492
|
},
|
|
1493
|
+
"downstreamBandwidthMbpsPrecision": {
|
|
1494
|
+
"defaultValue": null,
|
|
1495
|
+
"description": null,
|
|
1496
|
+
"id_str": "updateSocketInterface___input___bandwidth___downstreamBandwidthMbpsPrecision",
|
|
1497
|
+
"name": "downstreamBandwidthMbpsPrecision",
|
|
1498
|
+
"path": "updateSocketInterface.input.bandwidth.downstreamBandwidthMbpsPrecision",
|
|
1499
|
+
"requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
|
|
1500
|
+
"required": false,
|
|
1501
|
+
"responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
|
|
1502
|
+
"type": {
|
|
1503
|
+
"kind": [
|
|
1504
|
+
"SCALAR"
|
|
1505
|
+
],
|
|
1506
|
+
"name": "Float",
|
|
1507
|
+
"non_null": false
|
|
1508
|
+
},
|
|
1509
|
+
"varName": "downstreamBandwidthMbpsPrecision"
|
|
1510
|
+
},
|
|
1460
1511
|
"upstreamBandwidth": {
|
|
1461
1512
|
"defaultValue": null,
|
|
1462
1513
|
"description": null,
|
|
1463
1514
|
"id_str": "updateSocketInterface___input___bandwidth___upstreamBandwidth",
|
|
1464
1515
|
"name": "upstreamBandwidth",
|
|
1465
1516
|
"path": "updateSocketInterface.input.bandwidth.upstreamBandwidth",
|
|
1466
|
-
"requestStr": "$upstreamBandwidth:Int
|
|
1467
|
-
"required":
|
|
1517
|
+
"requestStr": "$upstreamBandwidth:Int ",
|
|
1518
|
+
"required": false,
|
|
1468
1519
|
"responseStr": "upstreamBandwidth:$upstreamBandwidth ",
|
|
1469
1520
|
"type": {
|
|
1470
1521
|
"kind": [
|
|
1471
|
-
"NON_NULL",
|
|
1472
1522
|
"SCALAR"
|
|
1473
1523
|
],
|
|
1474
1524
|
"name": "Int",
|
|
1475
1525
|
"non_null": false
|
|
1476
1526
|
},
|
|
1477
1527
|
"varName": "upstreamBandwidth"
|
|
1528
|
+
},
|
|
1529
|
+
"upstreamBandwidthMbpsPrecision": {
|
|
1530
|
+
"defaultValue": null,
|
|
1531
|
+
"description": null,
|
|
1532
|
+
"id_str": "updateSocketInterface___input___bandwidth___upstreamBandwidthMbpsPrecision",
|
|
1533
|
+
"name": "upstreamBandwidthMbpsPrecision",
|
|
1534
|
+
"path": "updateSocketInterface.input.bandwidth.upstreamBandwidthMbpsPrecision",
|
|
1535
|
+
"requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
|
|
1536
|
+
"required": false,
|
|
1537
|
+
"responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
|
|
1538
|
+
"type": {
|
|
1539
|
+
"kind": [
|
|
1540
|
+
"SCALAR"
|
|
1541
|
+
],
|
|
1542
|
+
"name": "Float",
|
|
1543
|
+
"non_null": false
|
|
1544
|
+
},
|
|
1545
|
+
"varName": "upstreamBandwidthMbpsPrecision"
|
|
1478
1546
|
}
|
|
1479
1547
|
},
|
|
1480
1548
|
"interfaces": null,
|
|
@@ -2270,12 +2338,11 @@
|
|
|
2270
2338
|
"id_str": "updateSocketInterface___input___bandwidth___downstreamBandwidth",
|
|
2271
2339
|
"name": "downstreamBandwidth",
|
|
2272
2340
|
"path": "updateSocketInterface.input.bandwidth.downstreamBandwidth",
|
|
2273
|
-
"requestStr": "$downstreamBandwidth:Int
|
|
2274
|
-
"required":
|
|
2341
|
+
"requestStr": "$downstreamBandwidth:Int ",
|
|
2342
|
+
"required": false,
|
|
2275
2343
|
"responseStr": "downstreamBandwidth:$downstreamBandwidth ",
|
|
2276
2344
|
"type": {
|
|
2277
2345
|
"kind": [
|
|
2278
|
-
"NON_NULL",
|
|
2279
2346
|
"SCALAR"
|
|
2280
2347
|
],
|
|
2281
2348
|
"name": "Int",
|
|
@@ -2283,24 +2350,59 @@
|
|
|
2283
2350
|
},
|
|
2284
2351
|
"varName": "downstreamBandwidth"
|
|
2285
2352
|
},
|
|
2353
|
+
"downstreamBandwidthMbpsPrecision": {
|
|
2354
|
+
"defaultValue": null,
|
|
2355
|
+
"description": null,
|
|
2356
|
+
"id_str": "updateSocketInterface___input___bandwidth___downstreamBandwidthMbpsPrecision",
|
|
2357
|
+
"name": "downstreamBandwidthMbpsPrecision",
|
|
2358
|
+
"path": "updateSocketInterface.input.bandwidth.downstreamBandwidthMbpsPrecision",
|
|
2359
|
+
"requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
|
|
2360
|
+
"required": false,
|
|
2361
|
+
"responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
|
|
2362
|
+
"type": {
|
|
2363
|
+
"kind": [
|
|
2364
|
+
"SCALAR"
|
|
2365
|
+
],
|
|
2366
|
+
"name": "Float",
|
|
2367
|
+
"non_null": false
|
|
2368
|
+
},
|
|
2369
|
+
"varName": "downstreamBandwidthMbpsPrecision"
|
|
2370
|
+
},
|
|
2286
2371
|
"upstreamBandwidth": {
|
|
2287
2372
|
"defaultValue": null,
|
|
2288
2373
|
"description": null,
|
|
2289
2374
|
"id_str": "updateSocketInterface___input___bandwidth___upstreamBandwidth",
|
|
2290
2375
|
"name": "upstreamBandwidth",
|
|
2291
2376
|
"path": "updateSocketInterface.input.bandwidth.upstreamBandwidth",
|
|
2292
|
-
"requestStr": "$upstreamBandwidth:Int
|
|
2293
|
-
"required":
|
|
2377
|
+
"requestStr": "$upstreamBandwidth:Int ",
|
|
2378
|
+
"required": false,
|
|
2294
2379
|
"responseStr": "upstreamBandwidth:$upstreamBandwidth ",
|
|
2295
2380
|
"type": {
|
|
2296
2381
|
"kind": [
|
|
2297
|
-
"NON_NULL",
|
|
2298
2382
|
"SCALAR"
|
|
2299
2383
|
],
|
|
2300
2384
|
"name": "Int",
|
|
2301
2385
|
"non_null": false
|
|
2302
2386
|
},
|
|
2303
2387
|
"varName": "upstreamBandwidth"
|
|
2388
|
+
},
|
|
2389
|
+
"upstreamBandwidthMbpsPrecision": {
|
|
2390
|
+
"defaultValue": null,
|
|
2391
|
+
"description": null,
|
|
2392
|
+
"id_str": "updateSocketInterface___input___bandwidth___upstreamBandwidthMbpsPrecision",
|
|
2393
|
+
"name": "upstreamBandwidthMbpsPrecision",
|
|
2394
|
+
"path": "updateSocketInterface.input.bandwidth.upstreamBandwidthMbpsPrecision",
|
|
2395
|
+
"requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
|
|
2396
|
+
"required": false,
|
|
2397
|
+
"responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
|
|
2398
|
+
"type": {
|
|
2399
|
+
"kind": [
|
|
2400
|
+
"SCALAR"
|
|
2401
|
+
],
|
|
2402
|
+
"name": "Float",
|
|
2403
|
+
"non_null": false
|
|
2404
|
+
},
|
|
2405
|
+
"varName": "upstreamBandwidthMbpsPrecision"
|
|
2304
2406
|
}
|
|
2305
2407
|
},
|
|
2306
2408
|
"interfaces": null,
|
|
@@ -3304,8 +3406,14 @@
|
|
|
3304
3406
|
"downstreamBandwidth": {
|
|
3305
3407
|
"downstreamBandwidth": "Int"
|
|
3306
3408
|
},
|
|
3409
|
+
"downstreamBandwidthMbpsPrecision": {
|
|
3410
|
+
"downstreamBandwidthMbpsPrecision": "Float"
|
|
3411
|
+
},
|
|
3307
3412
|
"upstreamBandwidth": {
|
|
3308
3413
|
"upstreamBandwidth": "Int"
|
|
3414
|
+
},
|
|
3415
|
+
"upstreamBandwidthMbpsPrecision": {
|
|
3416
|
+
"upstreamBandwidthMbpsPrecision": "Float"
|
|
3309
3417
|
}
|
|
3310
3418
|
},
|
|
3311
3419
|
"socketInterfaceLagInput": {
|