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.

Files changed (102) hide show
  1. catocli/Utils/clidriver.py +6 -0
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_policy/__init__.py +174 -0
  4. catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
  5. catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
  6. catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
  7. catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
  8. catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
  9. catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
  15. catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -0
  17. catocli/parsers/mutation_sandbox/README.md +7 -0
  18. catocli/parsers/mutation_sandbox/__init__.py +37 -0
  19. catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
  20. catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
  21. catocli/parsers/mutation_site/__init__.py +28 -0
  22. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
  23. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
  24. catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
  25. catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
  26. catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
  27. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  28. catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
  29. catocli/parsers/mutation_sites/__init__.py +28 -0
  30. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
  31. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
  32. catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
  33. catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
  34. catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
  35. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  36. catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
  37. catocli/parsers/mutation_xdr/README.md +7 -0
  38. catocli/parsers/mutation_xdr/__init__.py +51 -0
  39. catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
  40. catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
  41. catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
  42. catocli/parsers/parserApiClient.py +6 -6
  43. catocli/parsers/query_accountMetrics/README.md +2 -1
  44. catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
  45. catocli/parsers/query_eventsFeed/README.md +1 -1
  46. catocli/parsers/query_eventsTimeSeries/README.md +2 -1
  47. catocli/parsers/query_policy/README.md +2 -1
  48. catocli/parsers/query_sandbox/README.md +17 -0
  49. catocli/parsers/query_sandbox/__init__.py +17 -0
  50. catocli/parsers/query_siteLocation/README.md +1 -1
  51. catocli/parsers/query_xdr_story/README.md +1 -1
  52. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/METADATA +1 -1
  53. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/RECORD +102 -52
  54. models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
  55. models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
  56. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
  57. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
  58. models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
  59. models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
  60. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
  61. models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
  62. models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
  63. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
  64. models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
  65. models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
  66. models/mutation.sandbox.deleteReport.json +302 -0
  67. models/mutation.sandbox.uploadFile.json +301 -0
  68. models/mutation.site.addIpsecIkeV2Site.json +57 -0
  69. models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
  70. models/mutation.site.addSecondaryAwsVSocket.json +707 -0
  71. models/mutation.site.addSecondaryAzureVSocket.json +647 -0
  72. models/mutation.site.addSocketSite.json +72 -15
  73. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
  74. models/mutation.site.updateNetworkRange.json +3 -3
  75. models/mutation.site.updateSocketInterface.json +126 -18
  76. models/mutation.sites.addIpsecIkeV2Site.json +57 -0
  77. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
  78. models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
  79. models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
  80. models/mutation.sites.addSocketSite.json +72 -15
  81. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
  82. models/mutation.sites.updateNetworkRange.json +3 -3
  83. models/mutation.sites.updateSocketInterface.json +126 -18
  84. models/mutation.xdr.addStoryComment.json +622 -0
  85. models/mutation.xdr.analystFeedback.json +28820 -0
  86. models/mutation.xdr.deleteStoryComment.json +622 -0
  87. models/query.accountMetrics.json +341 -0
  88. models/query.accountSnapshot.json +120 -0
  89. models/query.appStatsTimeSeries.json +37 -0
  90. models/query.auditFeed.json +292 -52
  91. models/query.events.json +1196 -236
  92. models/query.eventsFeed.json +292 -52
  93. models/query.eventsTimeSeries.json +941 -184
  94. models/query.policy.json +2047 -156
  95. models/query.sandbox.json +2047 -0
  96. models/query.xdr.stories.json +134 -4
  97. models/query.xdr.story.json +116 -4
  98. schema/catolib.py +4 -5
  99. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/LICENSE +0 -0
  100. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/WHEEL +0 -0
  101. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/entry_points.txt +0 -0
  102. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/top_level.txt +0 -0
@@ -698,6 +698,12 @@
698
698
  "isDeprecated": false,
699
699
  "name": "AnomalyEvents"
700
700
  },
701
+ {
702
+ "deprecationReason": null,
703
+ "description": null,
704
+ "isDeprecated": false,
705
+ "name": "AnomalyExperience"
706
+ },
701
707
  {
702
708
  "deprecationReason": null,
703
709
  "description": null,
@@ -784,6 +790,12 @@
784
790
  "isDeprecated": false,
785
791
  "name": "AnomalyEvents"
786
792
  },
793
+ {
794
+ "deprecationReason": null,
795
+ "description": null,
796
+ "isDeprecated": false,
797
+ "name": "AnomalyExperience"
798
+ },
787
799
  {
788
800
  "deprecationReason": null,
789
801
  "description": null,
@@ -2955,6 +2967,12 @@
2955
2967
  "isDeprecated": false,
2956
2968
  "name": "AnomalyEvents"
2957
2969
  },
2970
+ {
2971
+ "deprecationReason": null,
2972
+ "description": null,
2973
+ "isDeprecated": false,
2974
+ "name": "AnomalyExperience"
2975
+ },
2958
2976
  {
2959
2977
  "deprecationReason": null,
2960
2978
  "description": null,
@@ -3041,6 +3059,12 @@
3041
3059
  "isDeprecated": false,
3042
3060
  "name": "AnomalyEvents"
3043
3061
  },
3062
+ {
3063
+ "deprecationReason": null,
3064
+ "description": null,
3065
+ "isDeprecated": false,
3066
+ "name": "AnomalyExperience"
3067
+ },
3044
3068
  {
3045
3069
  "deprecationReason": null,
3046
3070
  "description": null,
@@ -5069,6 +5093,12 @@
5069
5093
  "isDeprecated": false,
5070
5094
  "name": "AnomalyEvents"
5071
5095
  },
5096
+ {
5097
+ "deprecationReason": null,
5098
+ "description": null,
5099
+ "isDeprecated": false,
5100
+ "name": "AnomalyExperience"
5101
+ },
5072
5102
  {
5073
5103
  "deprecationReason": null,
5074
5104
  "description": null,
@@ -5155,6 +5185,12 @@
5155
5185
  "isDeprecated": false,
5156
5186
  "name": "AnomalyEvents"
5157
5187
  },
5188
+ {
5189
+ "deprecationReason": null,
5190
+ "description": null,
5191
+ "isDeprecated": false,
5192
+ "name": "AnomalyExperience"
5193
+ },
5158
5194
  {
5159
5195
  "deprecationReason": null,
5160
5196
  "description": null,
@@ -7284,6 +7320,12 @@
7284
7320
  "isDeprecated": false,
7285
7321
  "name": "AnomalyEvents"
7286
7322
  },
7323
+ {
7324
+ "deprecationReason": null,
7325
+ "description": null,
7326
+ "isDeprecated": false,
7327
+ "name": "AnomalyExperience"
7328
+ },
7287
7329
  {
7288
7330
  "deprecationReason": null,
7289
7331
  "description": null,
@@ -8265,10 +8307,10 @@
8265
8307
  },
8266
8308
  "value": {
8267
8309
  "args": {},
8268
- "deprecationReason": null,
8310
+ "deprecationReason": "No longer supported",
8269
8311
  "description": null,
8270
8312
  "id_str": "stories___items___incident___AnomalyEvents___drillDownFilter___value",
8271
- "isDeprecated": false,
8313
+ "isDeprecated": true,
8272
8314
  "name": "value",
8273
8315
  "path": "stories.items.incident.AnomalyEvents.drillDownFilter.value",
8274
8316
  "requestStr": "$value:String! ",
@@ -8283,6 +8325,29 @@
8283
8325
  "non_null": false
8284
8326
  },
8285
8327
  "varName": "value"
8328
+ },
8329
+ "values": {
8330
+ "args": {},
8331
+ "deprecationReason": null,
8332
+ "description": null,
8333
+ "id_str": "stories___items___incident___AnomalyEvents___drillDownFilter___values",
8334
+ "isDeprecated": false,
8335
+ "name": "values",
8336
+ "path": "stories.items.incident.AnomalyEvents.drillDownFilter.values",
8337
+ "requestStr": "$values:[String]! ",
8338
+ "required": true,
8339
+ "responseStr": "values:$values ",
8340
+ "type": {
8341
+ "kind": [
8342
+ "NON_NULL",
8343
+ "LIST",
8344
+ "NON_NULL",
8345
+ "SCALAR"
8346
+ ],
8347
+ "name": "String",
8348
+ "non_null": false
8349
+ },
8350
+ "varName": "values"
8286
8351
  }
8287
8352
  },
8288
8353
  "inputFields": null,
@@ -9070,6 +9135,12 @@
9070
9135
  "isDeprecated": false,
9071
9136
  "name": "AnomalyEvents"
9072
9137
  },
9138
+ {
9139
+ "deprecationReason": null,
9140
+ "description": null,
9141
+ "isDeprecated": false,
9142
+ "name": "AnomalyExperience"
9143
+ },
9073
9144
  {
9074
9145
  "deprecationReason": null,
9075
9146
  "description": null,
@@ -11287,10 +11358,10 @@
11287
11358
  },
11288
11359
  "value": {
11289
11360
  "args": {},
11290
- "deprecationReason": null,
11361
+ "deprecationReason": "No longer supported",
11291
11362
  "description": null,
11292
11363
  "id_str": "stories___items___incident___AnomalyStats___drillDownFilter___value",
11293
- "isDeprecated": false,
11364
+ "isDeprecated": true,
11294
11365
  "name": "value",
11295
11366
  "path": "stories.items.incident.AnomalyStats.drillDownFilter.value",
11296
11367
  "requestStr": "$value:String! ",
@@ -11305,6 +11376,29 @@
11305
11376
  "non_null": false
11306
11377
  },
11307
11378
  "varName": "value"
11379
+ },
11380
+ "values": {
11381
+ "args": {},
11382
+ "deprecationReason": null,
11383
+ "description": null,
11384
+ "id_str": "stories___items___incident___AnomalyStats___drillDownFilter___values",
11385
+ "isDeprecated": false,
11386
+ "name": "values",
11387
+ "path": "stories.items.incident.AnomalyStats.drillDownFilter.values",
11388
+ "requestStr": "$values:[String]! ",
11389
+ "required": true,
11390
+ "responseStr": "values:$values ",
11391
+ "type": {
11392
+ "kind": [
11393
+ "NON_NULL",
11394
+ "LIST",
11395
+ "NON_NULL",
11396
+ "SCALAR"
11397
+ ],
11398
+ "name": "String",
11399
+ "non_null": false
11400
+ },
11401
+ "varName": "values"
11308
11402
  }
11309
11403
  },
11310
11404
  "inputFields": null,
@@ -12092,6 +12186,12 @@
12092
12186
  "isDeprecated": false,
12093
12187
  "name": "AnomalyEvents"
12094
12188
  },
12189
+ {
12190
+ "deprecationReason": null,
12191
+ "description": null,
12192
+ "isDeprecated": false,
12193
+ "name": "AnomalyExperience"
12194
+ },
12095
12195
  {
12096
12196
  "deprecationReason": null,
12097
12197
  "description": null,
@@ -16948,6 +17048,12 @@
16948
17048
  "isDeprecated": false,
16949
17049
  "name": "AnomalyEvents"
16950
17050
  },
17051
+ {
17052
+ "deprecationReason": null,
17053
+ "description": null,
17054
+ "isDeprecated": false,
17055
+ "name": "AnomalyExperience"
17056
+ },
16951
17057
  {
16952
17058
  "deprecationReason": null,
16953
17059
  "description": null,
@@ -22702,6 +22808,12 @@
22702
22808
  "isDeprecated": false,
22703
22809
  "name": "AnomalyEvents"
22704
22810
  },
22811
+ {
22812
+ "deprecationReason": null,
22813
+ "description": null,
22814
+ "isDeprecated": false,
22815
+ "name": "AnomalyExperience"
22816
+ },
22705
22817
  {
22706
22818
  "deprecationReason": null,
22707
22819
  "description": null,
@@ -25944,6 +26056,12 @@
25944
26056
  "isDeprecated": false,
25945
26057
  "name": "AnomalyEvents"
25946
26058
  },
26059
+ {
26060
+ "deprecationReason": null,
26061
+ "description": null,
26062
+ "isDeprecated": false,
26063
+ "name": "AnomalyExperience"
26064
+ },
25947
26065
  {
25948
26066
  "deprecationReason": null,
25949
26067
  "description": null,
@@ -28366,6 +28484,12 @@
28366
28484
  "isDeprecated": false,
28367
28485
  "name": "AnomalyEvents"
28368
28486
  },
28487
+ {
28488
+ "deprecationReason": null,
28489
+ "description": null,
28490
+ "isDeprecated": false,
28491
+ "name": "AnomalyExperience"
28492
+ },
28369
28493
  {
28370
28494
  "deprecationReason": null,
28371
28495
  "description": null,
@@ -31296,6 +31420,12 @@
31296
31420
  "isDeprecated": false,
31297
31421
  "name": "AnomalyEvents"
31298
31422
  },
31423
+ {
31424
+ "deprecationReason": null,
31425
+ "description": null,
31426
+ "isDeprecated": false,
31427
+ "name": "AnomalyExperience"
31428
+ },
31299
31429
  {
31300
31430
  "deprecationReason": null,
31301
31431
  "description": null,
@@ -66,6 +66,12 @@
66
66
  "isDeprecated": false,
67
67
  "name": "AnomalyEvents"
68
68
  },
69
+ {
70
+ "deprecationReason": null,
71
+ "description": null,
72
+ "isDeprecated": false,
73
+ "name": "AnomalyExperience"
74
+ },
69
75
  {
70
76
  "deprecationReason": null,
71
77
  "description": null,
@@ -318,6 +324,12 @@
318
324
  "isDeprecated": false,
319
325
  "name": "AnomalyEvents"
320
326
  },
327
+ {
328
+ "deprecationReason": null,
329
+ "description": null,
330
+ "isDeprecated": false,
331
+ "name": "AnomalyExperience"
332
+ },
321
333
  {
322
334
  "deprecationReason": null,
323
335
  "description": null,
@@ -447,6 +459,12 @@
447
459
  "isDeprecated": false,
448
460
  "name": "AnomalyEvents"
449
461
  },
462
+ {
463
+ "deprecationReason": null,
464
+ "description": null,
465
+ "isDeprecated": false,
466
+ "name": "AnomalyExperience"
467
+ },
450
468
  {
451
469
  "deprecationReason": null,
452
470
  "description": null,
@@ -1292,6 +1310,12 @@
1292
1310
  "isDeprecated": false,
1293
1311
  "name": "AnomalyEvents"
1294
1312
  },
1313
+ {
1314
+ "deprecationReason": null,
1315
+ "description": null,
1316
+ "isDeprecated": false,
1317
+ "name": "AnomalyExperience"
1318
+ },
1295
1319
  {
1296
1320
  "deprecationReason": null,
1297
1321
  "description": null,
@@ -2273,10 +2297,10 @@
2273
2297
  },
2274
2298
  "value": {
2275
2299
  "args": {},
2276
- "deprecationReason": null,
2300
+ "deprecationReason": "No longer supported",
2277
2301
  "description": null,
2278
2302
  "id_str": "story___incident___AnomalyEvents___drillDownFilter___value",
2279
- "isDeprecated": false,
2303
+ "isDeprecated": true,
2280
2304
  "name": "value",
2281
2305
  "path": "story.incident.AnomalyEvents.drillDownFilter.value",
2282
2306
  "requestStr": "$value:String! ",
@@ -2291,6 +2315,29 @@
2291
2315
  "non_null": false
2292
2316
  },
2293
2317
  "varName": "value"
2318
+ },
2319
+ "values": {
2320
+ "args": {},
2321
+ "deprecationReason": null,
2322
+ "description": null,
2323
+ "id_str": "story___incident___AnomalyEvents___drillDownFilter___values",
2324
+ "isDeprecated": false,
2325
+ "name": "values",
2326
+ "path": "story.incident.AnomalyEvents.drillDownFilter.values",
2327
+ "requestStr": "$values:[String]! ",
2328
+ "required": true,
2329
+ "responseStr": "values:$values ",
2330
+ "type": {
2331
+ "kind": [
2332
+ "NON_NULL",
2333
+ "LIST",
2334
+ "NON_NULL",
2335
+ "SCALAR"
2336
+ ],
2337
+ "name": "String",
2338
+ "non_null": false
2339
+ },
2340
+ "varName": "values"
2294
2341
  }
2295
2342
  },
2296
2343
  "inputFields": null,
@@ -3078,6 +3125,12 @@
3078
3125
  "isDeprecated": false,
3079
3126
  "name": "AnomalyEvents"
3080
3127
  },
3128
+ {
3129
+ "deprecationReason": null,
3130
+ "description": null,
3131
+ "isDeprecated": false,
3132
+ "name": "AnomalyExperience"
3133
+ },
3081
3134
  {
3082
3135
  "deprecationReason": null,
3083
3136
  "description": null,
@@ -5295,10 +5348,10 @@
5295
5348
  },
5296
5349
  "value": {
5297
5350
  "args": {},
5298
- "deprecationReason": null,
5351
+ "deprecationReason": "No longer supported",
5299
5352
  "description": null,
5300
5353
  "id_str": "story___incident___AnomalyStats___drillDownFilter___value",
5301
- "isDeprecated": false,
5354
+ "isDeprecated": true,
5302
5355
  "name": "value",
5303
5356
  "path": "story.incident.AnomalyStats.drillDownFilter.value",
5304
5357
  "requestStr": "$value:String! ",
@@ -5313,6 +5366,29 @@
5313
5366
  "non_null": false
5314
5367
  },
5315
5368
  "varName": "value"
5369
+ },
5370
+ "values": {
5371
+ "args": {},
5372
+ "deprecationReason": null,
5373
+ "description": null,
5374
+ "id_str": "story___incident___AnomalyStats___drillDownFilter___values",
5375
+ "isDeprecated": false,
5376
+ "name": "values",
5377
+ "path": "story.incident.AnomalyStats.drillDownFilter.values",
5378
+ "requestStr": "$values:[String]! ",
5379
+ "required": true,
5380
+ "responseStr": "values:$values ",
5381
+ "type": {
5382
+ "kind": [
5383
+ "NON_NULL",
5384
+ "LIST",
5385
+ "NON_NULL",
5386
+ "SCALAR"
5387
+ ],
5388
+ "name": "String",
5389
+ "non_null": false
5390
+ },
5391
+ "varName": "values"
5316
5392
  }
5317
5393
  },
5318
5394
  "inputFields": null,
@@ -6100,6 +6176,12 @@
6100
6176
  "isDeprecated": false,
6101
6177
  "name": "AnomalyEvents"
6102
6178
  },
6179
+ {
6180
+ "deprecationReason": null,
6181
+ "description": null,
6182
+ "isDeprecated": false,
6183
+ "name": "AnomalyExperience"
6184
+ },
6103
6185
  {
6104
6186
  "deprecationReason": null,
6105
6187
  "description": null,
@@ -10956,6 +11038,12 @@
10956
11038
  "isDeprecated": false,
10957
11039
  "name": "AnomalyEvents"
10958
11040
  },
11041
+ {
11042
+ "deprecationReason": null,
11043
+ "description": null,
11044
+ "isDeprecated": false,
11045
+ "name": "AnomalyExperience"
11046
+ },
10959
11047
  {
10960
11048
  "deprecationReason": null,
10961
11049
  "description": null,
@@ -16710,6 +16798,12 @@
16710
16798
  "isDeprecated": false,
16711
16799
  "name": "AnomalyEvents"
16712
16800
  },
16801
+ {
16802
+ "deprecationReason": null,
16803
+ "description": null,
16804
+ "isDeprecated": false,
16805
+ "name": "AnomalyExperience"
16806
+ },
16713
16807
  {
16714
16808
  "deprecationReason": null,
16715
16809
  "description": null,
@@ -19952,6 +20046,12 @@
19952
20046
  "isDeprecated": false,
19953
20047
  "name": "AnomalyEvents"
19954
20048
  },
20049
+ {
20050
+ "deprecationReason": null,
20051
+ "description": null,
20052
+ "isDeprecated": false,
20053
+ "name": "AnomalyExperience"
20054
+ },
19955
20055
  {
19956
20056
  "deprecationReason": null,
19957
20057
  "description": null,
@@ -22374,6 +22474,12 @@
22374
22474
  "isDeprecated": false,
22375
22475
  "name": "AnomalyEvents"
22376
22476
  },
22477
+ {
22478
+ "deprecationReason": null,
22479
+ "description": null,
22480
+ "isDeprecated": false,
22481
+ "name": "AnomalyExperience"
22482
+ },
22377
22483
  {
22378
22484
  "deprecationReason": null,
22379
22485
  "description": null,
@@ -25304,6 +25410,12 @@
25304
25410
  "isDeprecated": false,
25305
25411
  "name": "AnomalyEvents"
25306
25412
  },
25413
+ {
25414
+ "deprecationReason": null,
25415
+ "description": null,
25416
+ "isDeprecated": false,
25417
+ "name": "AnomalyExperience"
25418
+ },
25307
25419
  {
25308
25420
  "deprecationReason": null,
25309
25421
  "description": null,
schema/catolib.py CHANGED
@@ -32,18 +32,17 @@ def initParser():
32
32
  if "CATO_TOKEN" not in os.environ:
33
33
  print("Missing authentication, please set the CATO_TOKEN environment variable with your api key.")
34
34
  exit()
35
+ if "CATO_ACCOUNT_ID" not in os.environ:
36
+ print("Missing authentication, please set the CATO_ACCOUNT_ID environment variable with your api key.")
37
+ exit()
35
38
 
36
39
  # Process options
37
40
  parser = OptionParser()
38
- parser.add_option("-I", dest="ID", help="Account ID")
39
41
  parser.add_option("-P", dest="prettify", action="store_true", help="Prettify output")
40
42
  parser.add_option("-p", dest="print_entities", action="store_true", help="Print entity records")
41
43
  parser.add_option("-v", dest="verbose", action="store_true", help="Print debug info")
42
44
  (options, args) = parser.parse_args()
43
45
  options.api_key = os.getenv("CATO_TOKEN")
44
- if options.ID is None is None:
45
- parser.print_help()
46
- sys.exit()
47
46
  if options.verbose:
48
47
  logging.getLogger().setLevel(logging.DEBUG)
49
48
  else:
@@ -752,7 +751,7 @@ def writeReadmes(catoApiSchema):
752
751
 
753
752
  `catocli query siteLocation '{"filters":[{"search": "Your stateName here","field":"stateName","operation":"endsWith"}]}'`
754
753
 
755
- `catocli query siteLocation '{filters:[{"search": "Your City here","field":"city","operation":"startsWith"},{"search": "Your StateName here","field":"stateName","operation":"endsWith"},{"search": "Your Country here","field":"countryName","operation":"contains"}}'`
754
+ `catocli query siteLocation '{"filters":[{"search": "Your City here","field":"city","operation":"startsWith"},{"search": "Your StateName here","field":"stateName","operation":"endsWith"},{"search": "Your Country here","field":"countryName","operation":"contains"}}'`
756
755
 
757
756
  #### Operation Arguments for query.siteLocation ####
758
757
  `accountID` [ID] - (required) Unique Identifier of Account.