catocli 1.0.21__py3-none-any.whl → 2.0.0__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 +112 -25
- catocli/Utils/profile_manager.py +188 -0
- catocli/Utils/version_checker.py +192 -0
- catocli/__init__.py +1 -1
- catocli/parsers/configure/__init__.py +115 -0
- catocli/parsers/configure/configure.py +307 -0
- catocli/parsers/custom/__init__.py +8 -0
- catocli/parsers/custom/export_rules/__init__.py +36 -0
- catocli/parsers/custom/export_rules/export_rules.py +361 -0
- catocli/parsers/custom/import_rules_to_tf/__init__.py +58 -0
- catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +577 -0
- catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
- catocli/parsers/mutation_hardware/README.md +7 -0
- catocli/parsers/mutation_hardware/__init__.py +23 -0
- catocli/parsers/mutation_hardware_updateHardwareShipping/README.md +17 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +1 -1
- catocli/parsers/mutation_site_addNetworkRange/README.md +1 -1
- catocli/parsers/mutation_site_updateBgpPeer/README.md +1 -1
- catocli/parsers/mutation_site_updateNetworkRange/README.md +1 -1
- catocli/parsers/mutation_sites_addBgpPeer/README.md +1 -1
- catocli/parsers/mutation_sites_addNetworkRange/README.md +1 -1
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +1 -1
- catocli/parsers/mutation_sites_updateNetworkRange/README.md +1 -1
- catocli/parsers/query_auditFeed/README.md +1 -1
- catocli/parsers/query_catalogs/README.md +19 -0
- catocli/parsers/query_catalogs/__init__.py +17 -0
- catocli/parsers/query_devices/README.md +19 -0
- catocli/parsers/query_devices/__init__.py +17 -0
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_hardware/README.md +17 -0
- catocli/parsers/query_hardware/__init__.py +17 -0
- catocli/parsers/query_sandbox/README.md +1 -1
- {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/METADATA +1 -1
- {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/RECORD +139 -114
- {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/top_level.txt +1 -0
- graphql_client/api/call_api.py +4 -0
- graphql_client/api_client_types.py +4 -3
- graphql_client/configuration.py +2 -0
- models/mutation.admin.addAdmin.json +130 -0
- models/mutation.hardware.updateHardwareShipping.json +2506 -0
- models/mutation.policy.appTenantRestriction.addRule.json +11 -11
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +11 -11
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +11 -11
- models/mutation.policy.appTenantRestriction.moveRule.json +11 -11
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +11 -11
- models/mutation.policy.appTenantRestriction.removeRule.json +11 -11
- models/mutation.policy.appTenantRestriction.updatePolicy.json +11 -11
- models/mutation.policy.appTenantRestriction.updateRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.addRule.json +4 -4
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +4 -4
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +4 -4
- models/mutation.policy.dynamicIpAllocation.moveRule.json +4 -4
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +4 -4
- models/mutation.policy.dynamicIpAllocation.removeRule.json +4 -4
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +4 -4
- models/mutation.policy.dynamicIpAllocation.updateRule.json +4 -4
- models/mutation.policy.internetFirewall.addRule.json +63 -63
- models/mutation.policy.internetFirewall.createPolicyRevision.json +45 -45
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +45 -45
- models/mutation.policy.internetFirewall.moveRule.json +45 -45
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +45 -45
- models/mutation.policy.internetFirewall.removeRule.json +45 -45
- models/mutation.policy.internetFirewall.updatePolicy.json +45 -45
- models/mutation.policy.internetFirewall.updateRule.json +63 -63
- models/mutation.policy.remotePortFwd.addRule.json +5 -5
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +5 -5
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +5 -5
- models/mutation.policy.remotePortFwd.moveRule.json +5 -5
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +5 -5
- models/mutation.policy.remotePortFwd.removeRule.json +5 -5
- models/mutation.policy.remotePortFwd.updatePolicy.json +5 -5
- models/mutation.policy.remotePortFwd.updateRule.json +5 -5
- models/mutation.policy.socketLan.addRule.json +3580 -125
- models/mutation.policy.socketLan.createPolicyRevision.json +3580 -125
- models/mutation.policy.socketLan.discardPolicyRevision.json +3580 -125
- models/mutation.policy.socketLan.moveRule.json +3580 -125
- models/mutation.policy.socketLan.publishPolicyRevision.json +3580 -125
- models/mutation.policy.socketLan.removeRule.json +3580 -125
- models/mutation.policy.socketLan.updatePolicy.json +3580 -125
- models/mutation.policy.socketLan.updateRule.json +3580 -125
- models/mutation.policy.wanFirewall.addRule.json +77 -77
- models/mutation.policy.wanFirewall.createPolicyRevision.json +59 -59
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +59 -59
- models/mutation.policy.wanFirewall.moveRule.json +59 -59
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +59 -59
- models/mutation.policy.wanFirewall.removeRule.json +59 -59
- models/mutation.policy.wanFirewall.updatePolicy.json +59 -59
- models/mutation.policy.wanFirewall.updateRule.json +77 -77
- models/mutation.policy.wanNetwork.addRule.json +49 -49
- models/mutation.policy.wanNetwork.createPolicyRevision.json +49 -49
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +49 -49
- models/mutation.policy.wanNetwork.moveRule.json +49 -49
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +49 -49
- models/mutation.policy.wanNetwork.removeRule.json +49 -49
- models/mutation.policy.wanNetwork.updatePolicy.json +49 -49
- models/mutation.policy.wanNetwork.updateRule.json +49 -49
- models/mutation.site.addBgpPeer.json +2812 -217
- models/mutation.site.addNetworkRange.json +114 -0
- models/mutation.site.addSocketSite.json +18 -0
- models/mutation.site.removeBgpPeer.json +667 -1
- models/mutation.site.updateBgpPeer.json +3152 -559
- models/mutation.site.updateNetworkRange.json +114 -0
- models/mutation.sites.addBgpPeer.json +2812 -217
- models/mutation.sites.addNetworkRange.json +114 -0
- models/mutation.sites.addSocketSite.json +18 -0
- models/mutation.sites.removeBgpPeer.json +667 -1
- models/mutation.sites.updateBgpPeer.json +3152 -559
- models/mutation.sites.updateNetworkRange.json +114 -0
- models/mutation.xdr.addStoryComment.json +2 -2
- models/mutation.xdr.analystFeedback.json +182 -42
- models/mutation.xdr.deleteStoryComment.json +2 -2
- models/query.accountMetrics.json +112 -0
- models/query.accountSnapshot.json +62 -0
- models/query.admin.json +46 -0
- models/query.admins.json +46 -0
- models/query.appStats.json +528 -0
- models/query.appStatsTimeSeries.json +396 -0
- models/query.auditFeed.json +273 -3336
- models/query.catalogs.json +9840 -0
- models/query.devices.json +15469 -0
- models/query.events.json +4606 -4318
- models/query.eventsFeed.json +1167 -1095
- models/query.eventsTimeSeries.json +3459 -3243
- models/query.hardware.json +5730 -0
- models/query.hardwareManagement.json +8 -2
- models/query.licensing.json +3 -3
- models/query.policy.json +3743 -298
- models/query.sandbox.json +6 -4
- models/query.site.json +1329 -4
- models/query.xdr.stories.json +182 -42
- models/query.xdr.story.json +182 -42
- schema/catolib.py +105 -28
- scripts/catolib.py +62 -0
- scripts/export_if_rules_to_json.py +188 -0
- scripts/export_wf_rules_to_json.py +111 -0
- scripts/import_wf_rules_to_tfstate.py +331 -0
- {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/LICENSE +0 -0
- {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/WHEEL +0 -0
- {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/entry_points.txt +0 -0
|
@@ -943,7 +943,7 @@
|
|
|
943
943
|
"responseStr": "country:$countryRef ",
|
|
944
944
|
"type": {
|
|
945
945
|
"definition": {
|
|
946
|
-
"description":
|
|
946
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
947
947
|
"enumValues": null,
|
|
948
948
|
"fields": {
|
|
949
949
|
"id": {
|
|
@@ -1042,7 +1042,7 @@
|
|
|
1042
1042
|
"responseStr": "destination:$internetFirewallDestination ",
|
|
1043
1043
|
"type": {
|
|
1044
1044
|
"definition": {
|
|
1045
|
-
"description": "Destination
|
|
1045
|
+
"description": "Returns the settings for Destination of an Internet Firewall rule",
|
|
1046
1046
|
"enumValues": null,
|
|
1047
1047
|
"fields": {
|
|
1048
1048
|
"appCategory": {
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
1060
1060
|
"type": {
|
|
1061
1061
|
"definition": {
|
|
1062
|
-
"description":
|
|
1062
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
1063
1063
|
"enumValues": null,
|
|
1064
1064
|
"fields": {
|
|
1065
1065
|
"id": {
|
|
@@ -1137,7 +1137,7 @@
|
|
|
1137
1137
|
"responseStr": "application:$applicationRef ",
|
|
1138
1138
|
"type": {
|
|
1139
1139
|
"definition": {
|
|
1140
|
-
"description":
|
|
1140
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
1141
1141
|
"enumValues": null,
|
|
1142
1142
|
"fields": {
|
|
1143
1143
|
"id": {
|
|
@@ -1405,7 +1405,7 @@
|
|
|
1405
1405
|
"responseStr": "country:$countryRef ",
|
|
1406
1406
|
"type": {
|
|
1407
1407
|
"definition": {
|
|
1408
|
-
"description":
|
|
1408
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
1409
1409
|
"enumValues": null,
|
|
1410
1410
|
"fields": {
|
|
1411
1411
|
"id": {
|
|
@@ -1483,7 +1483,7 @@
|
|
|
1483
1483
|
"responseStr": "customApp:$customApplicationRef ",
|
|
1484
1484
|
"type": {
|
|
1485
1485
|
"definition": {
|
|
1486
|
-
"description":
|
|
1486
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
1487
1487
|
"enumValues": null,
|
|
1488
1488
|
"fields": {
|
|
1489
1489
|
"id": {
|
|
@@ -1561,7 +1561,7 @@
|
|
|
1561
1561
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
1562
1562
|
"type": {
|
|
1563
1563
|
"definition": {
|
|
1564
|
-
"description":
|
|
1564
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
1565
1565
|
"enumValues": null,
|
|
1566
1566
|
"fields": {
|
|
1567
1567
|
"id": {
|
|
@@ -1685,7 +1685,7 @@
|
|
|
1685
1685
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1686
1686
|
"type": {
|
|
1687
1687
|
"definition": {
|
|
1688
|
-
"description":
|
|
1688
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
1689
1689
|
"enumValues": null,
|
|
1690
1690
|
"fields": {
|
|
1691
1691
|
"id": {
|
|
@@ -1887,7 +1887,7 @@
|
|
|
1887
1887
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
1888
1888
|
"type": {
|
|
1889
1889
|
"definition": {
|
|
1890
|
-
"description":
|
|
1890
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
1891
1891
|
"enumValues": null,
|
|
1892
1892
|
"fields": {
|
|
1893
1893
|
"id": {
|
|
@@ -2005,7 +2005,7 @@
|
|
|
2005
2005
|
"responseStr": "device:$deviceProfileRef ",
|
|
2006
2006
|
"type": {
|
|
2007
2007
|
"definition": {
|
|
2008
|
-
"description":
|
|
2008
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
2009
2009
|
"enumValues": null,
|
|
2010
2010
|
"fields": {
|
|
2011
2011
|
"id": {
|
|
@@ -2417,7 +2417,7 @@
|
|
|
2417
2417
|
"responseStr": "country:$countryRef ",
|
|
2418
2418
|
"type": {
|
|
2419
2419
|
"definition": {
|
|
2420
|
-
"description":
|
|
2420
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
2421
2421
|
"enumValues": null,
|
|
2422
2422
|
"fields": {
|
|
2423
2423
|
"id": {
|
|
@@ -2495,7 +2495,7 @@
|
|
|
2495
2495
|
"responseStr": "destination:$internetFirewallDestination ",
|
|
2496
2496
|
"type": {
|
|
2497
2497
|
"definition": {
|
|
2498
|
-
"description": "Destination
|
|
2498
|
+
"description": "Returns the settings for Destination of an Internet Firewall rule",
|
|
2499
2499
|
"enumValues": null,
|
|
2500
2500
|
"fields": {
|
|
2501
2501
|
"appCategory": {
|
|
@@ -2512,7 +2512,7 @@
|
|
|
2512
2512
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
2513
2513
|
"type": {
|
|
2514
2514
|
"definition": {
|
|
2515
|
-
"description":
|
|
2515
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
2516
2516
|
"enumValues": null,
|
|
2517
2517
|
"fields": {
|
|
2518
2518
|
"id": {
|
|
@@ -2590,7 +2590,7 @@
|
|
|
2590
2590
|
"responseStr": "application:$applicationRef ",
|
|
2591
2591
|
"type": {
|
|
2592
2592
|
"definition": {
|
|
2593
|
-
"description":
|
|
2593
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
2594
2594
|
"enumValues": null,
|
|
2595
2595
|
"fields": {
|
|
2596
2596
|
"id": {
|
|
@@ -2858,7 +2858,7 @@
|
|
|
2858
2858
|
"responseStr": "country:$countryRef ",
|
|
2859
2859
|
"type": {
|
|
2860
2860
|
"definition": {
|
|
2861
|
-
"description":
|
|
2861
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
2862
2862
|
"enumValues": null,
|
|
2863
2863
|
"fields": {
|
|
2864
2864
|
"id": {
|
|
@@ -2936,7 +2936,7 @@
|
|
|
2936
2936
|
"responseStr": "customApp:$customApplicationRef ",
|
|
2937
2937
|
"type": {
|
|
2938
2938
|
"definition": {
|
|
2939
|
-
"description":
|
|
2939
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
2940
2940
|
"enumValues": null,
|
|
2941
2941
|
"fields": {
|
|
2942
2942
|
"id": {
|
|
@@ -3014,7 +3014,7 @@
|
|
|
3014
3014
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
3015
3015
|
"type": {
|
|
3016
3016
|
"definition": {
|
|
3017
|
-
"description":
|
|
3017
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
3018
3018
|
"enumValues": null,
|
|
3019
3019
|
"fields": {
|
|
3020
3020
|
"id": {
|
|
@@ -3138,7 +3138,7 @@
|
|
|
3138
3138
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3139
3139
|
"type": {
|
|
3140
3140
|
"definition": {
|
|
3141
|
-
"description":
|
|
3141
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
3142
3142
|
"enumValues": null,
|
|
3143
3143
|
"fields": {
|
|
3144
3144
|
"id": {
|
|
@@ -3340,7 +3340,7 @@
|
|
|
3340
3340
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
3341
3341
|
"type": {
|
|
3342
3342
|
"definition": {
|
|
3343
|
-
"description":
|
|
3343
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
3344
3344
|
"enumValues": null,
|
|
3345
3345
|
"fields": {
|
|
3346
3346
|
"id": {
|
|
@@ -3458,7 +3458,7 @@
|
|
|
3458
3458
|
"responseStr": "device:$deviceProfileRef ",
|
|
3459
3459
|
"type": {
|
|
3460
3460
|
"definition": {
|
|
3461
|
-
"description":
|
|
3461
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
3462
3462
|
"enumValues": null,
|
|
3463
3463
|
"fields": {
|
|
3464
3464
|
"id": {
|
|
@@ -3801,7 +3801,7 @@
|
|
|
3801
3801
|
"responseStr": "service:$internetFirewallServiceType ",
|
|
3802
3802
|
"type": {
|
|
3803
3803
|
"definition": {
|
|
3804
|
-
"description": "
|
|
3804
|
+
"description": "Returns the Service Type to which this Internet Firewall rule applies",
|
|
3805
3805
|
"enumValues": null,
|
|
3806
3806
|
"fields": {
|
|
3807
3807
|
"custom": {
|
|
@@ -4015,7 +4015,7 @@
|
|
|
4015
4015
|
"responseStr": "standard:$serviceRef ",
|
|
4016
4016
|
"type": {
|
|
4017
4017
|
"definition": {
|
|
4018
|
-
"description":
|
|
4018
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
4019
4019
|
"enumValues": null,
|
|
4020
4020
|
"fields": {
|
|
4021
4021
|
"id": {
|
|
@@ -4205,7 +4205,7 @@
|
|
|
4205
4205
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4206
4206
|
"type": {
|
|
4207
4207
|
"definition": {
|
|
4208
|
-
"description":
|
|
4208
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
4209
4209
|
"enumValues": null,
|
|
4210
4210
|
"fields": {
|
|
4211
4211
|
"id": {
|
|
@@ -4283,7 +4283,7 @@
|
|
|
4283
4283
|
"responseStr": "group:$groupRef ",
|
|
4284
4284
|
"type": {
|
|
4285
4285
|
"definition": {
|
|
4286
|
-
"description":
|
|
4286
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
4287
4287
|
"enumValues": null,
|
|
4288
4288
|
"fields": {
|
|
4289
4289
|
"id": {
|
|
@@ -4361,7 +4361,7 @@
|
|
|
4361
4361
|
"responseStr": "host:$hostRef ",
|
|
4362
4362
|
"type": {
|
|
4363
4363
|
"definition": {
|
|
4364
|
-
"description":
|
|
4364
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
4365
4365
|
"enumValues": null,
|
|
4366
4366
|
"fields": {
|
|
4367
4367
|
"id": {
|
|
@@ -4540,7 +4540,7 @@
|
|
|
4540
4540
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
4541
4541
|
"type": {
|
|
4542
4542
|
"definition": {
|
|
4543
|
-
"description":
|
|
4543
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
4544
4544
|
"enumValues": null,
|
|
4545
4545
|
"fields": {
|
|
4546
4546
|
"id": {
|
|
@@ -4618,7 +4618,7 @@
|
|
|
4618
4618
|
"responseStr": "site:$siteRef ",
|
|
4619
4619
|
"type": {
|
|
4620
4620
|
"definition": {
|
|
4621
|
-
"description":
|
|
4621
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
4622
4622
|
"enumValues": null,
|
|
4623
4623
|
"fields": {
|
|
4624
4624
|
"id": {
|
|
@@ -4696,7 +4696,7 @@
|
|
|
4696
4696
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
4697
4697
|
"type": {
|
|
4698
4698
|
"definition": {
|
|
4699
|
-
"description":
|
|
4699
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
4700
4700
|
"enumValues": null,
|
|
4701
4701
|
"fields": {
|
|
4702
4702
|
"id": {
|
|
@@ -4797,7 +4797,7 @@
|
|
|
4797
4797
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
4798
4798
|
"type": {
|
|
4799
4799
|
"definition": {
|
|
4800
|
-
"description":
|
|
4800
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
4801
4801
|
"enumValues": null,
|
|
4802
4802
|
"fields": {
|
|
4803
4803
|
"id": {
|
|
@@ -4875,7 +4875,7 @@
|
|
|
4875
4875
|
"responseStr": "user:$userRef ",
|
|
4876
4876
|
"type": {
|
|
4877
4877
|
"definition": {
|
|
4878
|
-
"description":
|
|
4878
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
4879
4879
|
"enumValues": null,
|
|
4880
4880
|
"fields": {
|
|
4881
4881
|
"id": {
|
|
@@ -4953,7 +4953,7 @@
|
|
|
4953
4953
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
4954
4954
|
"type": {
|
|
4955
4955
|
"definition": {
|
|
4956
|
-
"description":
|
|
4956
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
4957
4957
|
"enumValues": null,
|
|
4958
4958
|
"fields": {
|
|
4959
4959
|
"id": {
|
|
@@ -5525,7 +5525,7 @@
|
|
|
5525
5525
|
"responseStr": "service:$internetFirewallServiceType ",
|
|
5526
5526
|
"type": {
|
|
5527
5527
|
"definition": {
|
|
5528
|
-
"description": "
|
|
5528
|
+
"description": "Returns the Service Type to which this Internet Firewall rule applies",
|
|
5529
5529
|
"enumValues": null,
|
|
5530
5530
|
"fields": {
|
|
5531
5531
|
"custom": {
|
|
@@ -5739,7 +5739,7 @@
|
|
|
5739
5739
|
"responseStr": "standard:$serviceRef ",
|
|
5740
5740
|
"type": {
|
|
5741
5741
|
"definition": {
|
|
5742
|
-
"description":
|
|
5742
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
5743
5743
|
"enumValues": null,
|
|
5744
5744
|
"fields": {
|
|
5745
5745
|
"id": {
|
|
@@ -5929,7 +5929,7 @@
|
|
|
5929
5929
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
5930
5930
|
"type": {
|
|
5931
5931
|
"definition": {
|
|
5932
|
-
"description":
|
|
5932
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
5933
5933
|
"enumValues": null,
|
|
5934
5934
|
"fields": {
|
|
5935
5935
|
"id": {
|
|
@@ -6007,7 +6007,7 @@
|
|
|
6007
6007
|
"responseStr": "group:$groupRef ",
|
|
6008
6008
|
"type": {
|
|
6009
6009
|
"definition": {
|
|
6010
|
-
"description":
|
|
6010
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
6011
6011
|
"enumValues": null,
|
|
6012
6012
|
"fields": {
|
|
6013
6013
|
"id": {
|
|
@@ -6085,7 +6085,7 @@
|
|
|
6085
6085
|
"responseStr": "host:$hostRef ",
|
|
6086
6086
|
"type": {
|
|
6087
6087
|
"definition": {
|
|
6088
|
-
"description":
|
|
6088
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
6089
6089
|
"enumValues": null,
|
|
6090
6090
|
"fields": {
|
|
6091
6091
|
"id": {
|
|
@@ -6264,7 +6264,7 @@
|
|
|
6264
6264
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
6265
6265
|
"type": {
|
|
6266
6266
|
"definition": {
|
|
6267
|
-
"description":
|
|
6267
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
6268
6268
|
"enumValues": null,
|
|
6269
6269
|
"fields": {
|
|
6270
6270
|
"id": {
|
|
@@ -6342,7 +6342,7 @@
|
|
|
6342
6342
|
"responseStr": "site:$siteRef ",
|
|
6343
6343
|
"type": {
|
|
6344
6344
|
"definition": {
|
|
6345
|
-
"description":
|
|
6345
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
6346
6346
|
"enumValues": null,
|
|
6347
6347
|
"fields": {
|
|
6348
6348
|
"id": {
|
|
@@ -6420,7 +6420,7 @@
|
|
|
6420
6420
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
6421
6421
|
"type": {
|
|
6422
6422
|
"definition": {
|
|
6423
|
-
"description":
|
|
6423
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
6424
6424
|
"enumValues": null,
|
|
6425
6425
|
"fields": {
|
|
6426
6426
|
"id": {
|
|
@@ -6521,7 +6521,7 @@
|
|
|
6521
6521
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
6522
6522
|
"type": {
|
|
6523
6523
|
"definition": {
|
|
6524
|
-
"description":
|
|
6524
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
6525
6525
|
"enumValues": null,
|
|
6526
6526
|
"fields": {
|
|
6527
6527
|
"id": {
|
|
@@ -6599,7 +6599,7 @@
|
|
|
6599
6599
|
"responseStr": "user:$userRef ",
|
|
6600
6600
|
"type": {
|
|
6601
6601
|
"definition": {
|
|
6602
|
-
"description":
|
|
6602
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
6603
6603
|
"enumValues": null,
|
|
6604
6604
|
"fields": {
|
|
6605
6605
|
"id": {
|
|
@@ -6677,7 +6677,7 @@
|
|
|
6677
6677
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
6678
6678
|
"type": {
|
|
6679
6679
|
"definition": {
|
|
6680
|
-
"description":
|
|
6680
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
6681
6681
|
"enumValues": null,
|
|
6682
6682
|
"fields": {
|
|
6683
6683
|
"id": {
|
|
@@ -6885,7 +6885,7 @@
|
|
|
6885
6885
|
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
6886
6886
|
"type": {
|
|
6887
6887
|
"definition": {
|
|
6888
|
-
"description":
|
|
6888
|
+
"description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
|
|
6889
6889
|
"enumValues": null,
|
|
6890
6890
|
"fields": {
|
|
6891
6891
|
"id": {
|
|
@@ -6963,7 +6963,7 @@
|
|
|
6963
6963
|
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
6964
6964
|
"type": {
|
|
6965
6965
|
"definition": {
|
|
6966
|
-
"description":
|
|
6966
|
+
"description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
|
|
6967
6967
|
"enumValues": null,
|
|
6968
6968
|
"fields": {
|
|
6969
6969
|
"id": {
|
|
@@ -7041,7 +7041,7 @@
|
|
|
7041
7041
|
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
7042
7042
|
"type": {
|
|
7043
7043
|
"definition": {
|
|
7044
|
-
"description":
|
|
7044
|
+
"description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
|
|
7045
7045
|
"enumValues": null,
|
|
7046
7046
|
"fields": {
|
|
7047
7047
|
"id": {
|