catocli 1.0.15__py3-none-any.whl → 1.0.18__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 +14 -1
- catocli/__init__.py +1 -1
- catocli/parsers/mutation_policy/__init__.py +348 -0
- catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
- catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
- catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
- catocli/parsers/mutation_site/__init__.py +98 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/mutation_sites/__init__.py +98 -0
- catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
- catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
- catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_hardwareManagement/README.md +1 -1
- catocli/parsers/query_policy/README.md +3 -1
- catocli/parsers/query_site/README.md +22 -0
- catocli/parsers/query_site/__init__.py +17 -0
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/METADATA +11 -2
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/RECORD +140 -59
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/WHEEL +1 -1
- graphql_client/api_client_types.py +1 -1
- models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
- models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
- models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
- models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
- models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
- models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
- models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
- models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
- models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
- models/mutation.policy.remotePortFwd.addRule.json +5502 -0
- models/mutation.policy.remotePortFwd.addSection.json +1358 -0
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
- models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
- models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
- models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
- models/mutation.policy.remotePortFwd.removeSection.json +958 -0
- models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
- models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
- models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
- models/mutation.site.addBgpPeer.json +3334 -0
- models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.site.addCloudInterconnectSite.json +911 -0
- models/mutation.site.addIpsecIkeV2Site.json +2 -2
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.addNetworkRange.json +2 -2
- models/mutation.site.addSocketSite.json +2 -2
- models/mutation.site.addStaticHost.json +2 -2
- models/mutation.site.removeBgpPeer.json +1158 -0
- models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.site.removeNetworkRange.json +2 -2
- models/mutation.site.removeSite.json +2 -2
- models/mutation.site.removeStaticHost.json +2 -2
- models/mutation.site.updateBgpPeer.json +3063 -0
- models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.site.updateHa.json +2 -2
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +405 -2
- models/mutation.site.updateNetworkRange.json +2 -2
- models/mutation.site.updateSiteGeneralDetails.json +2 -2
- models/mutation.site.updateSocketInterface.json +2 -2
- models/mutation.site.updateStaticHost.json +2 -2
- models/mutation.sites.addBgpPeer.json +3334 -0
- models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
- models/mutation.sites.addCloudInterconnectSite.json +911 -0
- models/mutation.sites.addIpsecIkeV2Site.json +2 -2
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.addNetworkRange.json +2 -2
- models/mutation.sites.addSocketSite.json +2 -2
- models/mutation.sites.addStaticHost.json +2 -2
- models/mutation.sites.removeBgpPeer.json +1158 -0
- models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
- models/mutation.sites.removeNetworkRange.json +2 -2
- models/mutation.sites.removeSite.json +2 -2
- models/mutation.sites.removeStaticHost.json +2 -2
- models/mutation.sites.updateBgpPeer.json +3063 -0
- models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
- models/mutation.sites.updateHa.json +2 -2
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +405 -2
- models/mutation.sites.updateNetworkRange.json +2 -2
- models/mutation.sites.updateSiteGeneralDetails.json +2 -2
- models/mutation.sites.updateSocketInterface.json +2 -2
- models/mutation.sites.updateStaticHost.json +2 -2
- models/query.auditFeed.json +36 -12
- models/query.events.json +144 -48
- models/query.eventsFeed.json +36 -12
- models/query.eventsTimeSeries.json +108 -36
- models/query.hardwareManagement.json +192 -0
- models/query.licensing.json +304 -325
- models/query.policy.json +9605 -4234
- models/query.site.json +4138 -0
- models/query.xdr.stories.json +27 -27
- models/query.xdr.story.json +27 -27
- schema/catolib.py +11 -1
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/LICENSE +0 -0
- {catocli-1.0.15.dist-info → catocli-1.0.18.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.15.dist-info → catocli-1.0.18.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)"
|