catocli 1.0.19__py3-none-any.whl → 1.0.21__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 (166) hide show
  1. catocli/Utils/clidriver.py +6 -0
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/__init__.py +1 -1
  4. catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
  5. catocli/parsers/mutation_admin_updateAdmin/README.md +1 -1
  6. catocli/parsers/mutation_policy/__init__.py +522 -0
  7. catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
  8. catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
  9. catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
  10. catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
  11. catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
  15. catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
  17. catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
  18. catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
  19. catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -0
  20. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +1 -1
  21. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +1 -1
  22. catocli/parsers/mutation_policy_socketLan/README.md +7 -0
  23. catocli/parsers/mutation_policy_socketLan_addRule/README.md +18 -0
  24. catocli/parsers/mutation_policy_socketLan_addSection/README.md +18 -0
  25. catocli/parsers/mutation_policy_socketLan_createPolicyRevision/README.md +18 -0
  26. catocli/parsers/mutation_policy_socketLan_discardPolicyRevision/README.md +18 -0
  27. catocli/parsers/mutation_policy_socketLan_moveRule/README.md +18 -0
  28. catocli/parsers/mutation_policy_socketLan_moveSection/README.md +18 -0
  29. catocli/parsers/mutation_policy_socketLan_publishPolicyRevision/README.md +18 -0
  30. catocli/parsers/mutation_policy_socketLan_removeRule/README.md +18 -0
  31. catocli/parsers/mutation_policy_socketLan_removeSection/README.md +18 -0
  32. catocli/parsers/mutation_policy_socketLan_updatePolicy/README.md +18 -0
  33. catocli/parsers/mutation_policy_socketLan_updateRule/README.md +18 -0
  34. catocli/parsers/mutation_policy_socketLan_updateSection/README.md +18 -0
  35. catocli/parsers/mutation_policy_wanNetwork/README.md +7 -0
  36. catocli/parsers/mutation_policy_wanNetwork_addRule/README.md +18 -0
  37. catocli/parsers/mutation_policy_wanNetwork_addSection/README.md +18 -0
  38. catocli/parsers/mutation_policy_wanNetwork_createPolicyRevision/README.md +18 -0
  39. catocli/parsers/mutation_policy_wanNetwork_discardPolicyRevision/README.md +18 -0
  40. catocli/parsers/mutation_policy_wanNetwork_moveRule/README.md +18 -0
  41. catocli/parsers/mutation_policy_wanNetwork_moveSection/README.md +18 -0
  42. catocli/parsers/mutation_policy_wanNetwork_publishPolicyRevision/README.md +18 -0
  43. catocli/parsers/mutation_policy_wanNetwork_removeRule/README.md +18 -0
  44. catocli/parsers/mutation_policy_wanNetwork_removeSection/README.md +18 -0
  45. catocli/parsers/mutation_policy_wanNetwork_updatePolicy/README.md +18 -0
  46. catocli/parsers/mutation_policy_wanNetwork_updateRule/README.md +18 -0
  47. catocli/parsers/mutation_policy_wanNetwork_updateSection/README.md +18 -0
  48. catocli/parsers/mutation_sandbox/README.md +7 -0
  49. catocli/parsers/mutation_sandbox/__init__.py +37 -0
  50. catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
  51. catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
  52. catocli/parsers/mutation_site/__init__.py +28 -0
  53. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
  54. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
  55. catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
  56. catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
  57. catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
  58. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  59. catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
  60. catocli/parsers/mutation_sites/__init__.py +28 -0
  61. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
  62. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
  63. catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
  64. catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
  65. catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
  66. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  67. catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
  68. catocli/parsers/mutation_xdr/README.md +7 -0
  69. catocli/parsers/mutation_xdr/__init__.py +51 -0
  70. catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
  71. catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
  72. catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
  73. catocli/parsers/query_accountMetrics/README.md +2 -1
  74. catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
  75. catocli/parsers/query_eventsFeed/README.md +1 -1
  76. catocli/parsers/query_eventsTimeSeries/README.md +2 -1
  77. catocli/parsers/query_policy/README.md +4 -1
  78. catocli/parsers/query_sandbox/README.md +17 -0
  79. catocli/parsers/query_sandbox/__init__.py +17 -0
  80. catocli/parsers/query_siteLocation/README.md +1 -1
  81. catocli/parsers/query_xdr_story/README.md +1 -1
  82. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/METADATA +1 -1
  83. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/RECORD +166 -66
  84. models/mutation.admin.addAdmin.json +0 -60
  85. models/mutation.admin.updateAdmin.json +0 -57
  86. models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
  87. models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
  88. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
  89. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
  90. models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
  91. models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
  92. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
  93. models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
  94. models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
  95. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
  96. models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
  97. models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
  98. models/mutation.policy.internetFirewall.addRule.json +18 -18
  99. models/mutation.policy.internetFirewall.createPolicyRevision.json +4 -4
  100. models/mutation.policy.internetFirewall.discardPolicyRevision.json +4 -4
  101. models/mutation.policy.internetFirewall.moveRule.json +4 -4
  102. models/mutation.policy.internetFirewall.publishPolicyRevision.json +4 -4
  103. models/mutation.policy.internetFirewall.removeRule.json +4 -4
  104. models/mutation.policy.internetFirewall.updatePolicy.json +4 -4
  105. models/mutation.policy.internetFirewall.updateRule.json +18 -18
  106. models/mutation.policy.socketLan.addRule.json +11266 -0
  107. models/mutation.policy.socketLan.addSection.json +1358 -0
  108. models/mutation.policy.socketLan.createPolicyRevision.json +3926 -0
  109. models/mutation.policy.socketLan.discardPolicyRevision.json +3860 -0
  110. models/mutation.policy.socketLan.moveRule.json +3658 -0
  111. models/mutation.policy.socketLan.moveSection.json +1259 -0
  112. models/mutation.policy.socketLan.publishPolicyRevision.json +3917 -0
  113. models/mutation.policy.socketLan.removeRule.json +3306 -0
  114. models/mutation.policy.socketLan.removeSection.json +958 -0
  115. models/mutation.policy.socketLan.updatePolicy.json +3936 -0
  116. models/mutation.policy.socketLan.updateRule.json +10860 -0
  117. models/mutation.policy.socketLan.updateSection.json +1111 -0
  118. models/mutation.policy.wanNetwork.addRule.json +30614 -0
  119. models/mutation.policy.wanNetwork.addSection.json +1358 -0
  120. models/mutation.policy.wanNetwork.createPolicyRevision.json +8251 -0
  121. models/mutation.policy.wanNetwork.discardPolicyRevision.json +8185 -0
  122. models/mutation.policy.wanNetwork.moveRule.json +7983 -0
  123. models/mutation.policy.wanNetwork.moveSection.json +1259 -0
  124. models/mutation.policy.wanNetwork.publishPolicyRevision.json +8242 -0
  125. models/mutation.policy.wanNetwork.removeRule.json +7631 -0
  126. models/mutation.policy.wanNetwork.removeSection.json +958 -0
  127. models/mutation.policy.wanNetwork.updatePolicy.json +8261 -0
  128. models/mutation.policy.wanNetwork.updateRule.json +30145 -0
  129. models/mutation.policy.wanNetwork.updateSection.json +1111 -0
  130. models/mutation.sandbox.deleteReport.json +302 -0
  131. models/mutation.sandbox.uploadFile.json +301 -0
  132. models/mutation.site.addIpsecIkeV2Site.json +57 -0
  133. models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
  134. models/mutation.site.addSecondaryAwsVSocket.json +707 -0
  135. models/mutation.site.addSecondaryAzureVSocket.json +647 -0
  136. models/mutation.site.addSocketSite.json +72 -15
  137. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
  138. models/mutation.site.updateNetworkRange.json +3 -3
  139. models/mutation.site.updateSocketInterface.json +126 -18
  140. models/mutation.sites.addIpsecIkeV2Site.json +57 -0
  141. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
  142. models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
  143. models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
  144. models/mutation.sites.addSocketSite.json +72 -15
  145. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
  146. models/mutation.sites.updateNetworkRange.json +3 -3
  147. models/mutation.sites.updateSocketInterface.json +126 -18
  148. models/mutation.xdr.addStoryComment.json +622 -0
  149. models/mutation.xdr.analystFeedback.json +28820 -0
  150. models/mutation.xdr.deleteStoryComment.json +622 -0
  151. models/query.accountMetrics.json +592 -0
  152. models/query.accountSnapshot.json +308 -0
  153. models/query.appStatsTimeSeries.json +37 -0
  154. models/query.auditFeed.json +352 -52
  155. models/query.events.json +1434 -234
  156. models/query.eventsFeed.json +352 -52
  157. models/query.eventsTimeSeries.json +1113 -176
  158. models/query.policy.json +22867 -9389
  159. models/query.sandbox.json +2111 -0
  160. models/query.xdr.stories.json +134 -4
  161. models/query.xdr.story.json +116 -4
  162. schema/catolib.py +4 -5
  163. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/LICENSE +0 -0
  164. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/WHEEL +0 -0
  165. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/entry_points.txt +0 -0
  166. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/top_level.txt +0 -0
@@ -91,6 +91,7 @@
91
91
  "SiteMetrics": true,
92
92
  "SiteType": true,
93
93
  "SocketInfo": true,
94
+ "SocketInterfaceWanRole": true,
94
95
  "SocketPlatform": true,
95
96
  "TimeAnnotation": true,
96
97
  "TimePeriod": true,
@@ -432,6 +433,24 @@
432
433
  },
433
434
  "varName": "types"
434
435
  },
436
+ "useDefaultSizeBucket": {
437
+ "defaultValue": "false",
438
+ "description": "In case we want to have the default size bucket (from properties)",
439
+ "id_str": "data___useDefaultSizeBucket",
440
+ "name": "useDefaultSizeBucket",
441
+ "path": "data.useDefaultSizeBucket",
442
+ "requestStr": "$useDefaultSizeBucket:Boolean ",
443
+ "required": false,
444
+ "responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
445
+ "type": {
446
+ "kind": [
447
+ "SCALAR"
448
+ ],
449
+ "name": "Boolean",
450
+ "non_null": false
451
+ },
452
+ "varName": "useDefaultSizeBucket"
453
+ },
435
454
  "userIDs": {
436
455
  "defaultValue": null,
437
456
  "description": "A list of unique IDs for each user. If specified, only users in this list are returned. Otherwise, no user metrics are returned.",
@@ -611,6 +630,24 @@
611
630
  },
612
631
  "varName": "perSecond"
613
632
  },
633
+ "data___useDefaultSizeBucket": {
634
+ "defaultValue": "false",
635
+ "description": "In case we want to have the default size bucket (from properties)",
636
+ "id_str": "data___useDefaultSizeBucket",
637
+ "name": "useDefaultSizeBucket",
638
+ "path": "data.useDefaultSizeBucket",
639
+ "requestStr": "$useDefaultSizeBucket:Boolean ",
640
+ "required": false,
641
+ "responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
642
+ "type": {
643
+ "kind": [
644
+ "SCALAR"
645
+ ],
646
+ "name": "Boolean",
647
+ "non_null": false
648
+ },
649
+ "varName": "useDefaultSizeBucket"
650
+ },
614
651
  "data___withMissingData": {
615
652
  "defaultValue": "false",
616
653
  "description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
@@ -1068,6 +1105,24 @@
1068
1105
  },
1069
1106
  "varName": "perSecond"
1070
1107
  },
1108
+ "data___useDefaultSizeBucket": {
1109
+ "defaultValue": "false",
1110
+ "description": "In case we want to have the default size bucket (from properties)",
1111
+ "id_str": "data___useDefaultSizeBucket",
1112
+ "name": "useDefaultSizeBucket",
1113
+ "path": "data.useDefaultSizeBucket",
1114
+ "requestStr": "$useDefaultSizeBucket:Boolean ",
1115
+ "required": false,
1116
+ "responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
1117
+ "type": {
1118
+ "kind": [
1119
+ "SCALAR"
1120
+ ],
1121
+ "name": "Boolean",
1122
+ "non_null": false
1123
+ },
1124
+ "varName": "useDefaultSizeBucket"
1125
+ },
1071
1126
  "data___withMissingData": {
1072
1127
  "defaultValue": "false",
1073
1128
  "description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
@@ -1525,6 +1580,24 @@
1525
1580
  },
1526
1581
  "varName": "perSecond"
1527
1582
  },
1583
+ "data___useDefaultSizeBucket": {
1584
+ "defaultValue": "false",
1585
+ "description": "In case we want to have the default size bucket (from properties)",
1586
+ "id_str": "data___useDefaultSizeBucket",
1587
+ "name": "useDefaultSizeBucket",
1588
+ "path": "data.useDefaultSizeBucket",
1589
+ "requestStr": "$useDefaultSizeBucket:Boolean ",
1590
+ "required": false,
1591
+ "responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
1592
+ "type": {
1593
+ "kind": [
1594
+ "SCALAR"
1595
+ ],
1596
+ "name": "Boolean",
1597
+ "non_null": false
1598
+ },
1599
+ "varName": "useDefaultSizeBucket"
1600
+ },
1528
1601
  "data___withMissingData": {
1529
1602
  "defaultValue": "false",
1530
1603
  "description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
@@ -2262,6 +2335,26 @@
2262
2335
  },
2263
2336
  "varName": "downstreamBandwidth"
2264
2337
  },
2338
+ "downstreamBandwidthMbpsPrecision": {
2339
+ "args": {},
2340
+ "deprecationReason": null,
2341
+ "description": "Maximum allowed bandwidth for traffic on this port in MBPS with single decimal point, from the Cato Cloud to the site",
2342
+ "id_str": "sites___info___interfaces___downstreamBandwidthMbpsPrecision",
2343
+ "isDeprecated": false,
2344
+ "name": "downstreamBandwidthMbpsPrecision",
2345
+ "path": "sites.info.interfaces.downstreamBandwidthMbpsPrecision",
2346
+ "requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
2347
+ "required": false,
2348
+ "responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
2349
+ "type": {
2350
+ "kind": [
2351
+ "SCALAR"
2352
+ ],
2353
+ "name": "Float",
2354
+ "non_null": false
2355
+ },
2356
+ "varName": "downstreamBandwidthMbpsPrecision"
2357
+ },
2265
2358
  "id": {
2266
2359
  "args": {},
2267
2360
  "deprecationReason": null,
@@ -2322,6 +2415,89 @@
2322
2415
  "non_null": false
2323
2416
  },
2324
2417
  "varName": "upstreamBandwidth"
2418
+ },
2419
+ "upstreamBandwidthMbpsPrecision": {
2420
+ "args": {},
2421
+ "deprecationReason": null,
2422
+ "description": "Maximum allowed bandwidth on this port in MBPS with single decimal point, for traffic from the site to the Cato Cloud",
2423
+ "id_str": "sites___info___interfaces___upstreamBandwidthMbpsPrecision",
2424
+ "isDeprecated": false,
2425
+ "name": "upstreamBandwidthMbpsPrecision",
2426
+ "path": "sites.info.interfaces.upstreamBandwidthMbpsPrecision",
2427
+ "requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
2428
+ "required": false,
2429
+ "responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
2430
+ "type": {
2431
+ "kind": [
2432
+ "SCALAR"
2433
+ ],
2434
+ "name": "Float",
2435
+ "non_null": false
2436
+ },
2437
+ "varName": "upstreamBandwidthMbpsPrecision"
2438
+ },
2439
+ "wanRole": {
2440
+ "alias": "socketInterfaceWanRoleWanRole: wanRole",
2441
+ "args": {},
2442
+ "deprecationReason": null,
2443
+ "description": "Role for the WAN interface",
2444
+ "id_str": "sites___info___interfaces___wanRole",
2445
+ "isDeprecated": false,
2446
+ "name": "wanRole",
2447
+ "path": "sites.info.interfaces.wanRole",
2448
+ "requestStr": "$wanRole:SocketInterfaceWanRole ",
2449
+ "required": false,
2450
+ "responseStr": "wanRole:$wanRole ",
2451
+ "type": {
2452
+ "definition": {
2453
+ "description": null,
2454
+ "enumValues": [
2455
+ {
2456
+ "deprecationReason": null,
2457
+ "description": null,
2458
+ "isDeprecated": false,
2459
+ "name": "WAN_1"
2460
+ },
2461
+ {
2462
+ "deprecationReason": null,
2463
+ "description": null,
2464
+ "isDeprecated": false,
2465
+ "name": "WAN_2"
2466
+ },
2467
+ {
2468
+ "deprecationReason": null,
2469
+ "description": null,
2470
+ "isDeprecated": false,
2471
+ "name": "WAN_3"
2472
+ },
2473
+ {
2474
+ "deprecationReason": null,
2475
+ "description": null,
2476
+ "isDeprecated": false,
2477
+ "name": "WAN_4"
2478
+ },
2479
+ {
2480
+ "deprecationReason": null,
2481
+ "description": null,
2482
+ "isDeprecated": false,
2483
+ "name": "NONE"
2484
+ }
2485
+ ],
2486
+ "fields": null,
2487
+ "inputFields": null,
2488
+ "interfaces": null,
2489
+ "kind": "ENUM",
2490
+ "name": "SocketInterfaceWanRole",
2491
+ "possibleTypes": null
2492
+ },
2493
+ "indexType": "enum",
2494
+ "kind": [
2495
+ "ENUM"
2496
+ ],
2497
+ "name": "SocketInterfaceWanRole",
2498
+ "non_null": false
2499
+ },
2500
+ "varName": "wanRole"
2325
2501
  }
2326
2502
  },
2327
2503
  "inputFields": null,
@@ -3065,6 +3241,26 @@
3065
3241
  },
3066
3242
  "varName": "downstreamBandwidth"
3067
3243
  },
3244
+ "downstreamBandwidthMbpsPrecision": {
3245
+ "args": {},
3246
+ "deprecationReason": null,
3247
+ "description": "Maximum allowed bandwidth for traffic on this port in MBPS with single decimal point, from the Cato Cloud to the site",
3248
+ "id_str": "sites___interfaces___interfaceInfo___downstreamBandwidthMbpsPrecision",
3249
+ "isDeprecated": false,
3250
+ "name": "downstreamBandwidthMbpsPrecision",
3251
+ "path": "sites.interfaces.interfaceInfo.downstreamBandwidthMbpsPrecision",
3252
+ "requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
3253
+ "required": false,
3254
+ "responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
3255
+ "type": {
3256
+ "kind": [
3257
+ "SCALAR"
3258
+ ],
3259
+ "name": "Float",
3260
+ "non_null": false
3261
+ },
3262
+ "varName": "downstreamBandwidthMbpsPrecision"
3263
+ },
3068
3264
  "id": {
3069
3265
  "args": {},
3070
3266
  "deprecationReason": null,
@@ -3125,6 +3321,88 @@
3125
3321
  "non_null": false
3126
3322
  },
3127
3323
  "varName": "upstreamBandwidth"
3324
+ },
3325
+ "upstreamBandwidthMbpsPrecision": {
3326
+ "args": {},
3327
+ "deprecationReason": null,
3328
+ "description": "Maximum allowed bandwidth on this port in MBPS with single decimal point, for traffic from the site to the Cato Cloud",
3329
+ "id_str": "sites___interfaces___interfaceInfo___upstreamBandwidthMbpsPrecision",
3330
+ "isDeprecated": false,
3331
+ "name": "upstreamBandwidthMbpsPrecision",
3332
+ "path": "sites.interfaces.interfaceInfo.upstreamBandwidthMbpsPrecision",
3333
+ "requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
3334
+ "required": false,
3335
+ "responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
3336
+ "type": {
3337
+ "kind": [
3338
+ "SCALAR"
3339
+ ],
3340
+ "name": "Float",
3341
+ "non_null": false
3342
+ },
3343
+ "varName": "upstreamBandwidthMbpsPrecision"
3344
+ },
3345
+ "wanRole": {
3346
+ "args": {},
3347
+ "deprecationReason": null,
3348
+ "description": "Role for the WAN interface",
3349
+ "id_str": "sites___interfaces___interfaceInfo___wanRole",
3350
+ "isDeprecated": false,
3351
+ "name": "wanRole",
3352
+ "path": "sites.interfaces.interfaceInfo.wanRole",
3353
+ "requestStr": "$wanRole:SocketInterfaceWanRole ",
3354
+ "required": false,
3355
+ "responseStr": "wanRole:$wanRole ",
3356
+ "type": {
3357
+ "definition": {
3358
+ "description": null,
3359
+ "enumValues": [
3360
+ {
3361
+ "deprecationReason": null,
3362
+ "description": null,
3363
+ "isDeprecated": false,
3364
+ "name": "WAN_1"
3365
+ },
3366
+ {
3367
+ "deprecationReason": null,
3368
+ "description": null,
3369
+ "isDeprecated": false,
3370
+ "name": "WAN_2"
3371
+ },
3372
+ {
3373
+ "deprecationReason": null,
3374
+ "description": null,
3375
+ "isDeprecated": false,
3376
+ "name": "WAN_3"
3377
+ },
3378
+ {
3379
+ "deprecationReason": null,
3380
+ "description": null,
3381
+ "isDeprecated": false,
3382
+ "name": "WAN_4"
3383
+ },
3384
+ {
3385
+ "deprecationReason": null,
3386
+ "description": null,
3387
+ "isDeprecated": false,
3388
+ "name": "NONE"
3389
+ }
3390
+ ],
3391
+ "fields": null,
3392
+ "inputFields": null,
3393
+ "interfaces": null,
3394
+ "kind": "ENUM",
3395
+ "name": "SocketInterfaceWanRole",
3396
+ "possibleTypes": null
3397
+ },
3398
+ "indexType": "enum",
3399
+ "kind": [
3400
+ "ENUM"
3401
+ ],
3402
+ "name": "SocketInterfaceWanRole",
3403
+ "non_null": false
3404
+ },
3405
+ "varName": "wanRole"
3128
3406
  }
3129
3407
  },
3130
3408
  "inputFields": null,
@@ -4538,6 +4816,24 @@
4538
4816
  },
4539
4817
  "varName": "perSecond"
4540
4818
  },
4819
+ "data___useDefaultSizeBucket": {
4820
+ "defaultValue": "false",
4821
+ "description": "In case we want to have the default size bucket (from properties)",
4822
+ "id_str": "data___useDefaultSizeBucket",
4823
+ "name": "useDefaultSizeBucket",
4824
+ "path": "data.useDefaultSizeBucket",
4825
+ "requestStr": "$useDefaultSizeBucket:Boolean ",
4826
+ "required": false,
4827
+ "responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
4828
+ "type": {
4829
+ "kind": [
4830
+ "SCALAR"
4831
+ ],
4832
+ "name": "Boolean",
4833
+ "non_null": false
4834
+ },
4835
+ "varName": "useDefaultSizeBucket"
4836
+ },
4541
4837
  "data___withMissingData": {
4542
4838
  "defaultValue": "false",
4543
4839
  "description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
@@ -5690,6 +5986,24 @@
5690
5986
  },
5691
5987
  "varName": "perSecond"
5692
5988
  },
5989
+ "data___useDefaultSizeBucket": {
5990
+ "defaultValue": "false",
5991
+ "description": "In case we want to have the default size bucket (from properties)",
5992
+ "id_str": "data___useDefaultSizeBucket",
5993
+ "name": "useDefaultSizeBucket",
5994
+ "path": "data.useDefaultSizeBucket",
5995
+ "requestStr": "$useDefaultSizeBucket:Boolean ",
5996
+ "required": false,
5997
+ "responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
5998
+ "type": {
5999
+ "kind": [
6000
+ "SCALAR"
6001
+ ],
6002
+ "name": "Boolean",
6003
+ "non_null": false
6004
+ },
6005
+ "varName": "useDefaultSizeBucket"
6006
+ },
5693
6007
  "data___withMissingData": {
5694
6008
  "defaultValue": "false",
5695
6009
  "description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
@@ -6209,6 +6523,24 @@
6209
6523
  },
6210
6524
  "varName": "perSecond"
6211
6525
  },
6526
+ "data___useDefaultSizeBucket": {
6527
+ "defaultValue": "false",
6528
+ "description": "In case we want to have the default size bucket (from properties)",
6529
+ "id_str": "data___useDefaultSizeBucket",
6530
+ "name": "useDefaultSizeBucket",
6531
+ "path": "data.useDefaultSizeBucket",
6532
+ "requestStr": "$useDefaultSizeBucket:Boolean ",
6533
+ "required": false,
6534
+ "responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
6535
+ "type": {
6536
+ "kind": [
6537
+ "SCALAR"
6538
+ ],
6539
+ "name": "Boolean",
6540
+ "non_null": false
6541
+ },
6542
+ "varName": "useDefaultSizeBucket"
6543
+ },
6212
6544
  "data___withMissingData": {
6213
6545
  "defaultValue": "false",
6214
6546
  "description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
@@ -6666,6 +6998,24 @@
6666
6998
  },
6667
6999
  "varName": "perSecond"
6668
7000
  },
7001
+ "data___useDefaultSizeBucket": {
7002
+ "defaultValue": "false",
7003
+ "description": "In case we want to have the default size bucket (from properties)",
7004
+ "id_str": "data___useDefaultSizeBucket",
7005
+ "name": "useDefaultSizeBucket",
7006
+ "path": "data.useDefaultSizeBucket",
7007
+ "requestStr": "$useDefaultSizeBucket:Boolean ",
7008
+ "required": false,
7009
+ "responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
7010
+ "type": {
7011
+ "kind": [
7012
+ "SCALAR"
7013
+ ],
7014
+ "name": "Boolean",
7015
+ "non_null": false
7016
+ },
7017
+ "varName": "useDefaultSizeBucket"
7018
+ },
6669
7019
  "data___withMissingData": {
6670
7020
  "defaultValue": "false",
6671
7021
  "description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
@@ -7123,6 +7473,24 @@
7123
7473
  },
7124
7474
  "varName": "perSecond"
7125
7475
  },
7476
+ "data___useDefaultSizeBucket": {
7477
+ "defaultValue": "false",
7478
+ "description": "In case we want to have the default size bucket (from properties)",
7479
+ "id_str": "data___useDefaultSizeBucket",
7480
+ "name": "useDefaultSizeBucket",
7481
+ "path": "data.useDefaultSizeBucket",
7482
+ "requestStr": "$useDefaultSizeBucket:Boolean ",
7483
+ "required": false,
7484
+ "responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
7485
+ "type": {
7486
+ "kind": [
7487
+ "SCALAR"
7488
+ ],
7489
+ "name": "Boolean",
7490
+ "non_null": false
7491
+ },
7492
+ "varName": "useDefaultSizeBucket"
7493
+ },
7126
7494
  "data___withMissingData": {
7127
7495
  "defaultValue": "false",
7128
7496
  "description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
@@ -7860,6 +8228,26 @@
7860
8228
  },
7861
8229
  "varName": "downstreamBandwidth"
7862
8230
  },
8231
+ "downstreamBandwidthMbpsPrecision": {
8232
+ "args": {},
8233
+ "deprecationReason": null,
8234
+ "description": "Maximum allowed bandwidth for traffic on this port in MBPS with single decimal point, from the Cato Cloud to the site",
8235
+ "id_str": "users___info___interfaces___downstreamBandwidthMbpsPrecision",
8236
+ "isDeprecated": false,
8237
+ "name": "downstreamBandwidthMbpsPrecision",
8238
+ "path": "users.info.interfaces.downstreamBandwidthMbpsPrecision",
8239
+ "requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
8240
+ "required": false,
8241
+ "responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
8242
+ "type": {
8243
+ "kind": [
8244
+ "SCALAR"
8245
+ ],
8246
+ "name": "Float",
8247
+ "non_null": false
8248
+ },
8249
+ "varName": "downstreamBandwidthMbpsPrecision"
8250
+ },
7863
8251
  "id": {
7864
8252
  "args": {},
7865
8253
  "deprecationReason": null,
@@ -7920,6 +8308,89 @@
7920
8308
  "non_null": false
7921
8309
  },
7922
8310
  "varName": "upstreamBandwidth"
8311
+ },
8312
+ "upstreamBandwidthMbpsPrecision": {
8313
+ "args": {},
8314
+ "deprecationReason": null,
8315
+ "description": "Maximum allowed bandwidth on this port in MBPS with single decimal point, for traffic from the site to the Cato Cloud",
8316
+ "id_str": "users___info___interfaces___upstreamBandwidthMbpsPrecision",
8317
+ "isDeprecated": false,
8318
+ "name": "upstreamBandwidthMbpsPrecision",
8319
+ "path": "users.info.interfaces.upstreamBandwidthMbpsPrecision",
8320
+ "requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
8321
+ "required": false,
8322
+ "responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
8323
+ "type": {
8324
+ "kind": [
8325
+ "SCALAR"
8326
+ ],
8327
+ "name": "Float",
8328
+ "non_null": false
8329
+ },
8330
+ "varName": "upstreamBandwidthMbpsPrecision"
8331
+ },
8332
+ "wanRole": {
8333
+ "alias": "socketInterfaceWanRoleWanRole: wanRole",
8334
+ "args": {},
8335
+ "deprecationReason": null,
8336
+ "description": "Role for the WAN interface",
8337
+ "id_str": "users___info___interfaces___wanRole",
8338
+ "isDeprecated": false,
8339
+ "name": "wanRole",
8340
+ "path": "users.info.interfaces.wanRole",
8341
+ "requestStr": "$wanRole:SocketInterfaceWanRole ",
8342
+ "required": false,
8343
+ "responseStr": "wanRole:$wanRole ",
8344
+ "type": {
8345
+ "definition": {
8346
+ "description": null,
8347
+ "enumValues": [
8348
+ {
8349
+ "deprecationReason": null,
8350
+ "description": null,
8351
+ "isDeprecated": false,
8352
+ "name": "WAN_1"
8353
+ },
8354
+ {
8355
+ "deprecationReason": null,
8356
+ "description": null,
8357
+ "isDeprecated": false,
8358
+ "name": "WAN_2"
8359
+ },
8360
+ {
8361
+ "deprecationReason": null,
8362
+ "description": null,
8363
+ "isDeprecated": false,
8364
+ "name": "WAN_3"
8365
+ },
8366
+ {
8367
+ "deprecationReason": null,
8368
+ "description": null,
8369
+ "isDeprecated": false,
8370
+ "name": "WAN_4"
8371
+ },
8372
+ {
8373
+ "deprecationReason": null,
8374
+ "description": null,
8375
+ "isDeprecated": false,
8376
+ "name": "NONE"
8377
+ }
8378
+ ],
8379
+ "fields": null,
8380
+ "inputFields": null,
8381
+ "interfaces": null,
8382
+ "kind": "ENUM",
8383
+ "name": "SocketInterfaceWanRole",
8384
+ "possibleTypes": null
8385
+ },
8386
+ "indexType": "enum",
8387
+ "kind": [
8388
+ "ENUM"
8389
+ ],
8390
+ "name": "SocketInterfaceWanRole",
8391
+ "non_null": false
8392
+ },
8393
+ "varName": "wanRole"
7923
8394
  }
7924
8395
  },
7925
8396
  "inputFields": null,
@@ -8663,6 +9134,26 @@
8663
9134
  },
8664
9135
  "varName": "downstreamBandwidth"
8665
9136
  },
9137
+ "downstreamBandwidthMbpsPrecision": {
9138
+ "args": {},
9139
+ "deprecationReason": null,
9140
+ "description": "Maximum allowed bandwidth for traffic on this port in MBPS with single decimal point, from the Cato Cloud to the site",
9141
+ "id_str": "users___interfaces___interfaceInfo___downstreamBandwidthMbpsPrecision",
9142
+ "isDeprecated": false,
9143
+ "name": "downstreamBandwidthMbpsPrecision",
9144
+ "path": "users.interfaces.interfaceInfo.downstreamBandwidthMbpsPrecision",
9145
+ "requestStr": "$downstreamBandwidthMbpsPrecision:Float ",
9146
+ "required": false,
9147
+ "responseStr": "downstreamBandwidthMbpsPrecision:$downstreamBandwidthMbpsPrecision ",
9148
+ "type": {
9149
+ "kind": [
9150
+ "SCALAR"
9151
+ ],
9152
+ "name": "Float",
9153
+ "non_null": false
9154
+ },
9155
+ "varName": "downstreamBandwidthMbpsPrecision"
9156
+ },
8666
9157
  "id": {
8667
9158
  "args": {},
8668
9159
  "deprecationReason": null,
@@ -8723,6 +9214,88 @@
8723
9214
  "non_null": false
8724
9215
  },
8725
9216
  "varName": "upstreamBandwidth"
9217
+ },
9218
+ "upstreamBandwidthMbpsPrecision": {
9219
+ "args": {},
9220
+ "deprecationReason": null,
9221
+ "description": "Maximum allowed bandwidth on this port in MBPS with single decimal point, for traffic from the site to the Cato Cloud",
9222
+ "id_str": "users___interfaces___interfaceInfo___upstreamBandwidthMbpsPrecision",
9223
+ "isDeprecated": false,
9224
+ "name": "upstreamBandwidthMbpsPrecision",
9225
+ "path": "users.interfaces.interfaceInfo.upstreamBandwidthMbpsPrecision",
9226
+ "requestStr": "$upstreamBandwidthMbpsPrecision:Float ",
9227
+ "required": false,
9228
+ "responseStr": "upstreamBandwidthMbpsPrecision:$upstreamBandwidthMbpsPrecision ",
9229
+ "type": {
9230
+ "kind": [
9231
+ "SCALAR"
9232
+ ],
9233
+ "name": "Float",
9234
+ "non_null": false
9235
+ },
9236
+ "varName": "upstreamBandwidthMbpsPrecision"
9237
+ },
9238
+ "wanRole": {
9239
+ "args": {},
9240
+ "deprecationReason": null,
9241
+ "description": "Role for the WAN interface",
9242
+ "id_str": "users___interfaces___interfaceInfo___wanRole",
9243
+ "isDeprecated": false,
9244
+ "name": "wanRole",
9245
+ "path": "users.interfaces.interfaceInfo.wanRole",
9246
+ "requestStr": "$wanRole:SocketInterfaceWanRole ",
9247
+ "required": false,
9248
+ "responseStr": "wanRole:$wanRole ",
9249
+ "type": {
9250
+ "definition": {
9251
+ "description": null,
9252
+ "enumValues": [
9253
+ {
9254
+ "deprecationReason": null,
9255
+ "description": null,
9256
+ "isDeprecated": false,
9257
+ "name": "WAN_1"
9258
+ },
9259
+ {
9260
+ "deprecationReason": null,
9261
+ "description": null,
9262
+ "isDeprecated": false,
9263
+ "name": "WAN_2"
9264
+ },
9265
+ {
9266
+ "deprecationReason": null,
9267
+ "description": null,
9268
+ "isDeprecated": false,
9269
+ "name": "WAN_3"
9270
+ },
9271
+ {
9272
+ "deprecationReason": null,
9273
+ "description": null,
9274
+ "isDeprecated": false,
9275
+ "name": "WAN_4"
9276
+ },
9277
+ {
9278
+ "deprecationReason": null,
9279
+ "description": null,
9280
+ "isDeprecated": false,
9281
+ "name": "NONE"
9282
+ }
9283
+ ],
9284
+ "fields": null,
9285
+ "inputFields": null,
9286
+ "interfaces": null,
9287
+ "kind": "ENUM",
9288
+ "name": "SocketInterfaceWanRole",
9289
+ "possibleTypes": null
9290
+ },
9291
+ "indexType": "enum",
9292
+ "kind": [
9293
+ "ENUM"
9294
+ ],
9295
+ "name": "SocketInterfaceWanRole",
9296
+ "non_null": false
9297
+ },
9298
+ "varName": "wanRole"
8726
9299
  }
8727
9300
  },
8728
9301
  "inputFields": null,
@@ -10136,6 +10709,24 @@
10136
10709
  },
10137
10710
  "varName": "perSecond"
10138
10711
  },
10712
+ "data___useDefaultSizeBucket": {
10713
+ "defaultValue": "false",
10714
+ "description": "In case we want to have the default size bucket (from properties)",
10715
+ "id_str": "data___useDefaultSizeBucket",
10716
+ "name": "useDefaultSizeBucket",
10717
+ "path": "data.useDefaultSizeBucket",
10718
+ "requestStr": "$useDefaultSizeBucket:Boolean ",
10719
+ "required": false,
10720
+ "responseStr": "useDefaultSizeBucket:$useDefaultSizeBucket ",
10721
+ "type": {
10722
+ "kind": [
10723
+ "SCALAR"
10724
+ ],
10725
+ "name": "Boolean",
10726
+ "non_null": false
10727
+ },
10728
+ "varName": "useDefaultSizeBucket"
10729
+ },
10139
10730
  "data___withMissingData": {
10140
10731
  "defaultValue": "false",
10141
10732
  "description": "If false, the data field will be set to '0' for buckets with no reported data. Otherwise it will be set to -1",
@@ -11097,6 +11688,7 @@
11097
11688
  "types": [
11098
11689
  "String"
11099
11690
  ],
11691
+ "useDefaultSizeBucket": "Boolean",
11100
11692
  "userIDs": [
11101
11693
  "ID"
11102
11694
  ],