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
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
"responseStr": "destination:$internetFirewallDestinationInput ",
|
|
397
397
|
"type": {
|
|
398
398
|
"definition": {
|
|
399
|
-
"description": "Destination match criteria
|
|
399
|
+
"description": "Input of the settings for Destination of an Internet Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. application: [], country: [], etc...)",
|
|
400
400
|
"enumValues": null,
|
|
401
401
|
"fields": null,
|
|
402
402
|
"inputFields": {
|
|
@@ -1988,7 +1988,7 @@
|
|
|
1988
1988
|
"responseStr": "destination:$internetFirewallDestinationInput ",
|
|
1989
1989
|
"type": {
|
|
1990
1990
|
"definition": {
|
|
1991
|
-
"description": "Destination match criteria
|
|
1991
|
+
"description": "Input of the settings for Destination of an Internet Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. application: [], country: [], etc...)",
|
|
1992
1992
|
"enumValues": null,
|
|
1993
1993
|
"fields": null,
|
|
1994
1994
|
"inputFields": {
|
|
@@ -3421,7 +3421,7 @@
|
|
|
3421
3421
|
"responseStr": "service:$internetFirewallServiceTypeInput ",
|
|
3422
3422
|
"type": {
|
|
3423
3423
|
"definition": {
|
|
3424
|
-
"description": "
|
|
3424
|
+
"description": "Input of the Service Type to which this Internet Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
|
|
3425
3425
|
"enumValues": null,
|
|
3426
3426
|
"fields": null,
|
|
3427
3427
|
"inputFields": {
|
|
@@ -3729,7 +3729,7 @@
|
|
|
3729
3729
|
"responseStr": "source:$internetFirewallSourceInput ",
|
|
3730
3730
|
"type": {
|
|
3731
3731
|
"definition": {
|
|
3732
|
-
"description": "Input of the settings for Source of an Internet Firewall rule",
|
|
3732
|
+
"description": "Input of the settings for Source of an Internet Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
3733
3733
|
"enumValues": null,
|
|
3734
3734
|
"fields": null,
|
|
3735
3735
|
"inputFields": {
|
|
@@ -5157,7 +5157,7 @@
|
|
|
5157
5157
|
"responseStr": "service:$internetFirewallServiceTypeInput ",
|
|
5158
5158
|
"type": {
|
|
5159
5159
|
"definition": {
|
|
5160
|
-
"description": "
|
|
5160
|
+
"description": "Input of the Service Type to which this Internet Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
|
|
5161
5161
|
"enumValues": null,
|
|
5162
5162
|
"fields": null,
|
|
5163
5163
|
"inputFields": {
|
|
@@ -5465,7 +5465,7 @@
|
|
|
5465
5465
|
"responseStr": "source:$internetFirewallSourceInput ",
|
|
5466
5466
|
"type": {
|
|
5467
5467
|
"definition": {
|
|
5468
|
-
"description": "Input of the settings for Source of an Internet Firewall rule",
|
|
5468
|
+
"description": "Input of the settings for Source of an Internet Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
5469
5469
|
"enumValues": null,
|
|
5470
5470
|
"fields": null,
|
|
5471
5471
|
"inputFields": {
|
|
@@ -7654,7 +7654,7 @@
|
|
|
7654
7654
|
"responseStr": "destination:$internetFirewallDestinationInput ",
|
|
7655
7655
|
"type": {
|
|
7656
7656
|
"definition": {
|
|
7657
|
-
"description": "Destination match criteria
|
|
7657
|
+
"description": "Input of the settings for Destination of an Internet Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. application: [], country: [], etc...)",
|
|
7658
7658
|
"enumValues": null,
|
|
7659
7659
|
"fields": null,
|
|
7660
7660
|
"inputFields": {
|
|
@@ -9246,7 +9246,7 @@
|
|
|
9246
9246
|
"responseStr": "destination:$internetFirewallDestinationInput ",
|
|
9247
9247
|
"type": {
|
|
9248
9248
|
"definition": {
|
|
9249
|
-
"description": "Destination match criteria
|
|
9249
|
+
"description": "Input of the settings for Destination of an Internet Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. application: [], country: [], etc...)",
|
|
9250
9250
|
"enumValues": null,
|
|
9251
9251
|
"fields": null,
|
|
9252
9252
|
"inputFields": {
|
|
@@ -10679,7 +10679,7 @@
|
|
|
10679
10679
|
"responseStr": "service:$internetFirewallServiceTypeInput ",
|
|
10680
10680
|
"type": {
|
|
10681
10681
|
"definition": {
|
|
10682
|
-
"description": "
|
|
10682
|
+
"description": "Input of the Service Type to which this Internet Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
|
|
10683
10683
|
"enumValues": null,
|
|
10684
10684
|
"fields": null,
|
|
10685
10685
|
"inputFields": {
|
|
@@ -10987,7 +10987,7 @@
|
|
|
10987
10987
|
"responseStr": "source:$internetFirewallSourceInput ",
|
|
10988
10988
|
"type": {
|
|
10989
10989
|
"definition": {
|
|
10990
|
-
"description": "Input of the settings for Source of an Internet Firewall rule",
|
|
10990
|
+
"description": "Input of the settings for Source of an Internet Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
10991
10991
|
"enumValues": null,
|
|
10992
10992
|
"fields": null,
|
|
10993
10993
|
"inputFields": {
|
|
@@ -12415,7 +12415,7 @@
|
|
|
12415
12415
|
"responseStr": "service:$internetFirewallServiceTypeInput ",
|
|
12416
12416
|
"type": {
|
|
12417
12417
|
"definition": {
|
|
12418
|
-
"description": "
|
|
12418
|
+
"description": "Input of the Service Type to which this Internet Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
|
|
12419
12419
|
"enumValues": null,
|
|
12420
12420
|
"fields": null,
|
|
12421
12421
|
"inputFields": {
|
|
@@ -12723,7 +12723,7 @@
|
|
|
12723
12723
|
"responseStr": "source:$internetFirewallSourceInput ",
|
|
12724
12724
|
"type": {
|
|
12725
12725
|
"definition": {
|
|
12726
|
-
"description": "Input of the settings for Source of an Internet Firewall rule",
|
|
12726
|
+
"description": "Input of the settings for Source of an Internet Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
12727
12727
|
"enumValues": null,
|
|
12728
12728
|
"fields": null,
|
|
12729
12729
|
"inputFields": {
|
|
@@ -14864,7 +14864,7 @@
|
|
|
14864
14864
|
"responseStr": "destination:$internetFirewallDestinationInput ",
|
|
14865
14865
|
"type": {
|
|
14866
14866
|
"definition": {
|
|
14867
|
-
"description": "Destination match criteria
|
|
14867
|
+
"description": "Input of the settings for Destination of an Internet Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. application: [], country: [], etc...)",
|
|
14868
14868
|
"enumValues": null,
|
|
14869
14869
|
"fields": null,
|
|
14870
14870
|
"inputFields": {
|
|
@@ -16456,7 +16456,7 @@
|
|
|
16456
16456
|
"responseStr": "destination:$internetFirewallDestinationInput ",
|
|
16457
16457
|
"type": {
|
|
16458
16458
|
"definition": {
|
|
16459
|
-
"description": "Destination match criteria
|
|
16459
|
+
"description": "Input of the settings for Destination of an Internet Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. application: [], country: [], etc...)",
|
|
16460
16460
|
"enumValues": null,
|
|
16461
16461
|
"fields": null,
|
|
16462
16462
|
"inputFields": {
|
|
@@ -17889,7 +17889,7 @@
|
|
|
17889
17889
|
"responseStr": "service:$internetFirewallServiceTypeInput ",
|
|
17890
17890
|
"type": {
|
|
17891
17891
|
"definition": {
|
|
17892
|
-
"description": "
|
|
17892
|
+
"description": "Input of the Service Type to which this Internet Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
|
|
17893
17893
|
"enumValues": null,
|
|
17894
17894
|
"fields": null,
|
|
17895
17895
|
"inputFields": {
|
|
@@ -18197,7 +18197,7 @@
|
|
|
18197
18197
|
"responseStr": "source:$internetFirewallSourceInput ",
|
|
18198
18198
|
"type": {
|
|
18199
18199
|
"definition": {
|
|
18200
|
-
"description": "Input of the settings for Source of an Internet Firewall rule",
|
|
18200
|
+
"description": "Input of the settings for Source of an Internet Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
18201
18201
|
"enumValues": null,
|
|
18202
18202
|
"fields": null,
|
|
18203
18203
|
"inputFields": {
|
|
@@ -19625,7 +19625,7 @@
|
|
|
19625
19625
|
"responseStr": "service:$internetFirewallServiceTypeInput ",
|
|
19626
19626
|
"type": {
|
|
19627
19627
|
"definition": {
|
|
19628
|
-
"description": "
|
|
19628
|
+
"description": "Input of the Service Type to which this Internet Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
|
|
19629
19629
|
"enumValues": null,
|
|
19630
19630
|
"fields": null,
|
|
19631
19631
|
"inputFields": {
|
|
@@ -19933,7 +19933,7 @@
|
|
|
19933
19933
|
"responseStr": "source:$internetFirewallSourceInput ",
|
|
19934
19934
|
"type": {
|
|
19935
19935
|
"definition": {
|
|
19936
|
-
"description": "Input of the settings for Source of an Internet Firewall rule",
|
|
19936
|
+
"description": "Input of the settings for Source of an Internet Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
19937
19937
|
"enumValues": null,
|
|
19938
19938
|
"fields": null,
|
|
19939
19939
|
"inputFields": {
|
|
@@ -21919,7 +21919,7 @@
|
|
|
21919
21919
|
"responseStr": "country:$countryRef ",
|
|
21920
21920
|
"type": {
|
|
21921
21921
|
"definition": {
|
|
21922
|
-
"description":
|
|
21922
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
21923
21923
|
"enumValues": null,
|
|
21924
21924
|
"fields": {
|
|
21925
21925
|
"id": {
|
|
@@ -22018,7 +22018,7 @@
|
|
|
22018
22018
|
"responseStr": "destination:$internetFirewallDestination ",
|
|
22019
22019
|
"type": {
|
|
22020
22020
|
"definition": {
|
|
22021
|
-
"description": "Destination
|
|
22021
|
+
"description": "Returns the settings for Destination of an Internet Firewall rule",
|
|
22022
22022
|
"enumValues": null,
|
|
22023
22023
|
"fields": {
|
|
22024
22024
|
"appCategory": {
|
|
@@ -22035,7 +22035,7 @@
|
|
|
22035
22035
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
22036
22036
|
"type": {
|
|
22037
22037
|
"definition": {
|
|
22038
|
-
"description":
|
|
22038
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
22039
22039
|
"enumValues": null,
|
|
22040
22040
|
"fields": {
|
|
22041
22041
|
"id": {
|
|
@@ -22113,7 +22113,7 @@
|
|
|
22113
22113
|
"responseStr": "application:$applicationRef ",
|
|
22114
22114
|
"type": {
|
|
22115
22115
|
"definition": {
|
|
22116
|
-
"description":
|
|
22116
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
22117
22117
|
"enumValues": null,
|
|
22118
22118
|
"fields": {
|
|
22119
22119
|
"id": {
|
|
@@ -22381,7 +22381,7 @@
|
|
|
22381
22381
|
"responseStr": "country:$countryRef ",
|
|
22382
22382
|
"type": {
|
|
22383
22383
|
"definition": {
|
|
22384
|
-
"description":
|
|
22384
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
22385
22385
|
"enumValues": null,
|
|
22386
22386
|
"fields": {
|
|
22387
22387
|
"id": {
|
|
@@ -22459,7 +22459,7 @@
|
|
|
22459
22459
|
"responseStr": "customApp:$customApplicationRef ",
|
|
22460
22460
|
"type": {
|
|
22461
22461
|
"definition": {
|
|
22462
|
-
"description":
|
|
22462
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
22463
22463
|
"enumValues": null,
|
|
22464
22464
|
"fields": {
|
|
22465
22465
|
"id": {
|
|
@@ -22537,7 +22537,7 @@
|
|
|
22537
22537
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
22538
22538
|
"type": {
|
|
22539
22539
|
"definition": {
|
|
22540
|
-
"description":
|
|
22540
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
22541
22541
|
"enumValues": null,
|
|
22542
22542
|
"fields": {
|
|
22543
22543
|
"id": {
|
|
@@ -22661,7 +22661,7 @@
|
|
|
22661
22661
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
22662
22662
|
"type": {
|
|
22663
22663
|
"definition": {
|
|
22664
|
-
"description":
|
|
22664
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
22665
22665
|
"enumValues": null,
|
|
22666
22666
|
"fields": {
|
|
22667
22667
|
"id": {
|
|
@@ -22863,7 +22863,7 @@
|
|
|
22863
22863
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
22864
22864
|
"type": {
|
|
22865
22865
|
"definition": {
|
|
22866
|
-
"description":
|
|
22866
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
22867
22867
|
"enumValues": null,
|
|
22868
22868
|
"fields": {
|
|
22869
22869
|
"id": {
|
|
@@ -22981,7 +22981,7 @@
|
|
|
22981
22981
|
"responseStr": "device:$deviceProfileRef ",
|
|
22982
22982
|
"type": {
|
|
22983
22983
|
"definition": {
|
|
22984
|
-
"description":
|
|
22984
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
22985
22985
|
"enumValues": null,
|
|
22986
22986
|
"fields": {
|
|
22987
22987
|
"id": {
|
|
@@ -23393,7 +23393,7 @@
|
|
|
23393
23393
|
"responseStr": "country:$countryRef ",
|
|
23394
23394
|
"type": {
|
|
23395
23395
|
"definition": {
|
|
23396
|
-
"description":
|
|
23396
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
23397
23397
|
"enumValues": null,
|
|
23398
23398
|
"fields": {
|
|
23399
23399
|
"id": {
|
|
@@ -23471,7 +23471,7 @@
|
|
|
23471
23471
|
"responseStr": "destination:$internetFirewallDestination ",
|
|
23472
23472
|
"type": {
|
|
23473
23473
|
"definition": {
|
|
23474
|
-
"description": "Destination
|
|
23474
|
+
"description": "Returns the settings for Destination of an Internet Firewall rule",
|
|
23475
23475
|
"enumValues": null,
|
|
23476
23476
|
"fields": {
|
|
23477
23477
|
"appCategory": {
|
|
@@ -23488,7 +23488,7 @@
|
|
|
23488
23488
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
23489
23489
|
"type": {
|
|
23490
23490
|
"definition": {
|
|
23491
|
-
"description":
|
|
23491
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
23492
23492
|
"enumValues": null,
|
|
23493
23493
|
"fields": {
|
|
23494
23494
|
"id": {
|
|
@@ -23566,7 +23566,7 @@
|
|
|
23566
23566
|
"responseStr": "application:$applicationRef ",
|
|
23567
23567
|
"type": {
|
|
23568
23568
|
"definition": {
|
|
23569
|
-
"description":
|
|
23569
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
23570
23570
|
"enumValues": null,
|
|
23571
23571
|
"fields": {
|
|
23572
23572
|
"id": {
|
|
@@ -23834,7 +23834,7 @@
|
|
|
23834
23834
|
"responseStr": "country:$countryRef ",
|
|
23835
23835
|
"type": {
|
|
23836
23836
|
"definition": {
|
|
23837
|
-
"description":
|
|
23837
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
23838
23838
|
"enumValues": null,
|
|
23839
23839
|
"fields": {
|
|
23840
23840
|
"id": {
|
|
@@ -23912,7 +23912,7 @@
|
|
|
23912
23912
|
"responseStr": "customApp:$customApplicationRef ",
|
|
23913
23913
|
"type": {
|
|
23914
23914
|
"definition": {
|
|
23915
|
-
"description":
|
|
23915
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
23916
23916
|
"enumValues": null,
|
|
23917
23917
|
"fields": {
|
|
23918
23918
|
"id": {
|
|
@@ -23990,7 +23990,7 @@
|
|
|
23990
23990
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
23991
23991
|
"type": {
|
|
23992
23992
|
"definition": {
|
|
23993
|
-
"description":
|
|
23993
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
23994
23994
|
"enumValues": null,
|
|
23995
23995
|
"fields": {
|
|
23996
23996
|
"id": {
|
|
@@ -24114,7 +24114,7 @@
|
|
|
24114
24114
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
24115
24115
|
"type": {
|
|
24116
24116
|
"definition": {
|
|
24117
|
-
"description":
|
|
24117
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
24118
24118
|
"enumValues": null,
|
|
24119
24119
|
"fields": {
|
|
24120
24120
|
"id": {
|
|
@@ -24316,7 +24316,7 @@
|
|
|
24316
24316
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
24317
24317
|
"type": {
|
|
24318
24318
|
"definition": {
|
|
24319
|
-
"description":
|
|
24319
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
24320
24320
|
"enumValues": null,
|
|
24321
24321
|
"fields": {
|
|
24322
24322
|
"id": {
|
|
@@ -24434,7 +24434,7 @@
|
|
|
24434
24434
|
"responseStr": "device:$deviceProfileRef ",
|
|
24435
24435
|
"type": {
|
|
24436
24436
|
"definition": {
|
|
24437
|
-
"description":
|
|
24437
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
24438
24438
|
"enumValues": null,
|
|
24439
24439
|
"fields": {
|
|
24440
24440
|
"id": {
|
|
@@ -24777,7 +24777,7 @@
|
|
|
24777
24777
|
"responseStr": "service:$internetFirewallServiceType ",
|
|
24778
24778
|
"type": {
|
|
24779
24779
|
"definition": {
|
|
24780
|
-
"description": "
|
|
24780
|
+
"description": "Returns the Service Type to which this Internet Firewall rule applies",
|
|
24781
24781
|
"enumValues": null,
|
|
24782
24782
|
"fields": {
|
|
24783
24783
|
"custom": {
|
|
@@ -24991,7 +24991,7 @@
|
|
|
24991
24991
|
"responseStr": "standard:$serviceRef ",
|
|
24992
24992
|
"type": {
|
|
24993
24993
|
"definition": {
|
|
24994
|
-
"description":
|
|
24994
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
24995
24995
|
"enumValues": null,
|
|
24996
24996
|
"fields": {
|
|
24997
24997
|
"id": {
|
|
@@ -25181,7 +25181,7 @@
|
|
|
25181
25181
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
25182
25182
|
"type": {
|
|
25183
25183
|
"definition": {
|
|
25184
|
-
"description":
|
|
25184
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
25185
25185
|
"enumValues": null,
|
|
25186
25186
|
"fields": {
|
|
25187
25187
|
"id": {
|
|
@@ -25259,7 +25259,7 @@
|
|
|
25259
25259
|
"responseStr": "group:$groupRef ",
|
|
25260
25260
|
"type": {
|
|
25261
25261
|
"definition": {
|
|
25262
|
-
"description":
|
|
25262
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
25263
25263
|
"enumValues": null,
|
|
25264
25264
|
"fields": {
|
|
25265
25265
|
"id": {
|
|
@@ -25337,7 +25337,7 @@
|
|
|
25337
25337
|
"responseStr": "host:$hostRef ",
|
|
25338
25338
|
"type": {
|
|
25339
25339
|
"definition": {
|
|
25340
|
-
"description":
|
|
25340
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
25341
25341
|
"enumValues": null,
|
|
25342
25342
|
"fields": {
|
|
25343
25343
|
"id": {
|
|
@@ -25516,7 +25516,7 @@
|
|
|
25516
25516
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
25517
25517
|
"type": {
|
|
25518
25518
|
"definition": {
|
|
25519
|
-
"description":
|
|
25519
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
25520
25520
|
"enumValues": null,
|
|
25521
25521
|
"fields": {
|
|
25522
25522
|
"id": {
|
|
@@ -25594,7 +25594,7 @@
|
|
|
25594
25594
|
"responseStr": "site:$siteRef ",
|
|
25595
25595
|
"type": {
|
|
25596
25596
|
"definition": {
|
|
25597
|
-
"description":
|
|
25597
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
25598
25598
|
"enumValues": null,
|
|
25599
25599
|
"fields": {
|
|
25600
25600
|
"id": {
|
|
@@ -25672,7 +25672,7 @@
|
|
|
25672
25672
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
25673
25673
|
"type": {
|
|
25674
25674
|
"definition": {
|
|
25675
|
-
"description":
|
|
25675
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
25676
25676
|
"enumValues": null,
|
|
25677
25677
|
"fields": {
|
|
25678
25678
|
"id": {
|
|
@@ -25773,7 +25773,7 @@
|
|
|
25773
25773
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
25774
25774
|
"type": {
|
|
25775
25775
|
"definition": {
|
|
25776
|
-
"description":
|
|
25776
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
25777
25777
|
"enumValues": null,
|
|
25778
25778
|
"fields": {
|
|
25779
25779
|
"id": {
|
|
@@ -25851,7 +25851,7 @@
|
|
|
25851
25851
|
"responseStr": "user:$userRef ",
|
|
25852
25852
|
"type": {
|
|
25853
25853
|
"definition": {
|
|
25854
|
-
"description":
|
|
25854
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
25855
25855
|
"enumValues": null,
|
|
25856
25856
|
"fields": {
|
|
25857
25857
|
"id": {
|
|
@@ -25929,7 +25929,7 @@
|
|
|
25929
25929
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
25930
25930
|
"type": {
|
|
25931
25931
|
"definition": {
|
|
25932
|
-
"description":
|
|
25932
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
25933
25933
|
"enumValues": null,
|
|
25934
25934
|
"fields": {
|
|
25935
25935
|
"id": {
|
|
@@ -26501,7 +26501,7 @@
|
|
|
26501
26501
|
"responseStr": "service:$internetFirewallServiceType ",
|
|
26502
26502
|
"type": {
|
|
26503
26503
|
"definition": {
|
|
26504
|
-
"description": "
|
|
26504
|
+
"description": "Returns the Service Type to which this Internet Firewall rule applies",
|
|
26505
26505
|
"enumValues": null,
|
|
26506
26506
|
"fields": {
|
|
26507
26507
|
"custom": {
|
|
@@ -26715,7 +26715,7 @@
|
|
|
26715
26715
|
"responseStr": "standard:$serviceRef ",
|
|
26716
26716
|
"type": {
|
|
26717
26717
|
"definition": {
|
|
26718
|
-
"description":
|
|
26718
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
26719
26719
|
"enumValues": null,
|
|
26720
26720
|
"fields": {
|
|
26721
26721
|
"id": {
|
|
@@ -26905,7 +26905,7 @@
|
|
|
26905
26905
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
26906
26906
|
"type": {
|
|
26907
26907
|
"definition": {
|
|
26908
|
-
"description":
|
|
26908
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
26909
26909
|
"enumValues": null,
|
|
26910
26910
|
"fields": {
|
|
26911
26911
|
"id": {
|
|
@@ -26983,7 +26983,7 @@
|
|
|
26983
26983
|
"responseStr": "group:$groupRef ",
|
|
26984
26984
|
"type": {
|
|
26985
26985
|
"definition": {
|
|
26986
|
-
"description":
|
|
26986
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
26987
26987
|
"enumValues": null,
|
|
26988
26988
|
"fields": {
|
|
26989
26989
|
"id": {
|
|
@@ -27061,7 +27061,7 @@
|
|
|
27061
27061
|
"responseStr": "host:$hostRef ",
|
|
27062
27062
|
"type": {
|
|
27063
27063
|
"definition": {
|
|
27064
|
-
"description":
|
|
27064
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
27065
27065
|
"enumValues": null,
|
|
27066
27066
|
"fields": {
|
|
27067
27067
|
"id": {
|
|
@@ -27240,7 +27240,7 @@
|
|
|
27240
27240
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
27241
27241
|
"type": {
|
|
27242
27242
|
"definition": {
|
|
27243
|
-
"description":
|
|
27243
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
27244
27244
|
"enumValues": null,
|
|
27245
27245
|
"fields": {
|
|
27246
27246
|
"id": {
|
|
@@ -27318,7 +27318,7 @@
|
|
|
27318
27318
|
"responseStr": "site:$siteRef ",
|
|
27319
27319
|
"type": {
|
|
27320
27320
|
"definition": {
|
|
27321
|
-
"description":
|
|
27321
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
27322
27322
|
"enumValues": null,
|
|
27323
27323
|
"fields": {
|
|
27324
27324
|
"id": {
|
|
@@ -27396,7 +27396,7 @@
|
|
|
27396
27396
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
27397
27397
|
"type": {
|
|
27398
27398
|
"definition": {
|
|
27399
|
-
"description":
|
|
27399
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
27400
27400
|
"enumValues": null,
|
|
27401
27401
|
"fields": {
|
|
27402
27402
|
"id": {
|
|
@@ -27497,7 +27497,7 @@
|
|
|
27497
27497
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
27498
27498
|
"type": {
|
|
27499
27499
|
"definition": {
|
|
27500
|
-
"description":
|
|
27500
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
27501
27501
|
"enumValues": null,
|
|
27502
27502
|
"fields": {
|
|
27503
27503
|
"id": {
|
|
@@ -27575,7 +27575,7 @@
|
|
|
27575
27575
|
"responseStr": "user:$userRef ",
|
|
27576
27576
|
"type": {
|
|
27577
27577
|
"definition": {
|
|
27578
|
-
"description":
|
|
27578
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
27579
27579
|
"enumValues": null,
|
|
27580
27580
|
"fields": {
|
|
27581
27581
|
"id": {
|
|
@@ -27653,7 +27653,7 @@
|
|
|
27653
27653
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
27654
27654
|
"type": {
|
|
27655
27655
|
"definition": {
|
|
27656
|
-
"description":
|
|
27656
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
27657
27657
|
"enumValues": null,
|
|
27658
27658
|
"fields": {
|
|
27659
27659
|
"id": {
|
|
@@ -27861,7 +27861,7 @@
|
|
|
27861
27861
|
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
27862
27862
|
"type": {
|
|
27863
27863
|
"definition": {
|
|
27864
|
-
"description":
|
|
27864
|
+
"description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
|
|
27865
27865
|
"enumValues": null,
|
|
27866
27866
|
"fields": {
|
|
27867
27867
|
"id": {
|
|
@@ -27939,7 +27939,7 @@
|
|
|
27939
27939
|
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
27940
27940
|
"type": {
|
|
27941
27941
|
"definition": {
|
|
27942
|
-
"description":
|
|
27942
|
+
"description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
|
|
27943
27943
|
"enumValues": null,
|
|
27944
27944
|
"fields": {
|
|
27945
27945
|
"id": {
|
|
@@ -28017,7 +28017,7 @@
|
|
|
28017
28017
|
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
28018
28018
|
"type": {
|
|
28019
28019
|
"definition": {
|
|
28020
|
-
"description":
|
|
28020
|
+
"description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
|
|
28021
28021
|
"enumValues": null,
|
|
28022
28022
|
"fields": {
|
|
28023
28023
|
"id": {
|