catocli 1.0.21__py3-none-any.whl → 2.0.1__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.1.dist-info}/METADATA +1 -1
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/RECORD +139 -114
- {catocli-1.0.21.dist-info → catocli-2.0.1.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.1.dist-info}/LICENSE +0 -0
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/WHEEL +0 -0
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/entry_points.txt +0 -0
|
@@ -1146,7 +1146,7 @@
|
|
|
1146
1146
|
"responseStr": "destination:$wanFirewallDestinationInput ",
|
|
1147
1147
|
"type": {
|
|
1148
1148
|
"definition": {
|
|
1149
|
-
"description": "Input of the settings for Destination of a Wan Firewall rule",
|
|
1149
|
+
"description": "Input of the settings for Destination of a Wan Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
1150
1150
|
"enumValues": null,
|
|
1151
1151
|
"fields": null,
|
|
1152
1152
|
"inputFields": {
|
|
@@ -3538,7 +3538,7 @@
|
|
|
3538
3538
|
"responseStr": "destination:$wanFirewallDestinationInput ",
|
|
3539
3539
|
"type": {
|
|
3540
3540
|
"definition": {
|
|
3541
|
-
"description": "Input of the settings for Destination of a Wan Firewall rule",
|
|
3541
|
+
"description": "Input of the settings for Destination of a Wan Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
3542
3542
|
"enumValues": null,
|
|
3543
3543
|
"fields": null,
|
|
3544
3544
|
"inputFields": {
|
|
@@ -5015,7 +5015,7 @@
|
|
|
5015
5015
|
"responseStr": "service:$wanFirewallServiceTypeInput ",
|
|
5016
5016
|
"type": {
|
|
5017
5017
|
"definition": {
|
|
5018
|
-
"description": "
|
|
5018
|
+
"description": "Input of the Service Type to which this Wan Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
|
|
5019
5019
|
"enumValues": null,
|
|
5020
5020
|
"fields": null,
|
|
5021
5021
|
"inputFields": {
|
|
@@ -5323,7 +5323,7 @@
|
|
|
5323
5323
|
"responseStr": "source:$wanFirewallSourceInput ",
|
|
5324
5324
|
"type": {
|
|
5325
5325
|
"definition": {
|
|
5326
|
-
"description": "Input of the settings for Source of an Wan Firewall rule",
|
|
5326
|
+
"description": "Input of the settings for Source of an Wan Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
5327
5327
|
"enumValues": null,
|
|
5328
5328
|
"fields": null,
|
|
5329
5329
|
"inputFields": {
|
|
@@ -6751,7 +6751,7 @@
|
|
|
6751
6751
|
"responseStr": "service:$wanFirewallServiceTypeInput ",
|
|
6752
6752
|
"type": {
|
|
6753
6753
|
"definition": {
|
|
6754
|
-
"description": "
|
|
6754
|
+
"description": "Input of the Service Type to which this Wan Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
|
|
6755
6755
|
"enumValues": null,
|
|
6756
6756
|
"fields": null,
|
|
6757
6757
|
"inputFields": {
|
|
@@ -7059,7 +7059,7 @@
|
|
|
7059
7059
|
"responseStr": "source:$wanFirewallSourceInput ",
|
|
7060
7060
|
"type": {
|
|
7061
7061
|
"definition": {
|
|
7062
|
-
"description": "Input of the settings for Source of an Wan Firewall rule",
|
|
7062
|
+
"description": "Input of the settings for Source of an Wan Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
7063
7063
|
"enumValues": null,
|
|
7064
7064
|
"fields": null,
|
|
7065
7065
|
"inputFields": {
|
|
@@ -9995,7 +9995,7 @@
|
|
|
9995
9995
|
"responseStr": "destination:$wanFirewallDestinationInput ",
|
|
9996
9996
|
"type": {
|
|
9997
9997
|
"definition": {
|
|
9998
|
-
"description": "Input of the settings for Destination of a Wan Firewall rule",
|
|
9998
|
+
"description": "Input of the settings for Destination of a Wan Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
9999
9999
|
"enumValues": null,
|
|
10000
10000
|
"fields": null,
|
|
10001
10001
|
"inputFields": {
|
|
@@ -12387,7 +12387,7 @@
|
|
|
12387
12387
|
"responseStr": "destination:$wanFirewallDestinationInput ",
|
|
12388
12388
|
"type": {
|
|
12389
12389
|
"definition": {
|
|
12390
|
-
"description": "Input of the settings for Destination of a Wan Firewall rule",
|
|
12390
|
+
"description": "Input of the settings for Destination of a Wan Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
12391
12391
|
"enumValues": null,
|
|
12392
12392
|
"fields": null,
|
|
12393
12393
|
"inputFields": {
|
|
@@ -13864,7 +13864,7 @@
|
|
|
13864
13864
|
"responseStr": "service:$wanFirewallServiceTypeInput ",
|
|
13865
13865
|
"type": {
|
|
13866
13866
|
"definition": {
|
|
13867
|
-
"description": "
|
|
13867
|
+
"description": "Input of the Service Type to which this Wan Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
|
|
13868
13868
|
"enumValues": null,
|
|
13869
13869
|
"fields": null,
|
|
13870
13870
|
"inputFields": {
|
|
@@ -14172,7 +14172,7 @@
|
|
|
14172
14172
|
"responseStr": "source:$wanFirewallSourceInput ",
|
|
14173
14173
|
"type": {
|
|
14174
14174
|
"definition": {
|
|
14175
|
-
"description": "Input of the settings for Source of an Wan Firewall rule",
|
|
14175
|
+
"description": "Input of the settings for Source of an Wan Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
14176
14176
|
"enumValues": null,
|
|
14177
14177
|
"fields": null,
|
|
14178
14178
|
"inputFields": {
|
|
@@ -15600,7 +15600,7 @@
|
|
|
15600
15600
|
"responseStr": "service:$wanFirewallServiceTypeInput ",
|
|
15601
15601
|
"type": {
|
|
15602
15602
|
"definition": {
|
|
15603
|
-
"description": "
|
|
15603
|
+
"description": "Input of the Service Type to which this Wan Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
|
|
15604
15604
|
"enumValues": null,
|
|
15605
15605
|
"fields": null,
|
|
15606
15606
|
"inputFields": {
|
|
@@ -15908,7 +15908,7 @@
|
|
|
15908
15908
|
"responseStr": "source:$wanFirewallSourceInput ",
|
|
15909
15909
|
"type": {
|
|
15910
15910
|
"definition": {
|
|
15911
|
-
"description": "Input of the settings for Source of an Wan Firewall rule",
|
|
15911
|
+
"description": "Input of the settings for Source of an Wan Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
15912
15912
|
"enumValues": null,
|
|
15913
15913
|
"fields": null,
|
|
15914
15914
|
"inputFields": {
|
|
@@ -18799,7 +18799,7 @@
|
|
|
18799
18799
|
"responseStr": "destination:$wanFirewallDestinationInput ",
|
|
18800
18800
|
"type": {
|
|
18801
18801
|
"definition": {
|
|
18802
|
-
"description": "Input of the settings for Destination of a Wan Firewall rule",
|
|
18802
|
+
"description": "Input of the settings for Destination of a Wan Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
18803
18803
|
"enumValues": null,
|
|
18804
18804
|
"fields": null,
|
|
18805
18805
|
"inputFields": {
|
|
@@ -21191,7 +21191,7 @@
|
|
|
21191
21191
|
"responseStr": "destination:$wanFirewallDestinationInput ",
|
|
21192
21192
|
"type": {
|
|
21193
21193
|
"definition": {
|
|
21194
|
-
"description": "Input of the settings for Destination of a Wan Firewall rule",
|
|
21194
|
+
"description": "Input of the settings for Destination of a Wan Firewall rule. To specify 'ANY' destination, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
21195
21195
|
"enumValues": null,
|
|
21196
21196
|
"fields": null,
|
|
21197
21197
|
"inputFields": {
|
|
@@ -22668,7 +22668,7 @@
|
|
|
22668
22668
|
"responseStr": "service:$wanFirewallServiceTypeInput ",
|
|
22669
22669
|
"type": {
|
|
22670
22670
|
"definition": {
|
|
22671
|
-
"description": "
|
|
22671
|
+
"description": "Input of the Service Type to which this Wan Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
|
|
22672
22672
|
"enumValues": null,
|
|
22673
22673
|
"fields": null,
|
|
22674
22674
|
"inputFields": {
|
|
@@ -22976,7 +22976,7 @@
|
|
|
22976
22976
|
"responseStr": "source:$wanFirewallSourceInput ",
|
|
22977
22977
|
"type": {
|
|
22978
22978
|
"definition": {
|
|
22979
|
-
"description": "Input of the settings for Source of an Wan Firewall rule",
|
|
22979
|
+
"description": "Input of the settings for Source of an Wan Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
22980
22980
|
"enumValues": null,
|
|
22981
22981
|
"fields": null,
|
|
22982
22982
|
"inputFields": {
|
|
@@ -24404,7 +24404,7 @@
|
|
|
24404
24404
|
"responseStr": "service:$wanFirewallServiceTypeInput ",
|
|
24405
24405
|
"type": {
|
|
24406
24406
|
"definition": {
|
|
24407
|
-
"description": "
|
|
24407
|
+
"description": "Input of the Service Type to which this Wan Firewall rule applies. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. standard: [], custom: [], etc...)",
|
|
24408
24408
|
"enumValues": null,
|
|
24409
24409
|
"fields": null,
|
|
24410
24410
|
"inputFields": {
|
|
@@ -24712,7 +24712,7 @@
|
|
|
24712
24712
|
"responseStr": "source:$wanFirewallSourceInput ",
|
|
24713
24713
|
"type": {
|
|
24714
24714
|
"definition": {
|
|
24715
|
-
"description": "Input of the settings for Source of an Wan Firewall rule",
|
|
24715
|
+
"description": "Input of the settings for Source of an Wan Firewall rule. To specify 'ANY' source, an empty list must be provided for each match criteria field (e.g. ip: [], group: [], etc...)",
|
|
24716
24716
|
"enumValues": null,
|
|
24717
24717
|
"fields": null,
|
|
24718
24718
|
"inputFields": {
|
|
@@ -26657,7 +26657,7 @@
|
|
|
26657
26657
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
26658
26658
|
"type": {
|
|
26659
26659
|
"definition": {
|
|
26660
|
-
"description":
|
|
26660
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
26661
26661
|
"enumValues": null,
|
|
26662
26662
|
"fields": {
|
|
26663
26663
|
"id": {
|
|
@@ -26735,7 +26735,7 @@
|
|
|
26735
26735
|
"responseStr": "application:$applicationRef ",
|
|
26736
26736
|
"type": {
|
|
26737
26737
|
"definition": {
|
|
26738
|
-
"description":
|
|
26738
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
26739
26739
|
"enumValues": null,
|
|
26740
26740
|
"fields": {
|
|
26741
26741
|
"id": {
|
|
@@ -26813,7 +26813,7 @@
|
|
|
26813
26813
|
"responseStr": "customApp:$customApplicationRef ",
|
|
26814
26814
|
"type": {
|
|
26815
26815
|
"definition": {
|
|
26816
|
-
"description":
|
|
26816
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
26817
26817
|
"enumValues": null,
|
|
26818
26818
|
"fields": {
|
|
26819
26819
|
"id": {
|
|
@@ -26891,7 +26891,7 @@
|
|
|
26891
26891
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
26892
26892
|
"type": {
|
|
26893
26893
|
"definition": {
|
|
26894
|
-
"description":
|
|
26894
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
26895
26895
|
"enumValues": null,
|
|
26896
26896
|
"fields": {
|
|
26897
26897
|
"id": {
|
|
@@ -27015,7 +27015,7 @@
|
|
|
27015
27015
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
27016
27016
|
"type": {
|
|
27017
27017
|
"definition": {
|
|
27018
|
-
"description":
|
|
27018
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
27019
27019
|
"enumValues": null,
|
|
27020
27020
|
"fields": {
|
|
27021
27021
|
"id": {
|
|
@@ -27194,7 +27194,7 @@
|
|
|
27194
27194
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
27195
27195
|
"type": {
|
|
27196
27196
|
"definition": {
|
|
27197
|
-
"description":
|
|
27197
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
27198
27198
|
"enumValues": null,
|
|
27199
27199
|
"fields": {
|
|
27200
27200
|
"id": {
|
|
@@ -27364,7 +27364,7 @@
|
|
|
27364
27364
|
"responseStr": "country:$countryRef ",
|
|
27365
27365
|
"type": {
|
|
27366
27366
|
"definition": {
|
|
27367
|
-
"description":
|
|
27367
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
27368
27368
|
"enumValues": null,
|
|
27369
27369
|
"fields": {
|
|
27370
27370
|
"id": {
|
|
@@ -27558,7 +27558,7 @@
|
|
|
27558
27558
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
27559
27559
|
"type": {
|
|
27560
27560
|
"definition": {
|
|
27561
|
-
"description":
|
|
27561
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
27562
27562
|
"enumValues": null,
|
|
27563
27563
|
"fields": {
|
|
27564
27564
|
"id": {
|
|
@@ -27636,7 +27636,7 @@
|
|
|
27636
27636
|
"responseStr": "group:$groupRef ",
|
|
27637
27637
|
"type": {
|
|
27638
27638
|
"definition": {
|
|
27639
|
-
"description":
|
|
27639
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
27640
27640
|
"enumValues": null,
|
|
27641
27641
|
"fields": {
|
|
27642
27642
|
"id": {
|
|
@@ -27714,7 +27714,7 @@
|
|
|
27714
27714
|
"responseStr": "host:$hostRef ",
|
|
27715
27715
|
"type": {
|
|
27716
27716
|
"definition": {
|
|
27717
|
-
"description":
|
|
27717
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
27718
27718
|
"enumValues": null,
|
|
27719
27719
|
"fields": {
|
|
27720
27720
|
"id": {
|
|
@@ -27893,7 +27893,7 @@
|
|
|
27893
27893
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
27894
27894
|
"type": {
|
|
27895
27895
|
"definition": {
|
|
27896
|
-
"description":
|
|
27896
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
27897
27897
|
"enumValues": null,
|
|
27898
27898
|
"fields": {
|
|
27899
27899
|
"id": {
|
|
@@ -27971,7 +27971,7 @@
|
|
|
27971
27971
|
"responseStr": "site:$siteRef ",
|
|
27972
27972
|
"type": {
|
|
27973
27973
|
"definition": {
|
|
27974
|
-
"description":
|
|
27974
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
27975
27975
|
"enumValues": null,
|
|
27976
27976
|
"fields": {
|
|
27977
27977
|
"id": {
|
|
@@ -28049,7 +28049,7 @@
|
|
|
28049
28049
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
28050
28050
|
"type": {
|
|
28051
28051
|
"definition": {
|
|
28052
|
-
"description":
|
|
28052
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
28053
28053
|
"enumValues": null,
|
|
28054
28054
|
"fields": {
|
|
28055
28055
|
"id": {
|
|
@@ -28150,7 +28150,7 @@
|
|
|
28150
28150
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
28151
28151
|
"type": {
|
|
28152
28152
|
"definition": {
|
|
28153
|
-
"description":
|
|
28153
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
28154
28154
|
"enumValues": null,
|
|
28155
28155
|
"fields": {
|
|
28156
28156
|
"id": {
|
|
@@ -28228,7 +28228,7 @@
|
|
|
28228
28228
|
"responseStr": "user:$userRef ",
|
|
28229
28229
|
"type": {
|
|
28230
28230
|
"definition": {
|
|
28231
|
-
"description":
|
|
28231
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
28232
28232
|
"enumValues": null,
|
|
28233
28233
|
"fields": {
|
|
28234
28234
|
"id": {
|
|
@@ -28306,7 +28306,7 @@
|
|
|
28306
28306
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
28307
28307
|
"type": {
|
|
28308
28308
|
"definition": {
|
|
28309
|
-
"description":
|
|
28309
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
28310
28310
|
"enumValues": null,
|
|
28311
28311
|
"fields": {
|
|
28312
28312
|
"id": {
|
|
@@ -28401,7 +28401,7 @@
|
|
|
28401
28401
|
"responseStr": "device:$deviceProfileRef ",
|
|
28402
28402
|
"type": {
|
|
28403
28403
|
"definition": {
|
|
28404
|
-
"description":
|
|
28404
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
28405
28405
|
"enumValues": null,
|
|
28406
28406
|
"fields": {
|
|
28407
28407
|
"id": {
|
|
@@ -28824,7 +28824,7 @@
|
|
|
28824
28824
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
28825
28825
|
"type": {
|
|
28826
28826
|
"definition": {
|
|
28827
|
-
"description":
|
|
28827
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
28828
28828
|
"enumValues": null,
|
|
28829
28829
|
"fields": {
|
|
28830
28830
|
"id": {
|
|
@@ -28902,7 +28902,7 @@
|
|
|
28902
28902
|
"responseStr": "application:$applicationRef ",
|
|
28903
28903
|
"type": {
|
|
28904
28904
|
"definition": {
|
|
28905
|
-
"description":
|
|
28905
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
28906
28906
|
"enumValues": null,
|
|
28907
28907
|
"fields": {
|
|
28908
28908
|
"id": {
|
|
@@ -28980,7 +28980,7 @@
|
|
|
28980
28980
|
"responseStr": "customApp:$customApplicationRef ",
|
|
28981
28981
|
"type": {
|
|
28982
28982
|
"definition": {
|
|
28983
|
-
"description":
|
|
28983
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
28984
28984
|
"enumValues": null,
|
|
28985
28985
|
"fields": {
|
|
28986
28986
|
"id": {
|
|
@@ -29058,7 +29058,7 @@
|
|
|
29058
29058
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
29059
29059
|
"type": {
|
|
29060
29060
|
"definition": {
|
|
29061
|
-
"description":
|
|
29061
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
29062
29062
|
"enumValues": null,
|
|
29063
29063
|
"fields": {
|
|
29064
29064
|
"id": {
|
|
@@ -29182,7 +29182,7 @@
|
|
|
29182
29182
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
29183
29183
|
"type": {
|
|
29184
29184
|
"definition": {
|
|
29185
|
-
"description":
|
|
29185
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
29186
29186
|
"enumValues": null,
|
|
29187
29187
|
"fields": {
|
|
29188
29188
|
"id": {
|
|
@@ -29361,7 +29361,7 @@
|
|
|
29361
29361
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
29362
29362
|
"type": {
|
|
29363
29363
|
"definition": {
|
|
29364
|
-
"description":
|
|
29364
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
29365
29365
|
"enumValues": null,
|
|
29366
29366
|
"fields": {
|
|
29367
29367
|
"id": {
|
|
@@ -29531,7 +29531,7 @@
|
|
|
29531
29531
|
"responseStr": "country:$countryRef ",
|
|
29532
29532
|
"type": {
|
|
29533
29533
|
"definition": {
|
|
29534
|
-
"description":
|
|
29534
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
29535
29535
|
"enumValues": null,
|
|
29536
29536
|
"fields": {
|
|
29537
29537
|
"id": {
|
|
@@ -29704,7 +29704,7 @@
|
|
|
29704
29704
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
29705
29705
|
"type": {
|
|
29706
29706
|
"definition": {
|
|
29707
|
-
"description":
|
|
29707
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
29708
29708
|
"enumValues": null,
|
|
29709
29709
|
"fields": {
|
|
29710
29710
|
"id": {
|
|
@@ -29782,7 +29782,7 @@
|
|
|
29782
29782
|
"responseStr": "group:$groupRef ",
|
|
29783
29783
|
"type": {
|
|
29784
29784
|
"definition": {
|
|
29785
|
-
"description":
|
|
29785
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
29786
29786
|
"enumValues": null,
|
|
29787
29787
|
"fields": {
|
|
29788
29788
|
"id": {
|
|
@@ -29860,7 +29860,7 @@
|
|
|
29860
29860
|
"responseStr": "host:$hostRef ",
|
|
29861
29861
|
"type": {
|
|
29862
29862
|
"definition": {
|
|
29863
|
-
"description":
|
|
29863
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
29864
29864
|
"enumValues": null,
|
|
29865
29865
|
"fields": {
|
|
29866
29866
|
"id": {
|
|
@@ -30039,7 +30039,7 @@
|
|
|
30039
30039
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
30040
30040
|
"type": {
|
|
30041
30041
|
"definition": {
|
|
30042
|
-
"description":
|
|
30042
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
30043
30043
|
"enumValues": null,
|
|
30044
30044
|
"fields": {
|
|
30045
30045
|
"id": {
|
|
@@ -30117,7 +30117,7 @@
|
|
|
30117
30117
|
"responseStr": "site:$siteRef ",
|
|
30118
30118
|
"type": {
|
|
30119
30119
|
"definition": {
|
|
30120
|
-
"description":
|
|
30120
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
30121
30121
|
"enumValues": null,
|
|
30122
30122
|
"fields": {
|
|
30123
30123
|
"id": {
|
|
@@ -30195,7 +30195,7 @@
|
|
|
30195
30195
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
30196
30196
|
"type": {
|
|
30197
30197
|
"definition": {
|
|
30198
|
-
"description":
|
|
30198
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
30199
30199
|
"enumValues": null,
|
|
30200
30200
|
"fields": {
|
|
30201
30201
|
"id": {
|
|
@@ -30296,7 +30296,7 @@
|
|
|
30296
30296
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
30297
30297
|
"type": {
|
|
30298
30298
|
"definition": {
|
|
30299
|
-
"description":
|
|
30299
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
30300
30300
|
"enumValues": null,
|
|
30301
30301
|
"fields": {
|
|
30302
30302
|
"id": {
|
|
@@ -30374,7 +30374,7 @@
|
|
|
30374
30374
|
"responseStr": "user:$userRef ",
|
|
30375
30375
|
"type": {
|
|
30376
30376
|
"definition": {
|
|
30377
|
-
"description":
|
|
30377
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
30378
30378
|
"enumValues": null,
|
|
30379
30379
|
"fields": {
|
|
30380
30380
|
"id": {
|
|
@@ -30452,7 +30452,7 @@
|
|
|
30452
30452
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
30453
30453
|
"type": {
|
|
30454
30454
|
"definition": {
|
|
30455
|
-
"description":
|
|
30455
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
30456
30456
|
"enumValues": null,
|
|
30457
30457
|
"fields": {
|
|
30458
30458
|
"id": {
|
|
@@ -30547,7 +30547,7 @@
|
|
|
30547
30547
|
"responseStr": "device:$deviceProfileRef ",
|
|
30548
30548
|
"type": {
|
|
30549
30549
|
"definition": {
|
|
30550
|
-
"description":
|
|
30550
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
30551
30551
|
"enumValues": null,
|
|
30552
30552
|
"fields": {
|
|
30553
30553
|
"id": {
|
|
@@ -30936,7 +30936,7 @@
|
|
|
30936
30936
|
"responseStr": "service:$wanFirewallServiceType ",
|
|
30937
30937
|
"type": {
|
|
30938
30938
|
"definition": {
|
|
30939
|
-
"description": "
|
|
30939
|
+
"description": "Returns the Service Type to which this Wan Firewall rule applies",
|
|
30940
30940
|
"enumValues": null,
|
|
30941
30941
|
"fields": {
|
|
30942
30942
|
"custom": {
|
|
@@ -31150,7 +31150,7 @@
|
|
|
31150
31150
|
"responseStr": "standard:$serviceRef ",
|
|
31151
31151
|
"type": {
|
|
31152
31152
|
"definition": {
|
|
31153
|
-
"description":
|
|
31153
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
31154
31154
|
"enumValues": null,
|
|
31155
31155
|
"fields": {
|
|
31156
31156
|
"id": {
|
|
@@ -31340,7 +31340,7 @@
|
|
|
31340
31340
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
31341
31341
|
"type": {
|
|
31342
31342
|
"definition": {
|
|
31343
|
-
"description":
|
|
31343
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
31344
31344
|
"enumValues": null,
|
|
31345
31345
|
"fields": {
|
|
31346
31346
|
"id": {
|
|
@@ -31418,7 +31418,7 @@
|
|
|
31418
31418
|
"responseStr": "group:$groupRef ",
|
|
31419
31419
|
"type": {
|
|
31420
31420
|
"definition": {
|
|
31421
|
-
"description":
|
|
31421
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
31422
31422
|
"enumValues": null,
|
|
31423
31423
|
"fields": {
|
|
31424
31424
|
"id": {
|
|
@@ -31496,7 +31496,7 @@
|
|
|
31496
31496
|
"responseStr": "host:$hostRef ",
|
|
31497
31497
|
"type": {
|
|
31498
31498
|
"definition": {
|
|
31499
|
-
"description":
|
|
31499
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
31500
31500
|
"enumValues": null,
|
|
31501
31501
|
"fields": {
|
|
31502
31502
|
"id": {
|
|
@@ -31675,7 +31675,7 @@
|
|
|
31675
31675
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
31676
31676
|
"type": {
|
|
31677
31677
|
"definition": {
|
|
31678
|
-
"description":
|
|
31678
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
31679
31679
|
"enumValues": null,
|
|
31680
31680
|
"fields": {
|
|
31681
31681
|
"id": {
|
|
@@ -31753,7 +31753,7 @@
|
|
|
31753
31753
|
"responseStr": "site:$siteRef ",
|
|
31754
31754
|
"type": {
|
|
31755
31755
|
"definition": {
|
|
31756
|
-
"description":
|
|
31756
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
31757
31757
|
"enumValues": null,
|
|
31758
31758
|
"fields": {
|
|
31759
31759
|
"id": {
|
|
@@ -31831,7 +31831,7 @@
|
|
|
31831
31831
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
31832
31832
|
"type": {
|
|
31833
31833
|
"definition": {
|
|
31834
|
-
"description":
|
|
31834
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
31835
31835
|
"enumValues": null,
|
|
31836
31836
|
"fields": {
|
|
31837
31837
|
"id": {
|
|
@@ -31932,7 +31932,7 @@
|
|
|
31932
31932
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
31933
31933
|
"type": {
|
|
31934
31934
|
"definition": {
|
|
31935
|
-
"description":
|
|
31935
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
31936
31936
|
"enumValues": null,
|
|
31937
31937
|
"fields": {
|
|
31938
31938
|
"id": {
|
|
@@ -32010,7 +32010,7 @@
|
|
|
32010
32010
|
"responseStr": "user:$userRef ",
|
|
32011
32011
|
"type": {
|
|
32012
32012
|
"definition": {
|
|
32013
|
-
"description":
|
|
32013
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
32014
32014
|
"enumValues": null,
|
|
32015
32015
|
"fields": {
|
|
32016
32016
|
"id": {
|
|
@@ -32088,7 +32088,7 @@
|
|
|
32088
32088
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
32089
32089
|
"type": {
|
|
32090
32090
|
"definition": {
|
|
32091
|
-
"description":
|
|
32091
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
32092
32092
|
"enumValues": null,
|
|
32093
32093
|
"fields": {
|
|
32094
32094
|
"id": {
|
|
@@ -32660,7 +32660,7 @@
|
|
|
32660
32660
|
"responseStr": "service:$wanFirewallServiceType ",
|
|
32661
32661
|
"type": {
|
|
32662
32662
|
"definition": {
|
|
32663
|
-
"description": "
|
|
32663
|
+
"description": "Returns the Service Type to which this Wan Firewall rule applies",
|
|
32664
32664
|
"enumValues": null,
|
|
32665
32665
|
"fields": {
|
|
32666
32666
|
"custom": {
|
|
@@ -32874,7 +32874,7 @@
|
|
|
32874
32874
|
"responseStr": "standard:$serviceRef ",
|
|
32875
32875
|
"type": {
|
|
32876
32876
|
"definition": {
|
|
32877
|
-
"description":
|
|
32877
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
32878
32878
|
"enumValues": null,
|
|
32879
32879
|
"fields": {
|
|
32880
32880
|
"id": {
|
|
@@ -33064,7 +33064,7 @@
|
|
|
33064
33064
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
33065
33065
|
"type": {
|
|
33066
33066
|
"definition": {
|
|
33067
|
-
"description":
|
|
33067
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
33068
33068
|
"enumValues": null,
|
|
33069
33069
|
"fields": {
|
|
33070
33070
|
"id": {
|
|
@@ -33142,7 +33142,7 @@
|
|
|
33142
33142
|
"responseStr": "group:$groupRef ",
|
|
33143
33143
|
"type": {
|
|
33144
33144
|
"definition": {
|
|
33145
|
-
"description":
|
|
33145
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
33146
33146
|
"enumValues": null,
|
|
33147
33147
|
"fields": {
|
|
33148
33148
|
"id": {
|
|
@@ -33220,7 +33220,7 @@
|
|
|
33220
33220
|
"responseStr": "host:$hostRef ",
|
|
33221
33221
|
"type": {
|
|
33222
33222
|
"definition": {
|
|
33223
|
-
"description":
|
|
33223
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
33224
33224
|
"enumValues": null,
|
|
33225
33225
|
"fields": {
|
|
33226
33226
|
"id": {
|
|
@@ -33399,7 +33399,7 @@
|
|
|
33399
33399
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
33400
33400
|
"type": {
|
|
33401
33401
|
"definition": {
|
|
33402
|
-
"description":
|
|
33402
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
33403
33403
|
"enumValues": null,
|
|
33404
33404
|
"fields": {
|
|
33405
33405
|
"id": {
|
|
@@ -33477,7 +33477,7 @@
|
|
|
33477
33477
|
"responseStr": "site:$siteRef ",
|
|
33478
33478
|
"type": {
|
|
33479
33479
|
"definition": {
|
|
33480
|
-
"description":
|
|
33480
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
33481
33481
|
"enumValues": null,
|
|
33482
33482
|
"fields": {
|
|
33483
33483
|
"id": {
|
|
@@ -33555,7 +33555,7 @@
|
|
|
33555
33555
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
33556
33556
|
"type": {
|
|
33557
33557
|
"definition": {
|
|
33558
|
-
"description":
|
|
33558
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
33559
33559
|
"enumValues": null,
|
|
33560
33560
|
"fields": {
|
|
33561
33561
|
"id": {
|
|
@@ -33656,7 +33656,7 @@
|
|
|
33656
33656
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
33657
33657
|
"type": {
|
|
33658
33658
|
"definition": {
|
|
33659
|
-
"description":
|
|
33659
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
33660
33660
|
"enumValues": null,
|
|
33661
33661
|
"fields": {
|
|
33662
33662
|
"id": {
|
|
@@ -33734,7 +33734,7 @@
|
|
|
33734
33734
|
"responseStr": "user:$userRef ",
|
|
33735
33735
|
"type": {
|
|
33736
33736
|
"definition": {
|
|
33737
|
-
"description":
|
|
33737
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
33738
33738
|
"enumValues": null,
|
|
33739
33739
|
"fields": {
|
|
33740
33740
|
"id": {
|
|
@@ -33812,7 +33812,7 @@
|
|
|
33812
33812
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
33813
33813
|
"type": {
|
|
33814
33814
|
"definition": {
|
|
33815
|
-
"description":
|
|
33815
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
33816
33816
|
"enumValues": null,
|
|
33817
33817
|
"fields": {
|
|
33818
33818
|
"id": {
|
|
@@ -34020,7 +34020,7 @@
|
|
|
34020
34020
|
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
34021
34021
|
"type": {
|
|
34022
34022
|
"definition": {
|
|
34023
|
-
"description":
|
|
34023
|
+
"description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
|
|
34024
34024
|
"enumValues": null,
|
|
34025
34025
|
"fields": {
|
|
34026
34026
|
"id": {
|
|
@@ -34098,7 +34098,7 @@
|
|
|
34098
34098
|
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
34099
34099
|
"type": {
|
|
34100
34100
|
"definition": {
|
|
34101
|
-
"description":
|
|
34101
|
+
"description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
|
|
34102
34102
|
"enumValues": null,
|
|
34103
34103
|
"fields": {
|
|
34104
34104
|
"id": {
|
|
@@ -34176,7 +34176,7 @@
|
|
|
34176
34176
|
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
34177
34177
|
"type": {
|
|
34178
34178
|
"definition": {
|
|
34179
|
-
"description":
|
|
34179
|
+
"description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
|
|
34180
34180
|
"enumValues": null,
|
|
34181
34181
|
"fields": {
|
|
34182
34182
|
"id": {
|