catocli 1.0.15__py3-none-any.whl → 1.0.17__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 (139) hide show
  1. catocli/Utils/clidriver.py +14 -1
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_policy/__init__.py +348 -0
  4. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  5. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  6. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  7. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  8. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  9. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  17. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  18. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  19. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  20. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  21. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  22. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  23. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  24. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  25. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  26. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  27. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  28. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  29. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  30. catocli/parsers/mutation_site/__init__.py +98 -0
  31. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  32. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  33. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  34. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  35. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  36. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  37. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  38. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  39. catocli/parsers/mutation_sites/__init__.py +98 -0
  40. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  41. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  42. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  43. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  44. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  45. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  46. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  47. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  48. catocli/parsers/query_eventsFeed/README.md +1 -1
  49. catocli/parsers/query_hardwareManagement/README.md +1 -1
  50. catocli/parsers/query_policy/README.md +3 -1
  51. catocli/parsers/query_site/README.md +22 -0
  52. catocli/parsers/query_site/__init__.py +17 -0
  53. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
  54. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/RECORD +139 -58
  55. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
  56. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  57. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  58. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  59. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  60. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  61. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  62. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  63. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  64. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  65. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  66. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  67. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  68. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  69. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  70. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  71. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  72. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  73. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  74. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  75. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  76. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  77. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  78. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  79. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  80. models/mutation.site.addBgpPeer.json +3334 -0
  81. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  82. models/mutation.site.addCloudInterconnectSite.json +911 -0
  83. models/mutation.site.addIpsecIkeV2Site.json +2 -2
  84. models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
  85. models/mutation.site.addNetworkRange.json +2 -2
  86. models/mutation.site.addSocketSite.json +2 -2
  87. models/mutation.site.addStaticHost.json +2 -2
  88. models/mutation.site.removeBgpPeer.json +1158 -0
  89. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  90. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
  91. models/mutation.site.removeNetworkRange.json +2 -2
  92. models/mutation.site.removeSite.json +2 -2
  93. models/mutation.site.removeStaticHost.json +2 -2
  94. models/mutation.site.updateBgpPeer.json +3063 -0
  95. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  96. models/mutation.site.updateHa.json +2 -2
  97. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  98. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +405 -2
  99. models/mutation.site.updateNetworkRange.json +2 -2
  100. models/mutation.site.updateSiteGeneralDetails.json +2 -2
  101. models/mutation.site.updateSocketInterface.json +2 -2
  102. models/mutation.site.updateStaticHost.json +2 -2
  103. models/mutation.sites.addBgpPeer.json +3334 -0
  104. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  105. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  106. models/mutation.sites.addIpsecIkeV2Site.json +2 -2
  107. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
  108. models/mutation.sites.addNetworkRange.json +2 -2
  109. models/mutation.sites.addSocketSite.json +2 -2
  110. models/mutation.sites.addStaticHost.json +2 -2
  111. models/mutation.sites.removeBgpPeer.json +1158 -0
  112. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  113. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
  114. models/mutation.sites.removeNetworkRange.json +2 -2
  115. models/mutation.sites.removeSite.json +2 -2
  116. models/mutation.sites.removeStaticHost.json +2 -2
  117. models/mutation.sites.updateBgpPeer.json +3063 -0
  118. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  119. models/mutation.sites.updateHa.json +2 -2
  120. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  121. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +405 -2
  122. models/mutation.sites.updateNetworkRange.json +2 -2
  123. models/mutation.sites.updateSiteGeneralDetails.json +2 -2
  124. models/mutation.sites.updateSocketInterface.json +2 -2
  125. models/mutation.sites.updateStaticHost.json +2 -2
  126. models/query.auditFeed.json +36 -12
  127. models/query.events.json +144 -48
  128. models/query.eventsFeed.json +36 -12
  129. models/query.eventsTimeSeries.json +108 -36
  130. models/query.hardwareManagement.json +192 -0
  131. models/query.licensing.json +304 -325
  132. models/query.policy.json +9605 -4234
  133. models/query.site.json +4138 -0
  134. models/query.xdr.stories.json +27 -27
  135. models/query.xdr.story.json +27 -27
  136. schema/catolib.py +11 -1
  137. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
  138. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
  139. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
@@ -238,6 +238,98 @@
238
238
  "enumValues": null,
239
239
  "fields": null,
240
240
  "inputFields": {
241
+ "accountName": {
242
+ "defaultValue": null,
243
+ "description": null,
244
+ "id_str": "socketInventory___input___sort___accountName",
245
+ "name": "accountName",
246
+ "path": "socketInventory.input.sort.accountName",
247
+ "requestStr": "$sortOrderInput:SortOrderInput ",
248
+ "required": false,
249
+ "responseStr": "accountName:$sortOrderInput ",
250
+ "type": {
251
+ "definition": {
252
+ "description": null,
253
+ "enumValues": null,
254
+ "fields": null,
255
+ "inputFields": {
256
+ "direction": {
257
+ "defaultValue": "ASC",
258
+ "description": null,
259
+ "id_str": "socketInventory___input___sort___accountName___direction",
260
+ "name": "direction",
261
+ "path": "socketInventory.input.sort.accountName.direction",
262
+ "requestStr": "$direction:SortOrder! ",
263
+ "required": true,
264
+ "responseStr": "direction:$direction ",
265
+ "type": {
266
+ "definition": {
267
+ "description": null,
268
+ "enumValues": [
269
+ {
270
+ "deprecationReason": null,
271
+ "description": null,
272
+ "isDeprecated": false,
273
+ "name": "ASC"
274
+ },
275
+ {
276
+ "deprecationReason": null,
277
+ "description": null,
278
+ "isDeprecated": false,
279
+ "name": "DESC"
280
+ }
281
+ ],
282
+ "fields": null,
283
+ "inputFields": null,
284
+ "interfaces": null,
285
+ "kind": "ENUM",
286
+ "name": "SortOrder",
287
+ "possibleTypes": null
288
+ },
289
+ "indexType": "enum",
290
+ "kind": [
291
+ "NON_NULL",
292
+ "ENUM"
293
+ ],
294
+ "name": "SortOrder",
295
+ "non_null": false
296
+ },
297
+ "varName": "direction"
298
+ },
299
+ "priority": {
300
+ "defaultValue": "1",
301
+ "description": null,
302
+ "id_str": "socketInventory___input___sort___accountName___priority",
303
+ "name": "priority",
304
+ "path": "socketInventory.input.sort.accountName.priority",
305
+ "requestStr": "$priority:Int! ",
306
+ "required": true,
307
+ "responseStr": "priority:$priority ",
308
+ "type": {
309
+ "kind": [
310
+ "NON_NULL",
311
+ "SCALAR"
312
+ ],
313
+ "name": "Int",
314
+ "non_null": false
315
+ },
316
+ "varName": "priority"
317
+ }
318
+ },
319
+ "interfaces": null,
320
+ "kind": "INPUT_OBJECT",
321
+ "name": "SortOrderInput",
322
+ "possibleTypes": null
323
+ },
324
+ "indexType": "input_object",
325
+ "kind": [
326
+ "INPUT_OBJECT"
327
+ ],
328
+ "name": "SortOrderInput",
329
+ "non_null": false
330
+ },
331
+ "varName": "sortOrderInput"
332
+ },
241
333
  "deliverySiteName": {
242
334
  "defaultValue": null,
243
335
  "description": null,
@@ -1190,6 +1282,98 @@
1190
1282
  "enumValues": null,
1191
1283
  "fields": null,
1192
1284
  "inputFields": {
1285
+ "accountName": {
1286
+ "defaultValue": null,
1287
+ "description": null,
1288
+ "id_str": "socketInventory___input___sort___accountName",
1289
+ "name": "accountName",
1290
+ "path": "socketInventory.input.sort.accountName",
1291
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1292
+ "required": false,
1293
+ "responseStr": "accountName:$sortOrderInput ",
1294
+ "type": {
1295
+ "definition": {
1296
+ "description": null,
1297
+ "enumValues": null,
1298
+ "fields": null,
1299
+ "inputFields": {
1300
+ "direction": {
1301
+ "defaultValue": "ASC",
1302
+ "description": null,
1303
+ "id_str": "socketInventory___input___sort___accountName___direction",
1304
+ "name": "direction",
1305
+ "path": "socketInventory.input.sort.accountName.direction",
1306
+ "requestStr": "$direction:SortOrder! ",
1307
+ "required": true,
1308
+ "responseStr": "direction:$direction ",
1309
+ "type": {
1310
+ "definition": {
1311
+ "description": null,
1312
+ "enumValues": [
1313
+ {
1314
+ "deprecationReason": null,
1315
+ "description": null,
1316
+ "isDeprecated": false,
1317
+ "name": "ASC"
1318
+ },
1319
+ {
1320
+ "deprecationReason": null,
1321
+ "description": null,
1322
+ "isDeprecated": false,
1323
+ "name": "DESC"
1324
+ }
1325
+ ],
1326
+ "fields": null,
1327
+ "inputFields": null,
1328
+ "interfaces": null,
1329
+ "kind": "ENUM",
1330
+ "name": "SortOrder",
1331
+ "possibleTypes": null
1332
+ },
1333
+ "indexType": "enum",
1334
+ "kind": [
1335
+ "NON_NULL",
1336
+ "ENUM"
1337
+ ],
1338
+ "name": "SortOrder",
1339
+ "non_null": false
1340
+ },
1341
+ "varName": "direction"
1342
+ },
1343
+ "priority": {
1344
+ "defaultValue": "1",
1345
+ "description": null,
1346
+ "id_str": "socketInventory___input___sort___accountName___priority",
1347
+ "name": "priority",
1348
+ "path": "socketInventory.input.sort.accountName.priority",
1349
+ "requestStr": "$priority:Int! ",
1350
+ "required": true,
1351
+ "responseStr": "priority:$priority ",
1352
+ "type": {
1353
+ "kind": [
1354
+ "NON_NULL",
1355
+ "SCALAR"
1356
+ ],
1357
+ "name": "Int",
1358
+ "non_null": false
1359
+ },
1360
+ "varName": "priority"
1361
+ }
1362
+ },
1363
+ "interfaces": null,
1364
+ "kind": "INPUT_OBJECT",
1365
+ "name": "SortOrderInput",
1366
+ "possibleTypes": null
1367
+ },
1368
+ "indexType": "input_object",
1369
+ "kind": [
1370
+ "INPUT_OBJECT"
1371
+ ],
1372
+ "name": "SortOrderInput",
1373
+ "non_null": false
1374
+ },
1375
+ "varName": "sortOrderInput"
1376
+ },
1193
1377
  "deliverySiteName": {
1194
1378
  "defaultValue": null,
1195
1379
  "description": null,
@@ -2852,6 +3036,14 @@
2852
3036
  }
2853
3037
  },
2854
3038
  "socketInventoryOrderInput": {
3039
+ "accountName": {
3040
+ "direction": {
3041
+ "direction": "enum(SortOrder)"
3042
+ },
3043
+ "priority": {
3044
+ "priority": "Int"
3045
+ }
3046
+ },
2855
3047
  "deliverySiteName": {
2856
3048
  "direction": {
2857
3049
  "direction": "enum(SortOrder)"