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
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
"responseStr": "destination:$wanFirewallDestinationUpdateInput ",
|
|
1036
1036
|
"type": {
|
|
1037
1037
|
"definition": {
|
|
1038
|
-
"description": "Input of the settings for Destination of a Wan Firewall rule",
|
|
1038
|
+
"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...)",
|
|
1039
1039
|
"enumValues": null,
|
|
1040
1040
|
"fields": null,
|
|
1041
1041
|
"inputFields": {
|
|
@@ -3402,7 +3402,7 @@
|
|
|
3402
3402
|
"responseStr": "destination:$wanFirewallDestinationInput ",
|
|
3403
3403
|
"type": {
|
|
3404
3404
|
"definition": {
|
|
3405
|
-
"description": "Input of the settings for Destination of a Wan Firewall rule",
|
|
3405
|
+
"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...)",
|
|
3406
3406
|
"enumValues": null,
|
|
3407
3407
|
"fields": null,
|
|
3408
3408
|
"inputFields": {
|
|
@@ -4879,7 +4879,7 @@
|
|
|
4879
4879
|
"responseStr": "service:$wanFirewallServiceTypeInput ",
|
|
4880
4880
|
"type": {
|
|
4881
4881
|
"definition": {
|
|
4882
|
-
"description": "
|
|
4882
|
+
"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...)",
|
|
4883
4883
|
"enumValues": null,
|
|
4884
4884
|
"fields": null,
|
|
4885
4885
|
"inputFields": {
|
|
@@ -5187,7 +5187,7 @@
|
|
|
5187
5187
|
"responseStr": "source:$wanFirewallSourceInput ",
|
|
5188
5188
|
"type": {
|
|
5189
5189
|
"definition": {
|
|
5190
|
-
"description": "Input of the settings for Source of an Wan Firewall rule",
|
|
5190
|
+
"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...)",
|
|
5191
5191
|
"enumValues": null,
|
|
5192
5192
|
"fields": null,
|
|
5193
5193
|
"inputFields": {
|
|
@@ -6606,7 +6606,7 @@
|
|
|
6606
6606
|
"responseStr": "service:$wanFirewallServiceTypeUpdateInput ",
|
|
6607
6607
|
"type": {
|
|
6608
6608
|
"definition": {
|
|
6609
|
-
"description": "
|
|
6609
|
+
"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...)",
|
|
6610
6610
|
"enumValues": null,
|
|
6611
6611
|
"fields": null,
|
|
6612
6612
|
"inputFields": {
|
|
@@ -6911,7 +6911,7 @@
|
|
|
6911
6911
|
"responseStr": "source:$wanFirewallSourceUpdateInput ",
|
|
6912
6912
|
"type": {
|
|
6913
6913
|
"definition": {
|
|
6914
|
-
"description": "Input of the settings for Source of an Wan Firewall rule",
|
|
6914
|
+
"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...)",
|
|
6915
6915
|
"enumValues": null,
|
|
6916
6916
|
"fields": null,
|
|
6917
6917
|
"inputFields": {
|
|
@@ -9794,7 +9794,7 @@
|
|
|
9794
9794
|
"responseStr": "destination:$wanFirewallDestinationUpdateInput ",
|
|
9795
9795
|
"type": {
|
|
9796
9796
|
"definition": {
|
|
9797
|
-
"description": "Input of the settings for Destination of a Wan Firewall rule",
|
|
9797
|
+
"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...)",
|
|
9798
9798
|
"enumValues": null,
|
|
9799
9799
|
"fields": null,
|
|
9800
9800
|
"inputFields": {
|
|
@@ -12161,7 +12161,7 @@
|
|
|
12161
12161
|
"responseStr": "destination:$wanFirewallDestinationInput ",
|
|
12162
12162
|
"type": {
|
|
12163
12163
|
"definition": {
|
|
12164
|
-
"description": "Input of the settings for Destination of a Wan Firewall rule",
|
|
12164
|
+
"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...)",
|
|
12165
12165
|
"enumValues": null,
|
|
12166
12166
|
"fields": null,
|
|
12167
12167
|
"inputFields": {
|
|
@@ -13638,7 +13638,7 @@
|
|
|
13638
13638
|
"responseStr": "service:$wanFirewallServiceTypeInput ",
|
|
13639
13639
|
"type": {
|
|
13640
13640
|
"definition": {
|
|
13641
|
-
"description": "
|
|
13641
|
+
"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...)",
|
|
13642
13642
|
"enumValues": null,
|
|
13643
13643
|
"fields": null,
|
|
13644
13644
|
"inputFields": {
|
|
@@ -13946,7 +13946,7 @@
|
|
|
13946
13946
|
"responseStr": "source:$wanFirewallSourceInput ",
|
|
13947
13947
|
"type": {
|
|
13948
13948
|
"definition": {
|
|
13949
|
-
"description": "Input of the settings for Source of an Wan Firewall rule",
|
|
13949
|
+
"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...)",
|
|
13950
13950
|
"enumValues": null,
|
|
13951
13951
|
"fields": null,
|
|
13952
13952
|
"inputFields": {
|
|
@@ -15365,7 +15365,7 @@
|
|
|
15365
15365
|
"responseStr": "service:$wanFirewallServiceTypeUpdateInput ",
|
|
15366
15366
|
"type": {
|
|
15367
15367
|
"definition": {
|
|
15368
|
-
"description": "
|
|
15368
|
+
"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...)",
|
|
15369
15369
|
"enumValues": null,
|
|
15370
15370
|
"fields": null,
|
|
15371
15371
|
"inputFields": {
|
|
@@ -15670,7 +15670,7 @@
|
|
|
15670
15670
|
"responseStr": "source:$wanFirewallSourceUpdateInput ",
|
|
15671
15671
|
"type": {
|
|
15672
15672
|
"definition": {
|
|
15673
|
-
"description": "Input of the settings for Source of an Wan Firewall rule",
|
|
15673
|
+
"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...)",
|
|
15674
15674
|
"enumValues": null,
|
|
15675
15675
|
"fields": null,
|
|
15676
15676
|
"inputFields": {
|
|
@@ -18349,7 +18349,7 @@
|
|
|
18349
18349
|
"responseStr": "destination:$wanFirewallDestinationUpdateInput ",
|
|
18350
18350
|
"type": {
|
|
18351
18351
|
"definition": {
|
|
18352
|
-
"description": "Input of the settings for Destination of a Wan Firewall rule",
|
|
18352
|
+
"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...)",
|
|
18353
18353
|
"enumValues": null,
|
|
18354
18354
|
"fields": null,
|
|
18355
18355
|
"inputFields": {
|
|
@@ -20716,7 +20716,7 @@
|
|
|
20716
20716
|
"responseStr": "destination:$wanFirewallDestinationInput ",
|
|
20717
20717
|
"type": {
|
|
20718
20718
|
"definition": {
|
|
20719
|
-
"description": "Input of the settings for Destination of a Wan Firewall rule",
|
|
20719
|
+
"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...)",
|
|
20720
20720
|
"enumValues": null,
|
|
20721
20721
|
"fields": null,
|
|
20722
20722
|
"inputFields": {
|
|
@@ -22193,7 +22193,7 @@
|
|
|
22193
22193
|
"responseStr": "service:$wanFirewallServiceTypeInput ",
|
|
22194
22194
|
"type": {
|
|
22195
22195
|
"definition": {
|
|
22196
|
-
"description": "
|
|
22196
|
+
"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...)",
|
|
22197
22197
|
"enumValues": null,
|
|
22198
22198
|
"fields": null,
|
|
22199
22199
|
"inputFields": {
|
|
@@ -22501,7 +22501,7 @@
|
|
|
22501
22501
|
"responseStr": "source:$wanFirewallSourceInput ",
|
|
22502
22502
|
"type": {
|
|
22503
22503
|
"definition": {
|
|
22504
|
-
"description": "Input of the settings for Source of an Wan Firewall rule",
|
|
22504
|
+
"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...)",
|
|
22505
22505
|
"enumValues": null,
|
|
22506
22506
|
"fields": null,
|
|
22507
22507
|
"inputFields": {
|
|
@@ -23920,7 +23920,7 @@
|
|
|
23920
23920
|
"responseStr": "service:$wanFirewallServiceTypeUpdateInput ",
|
|
23921
23921
|
"type": {
|
|
23922
23922
|
"definition": {
|
|
23923
|
-
"description": "
|
|
23923
|
+
"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...)",
|
|
23924
23924
|
"enumValues": null,
|
|
23925
23925
|
"fields": null,
|
|
23926
23926
|
"inputFields": {
|
|
@@ -24225,7 +24225,7 @@
|
|
|
24225
24225
|
"responseStr": "source:$wanFirewallSourceUpdateInput ",
|
|
24226
24226
|
"type": {
|
|
24227
24227
|
"definition": {
|
|
24228
|
-
"description": "Input of the settings for Source of an Wan Firewall rule",
|
|
24228
|
+
"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...)",
|
|
24229
24229
|
"enumValues": null,
|
|
24230
24230
|
"fields": null,
|
|
24231
24231
|
"inputFields": {
|
|
@@ -26147,7 +26147,7 @@
|
|
|
26147
26147
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
26148
26148
|
"type": {
|
|
26149
26149
|
"definition": {
|
|
26150
|
-
"description":
|
|
26150
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
26151
26151
|
"enumValues": null,
|
|
26152
26152
|
"fields": {
|
|
26153
26153
|
"id": {
|
|
@@ -26225,7 +26225,7 @@
|
|
|
26225
26225
|
"responseStr": "application:$applicationRef ",
|
|
26226
26226
|
"type": {
|
|
26227
26227
|
"definition": {
|
|
26228
|
-
"description":
|
|
26228
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
26229
26229
|
"enumValues": null,
|
|
26230
26230
|
"fields": {
|
|
26231
26231
|
"id": {
|
|
@@ -26303,7 +26303,7 @@
|
|
|
26303
26303
|
"responseStr": "customApp:$customApplicationRef ",
|
|
26304
26304
|
"type": {
|
|
26305
26305
|
"definition": {
|
|
26306
|
-
"description":
|
|
26306
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
26307
26307
|
"enumValues": null,
|
|
26308
26308
|
"fields": {
|
|
26309
26309
|
"id": {
|
|
@@ -26381,7 +26381,7 @@
|
|
|
26381
26381
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
26382
26382
|
"type": {
|
|
26383
26383
|
"definition": {
|
|
26384
|
-
"description":
|
|
26384
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
26385
26385
|
"enumValues": null,
|
|
26386
26386
|
"fields": {
|
|
26387
26387
|
"id": {
|
|
@@ -26505,7 +26505,7 @@
|
|
|
26505
26505
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
26506
26506
|
"type": {
|
|
26507
26507
|
"definition": {
|
|
26508
|
-
"description":
|
|
26508
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
26509
26509
|
"enumValues": null,
|
|
26510
26510
|
"fields": {
|
|
26511
26511
|
"id": {
|
|
@@ -26684,7 +26684,7 @@
|
|
|
26684
26684
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
26685
26685
|
"type": {
|
|
26686
26686
|
"definition": {
|
|
26687
|
-
"description":
|
|
26687
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
26688
26688
|
"enumValues": null,
|
|
26689
26689
|
"fields": {
|
|
26690
26690
|
"id": {
|
|
@@ -26854,7 +26854,7 @@
|
|
|
26854
26854
|
"responseStr": "country:$countryRef ",
|
|
26855
26855
|
"type": {
|
|
26856
26856
|
"definition": {
|
|
26857
|
-
"description":
|
|
26857
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
26858
26858
|
"enumValues": null,
|
|
26859
26859
|
"fields": {
|
|
26860
26860
|
"id": {
|
|
@@ -27048,7 +27048,7 @@
|
|
|
27048
27048
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
27049
27049
|
"type": {
|
|
27050
27050
|
"definition": {
|
|
27051
|
-
"description":
|
|
27051
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
27052
27052
|
"enumValues": null,
|
|
27053
27053
|
"fields": {
|
|
27054
27054
|
"id": {
|
|
@@ -27126,7 +27126,7 @@
|
|
|
27126
27126
|
"responseStr": "group:$groupRef ",
|
|
27127
27127
|
"type": {
|
|
27128
27128
|
"definition": {
|
|
27129
|
-
"description":
|
|
27129
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
27130
27130
|
"enumValues": null,
|
|
27131
27131
|
"fields": {
|
|
27132
27132
|
"id": {
|
|
@@ -27204,7 +27204,7 @@
|
|
|
27204
27204
|
"responseStr": "host:$hostRef ",
|
|
27205
27205
|
"type": {
|
|
27206
27206
|
"definition": {
|
|
27207
|
-
"description":
|
|
27207
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
27208
27208
|
"enumValues": null,
|
|
27209
27209
|
"fields": {
|
|
27210
27210
|
"id": {
|
|
@@ -27383,7 +27383,7 @@
|
|
|
27383
27383
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
27384
27384
|
"type": {
|
|
27385
27385
|
"definition": {
|
|
27386
|
-
"description":
|
|
27386
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
27387
27387
|
"enumValues": null,
|
|
27388
27388
|
"fields": {
|
|
27389
27389
|
"id": {
|
|
@@ -27461,7 +27461,7 @@
|
|
|
27461
27461
|
"responseStr": "site:$siteRef ",
|
|
27462
27462
|
"type": {
|
|
27463
27463
|
"definition": {
|
|
27464
|
-
"description":
|
|
27464
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
27465
27465
|
"enumValues": null,
|
|
27466
27466
|
"fields": {
|
|
27467
27467
|
"id": {
|
|
@@ -27539,7 +27539,7 @@
|
|
|
27539
27539
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
27540
27540
|
"type": {
|
|
27541
27541
|
"definition": {
|
|
27542
|
-
"description":
|
|
27542
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
27543
27543
|
"enumValues": null,
|
|
27544
27544
|
"fields": {
|
|
27545
27545
|
"id": {
|
|
@@ -27640,7 +27640,7 @@
|
|
|
27640
27640
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
27641
27641
|
"type": {
|
|
27642
27642
|
"definition": {
|
|
27643
|
-
"description":
|
|
27643
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
27644
27644
|
"enumValues": null,
|
|
27645
27645
|
"fields": {
|
|
27646
27646
|
"id": {
|
|
@@ -27718,7 +27718,7 @@
|
|
|
27718
27718
|
"responseStr": "user:$userRef ",
|
|
27719
27719
|
"type": {
|
|
27720
27720
|
"definition": {
|
|
27721
|
-
"description":
|
|
27721
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
27722
27722
|
"enumValues": null,
|
|
27723
27723
|
"fields": {
|
|
27724
27724
|
"id": {
|
|
@@ -27796,7 +27796,7 @@
|
|
|
27796
27796
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
27797
27797
|
"type": {
|
|
27798
27798
|
"definition": {
|
|
27799
|
-
"description":
|
|
27799
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
27800
27800
|
"enumValues": null,
|
|
27801
27801
|
"fields": {
|
|
27802
27802
|
"id": {
|
|
@@ -27891,7 +27891,7 @@
|
|
|
27891
27891
|
"responseStr": "device:$deviceProfileRef ",
|
|
27892
27892
|
"type": {
|
|
27893
27893
|
"definition": {
|
|
27894
|
-
"description":
|
|
27894
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
27895
27895
|
"enumValues": null,
|
|
27896
27896
|
"fields": {
|
|
27897
27897
|
"id": {
|
|
@@ -28314,7 +28314,7 @@
|
|
|
28314
28314
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
28315
28315
|
"type": {
|
|
28316
28316
|
"definition": {
|
|
28317
|
-
"description":
|
|
28317
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
28318
28318
|
"enumValues": null,
|
|
28319
28319
|
"fields": {
|
|
28320
28320
|
"id": {
|
|
@@ -28392,7 +28392,7 @@
|
|
|
28392
28392
|
"responseStr": "application:$applicationRef ",
|
|
28393
28393
|
"type": {
|
|
28394
28394
|
"definition": {
|
|
28395
|
-
"description":
|
|
28395
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
28396
28396
|
"enumValues": null,
|
|
28397
28397
|
"fields": {
|
|
28398
28398
|
"id": {
|
|
@@ -28470,7 +28470,7 @@
|
|
|
28470
28470
|
"responseStr": "customApp:$customApplicationRef ",
|
|
28471
28471
|
"type": {
|
|
28472
28472
|
"definition": {
|
|
28473
|
-
"description":
|
|
28473
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
28474
28474
|
"enumValues": null,
|
|
28475
28475
|
"fields": {
|
|
28476
28476
|
"id": {
|
|
@@ -28548,7 +28548,7 @@
|
|
|
28548
28548
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
28549
28549
|
"type": {
|
|
28550
28550
|
"definition": {
|
|
28551
|
-
"description":
|
|
28551
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
28552
28552
|
"enumValues": null,
|
|
28553
28553
|
"fields": {
|
|
28554
28554
|
"id": {
|
|
@@ -28672,7 +28672,7 @@
|
|
|
28672
28672
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
28673
28673
|
"type": {
|
|
28674
28674
|
"definition": {
|
|
28675
|
-
"description":
|
|
28675
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
28676
28676
|
"enumValues": null,
|
|
28677
28677
|
"fields": {
|
|
28678
28678
|
"id": {
|
|
@@ -28851,7 +28851,7 @@
|
|
|
28851
28851
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
28852
28852
|
"type": {
|
|
28853
28853
|
"definition": {
|
|
28854
|
-
"description":
|
|
28854
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
28855
28855
|
"enumValues": null,
|
|
28856
28856
|
"fields": {
|
|
28857
28857
|
"id": {
|
|
@@ -29021,7 +29021,7 @@
|
|
|
29021
29021
|
"responseStr": "country:$countryRef ",
|
|
29022
29022
|
"type": {
|
|
29023
29023
|
"definition": {
|
|
29024
|
-
"description":
|
|
29024
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
29025
29025
|
"enumValues": null,
|
|
29026
29026
|
"fields": {
|
|
29027
29027
|
"id": {
|
|
@@ -29194,7 +29194,7 @@
|
|
|
29194
29194
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
29195
29195
|
"type": {
|
|
29196
29196
|
"definition": {
|
|
29197
|
-
"description":
|
|
29197
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
29198
29198
|
"enumValues": null,
|
|
29199
29199
|
"fields": {
|
|
29200
29200
|
"id": {
|
|
@@ -29272,7 +29272,7 @@
|
|
|
29272
29272
|
"responseStr": "group:$groupRef ",
|
|
29273
29273
|
"type": {
|
|
29274
29274
|
"definition": {
|
|
29275
|
-
"description":
|
|
29275
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
29276
29276
|
"enumValues": null,
|
|
29277
29277
|
"fields": {
|
|
29278
29278
|
"id": {
|
|
@@ -29350,7 +29350,7 @@
|
|
|
29350
29350
|
"responseStr": "host:$hostRef ",
|
|
29351
29351
|
"type": {
|
|
29352
29352
|
"definition": {
|
|
29353
|
-
"description":
|
|
29353
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
29354
29354
|
"enumValues": null,
|
|
29355
29355
|
"fields": {
|
|
29356
29356
|
"id": {
|
|
@@ -29529,7 +29529,7 @@
|
|
|
29529
29529
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
29530
29530
|
"type": {
|
|
29531
29531
|
"definition": {
|
|
29532
|
-
"description":
|
|
29532
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
29533
29533
|
"enumValues": null,
|
|
29534
29534
|
"fields": {
|
|
29535
29535
|
"id": {
|
|
@@ -29607,7 +29607,7 @@
|
|
|
29607
29607
|
"responseStr": "site:$siteRef ",
|
|
29608
29608
|
"type": {
|
|
29609
29609
|
"definition": {
|
|
29610
|
-
"description":
|
|
29610
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
29611
29611
|
"enumValues": null,
|
|
29612
29612
|
"fields": {
|
|
29613
29613
|
"id": {
|
|
@@ -29685,7 +29685,7 @@
|
|
|
29685
29685
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
29686
29686
|
"type": {
|
|
29687
29687
|
"definition": {
|
|
29688
|
-
"description":
|
|
29688
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
29689
29689
|
"enumValues": null,
|
|
29690
29690
|
"fields": {
|
|
29691
29691
|
"id": {
|
|
@@ -29786,7 +29786,7 @@
|
|
|
29786
29786
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
29787
29787
|
"type": {
|
|
29788
29788
|
"definition": {
|
|
29789
|
-
"description":
|
|
29789
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
29790
29790
|
"enumValues": null,
|
|
29791
29791
|
"fields": {
|
|
29792
29792
|
"id": {
|
|
@@ -29864,7 +29864,7 @@
|
|
|
29864
29864
|
"responseStr": "user:$userRef ",
|
|
29865
29865
|
"type": {
|
|
29866
29866
|
"definition": {
|
|
29867
|
-
"description":
|
|
29867
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
29868
29868
|
"enumValues": null,
|
|
29869
29869
|
"fields": {
|
|
29870
29870
|
"id": {
|
|
@@ -29942,7 +29942,7 @@
|
|
|
29942
29942
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
29943
29943
|
"type": {
|
|
29944
29944
|
"definition": {
|
|
29945
|
-
"description":
|
|
29945
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
29946
29946
|
"enumValues": null,
|
|
29947
29947
|
"fields": {
|
|
29948
29948
|
"id": {
|
|
@@ -30037,7 +30037,7 @@
|
|
|
30037
30037
|
"responseStr": "device:$deviceProfileRef ",
|
|
30038
30038
|
"type": {
|
|
30039
30039
|
"definition": {
|
|
30040
|
-
"description":
|
|
30040
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
30041
30041
|
"enumValues": null,
|
|
30042
30042
|
"fields": {
|
|
30043
30043
|
"id": {
|
|
@@ -30426,7 +30426,7 @@
|
|
|
30426
30426
|
"responseStr": "service:$wanFirewallServiceType ",
|
|
30427
30427
|
"type": {
|
|
30428
30428
|
"definition": {
|
|
30429
|
-
"description": "
|
|
30429
|
+
"description": "Returns the Service Type to which this Wan Firewall rule applies",
|
|
30430
30430
|
"enumValues": null,
|
|
30431
30431
|
"fields": {
|
|
30432
30432
|
"custom": {
|
|
@@ -30640,7 +30640,7 @@
|
|
|
30640
30640
|
"responseStr": "standard:$serviceRef ",
|
|
30641
30641
|
"type": {
|
|
30642
30642
|
"definition": {
|
|
30643
|
-
"description":
|
|
30643
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
30644
30644
|
"enumValues": null,
|
|
30645
30645
|
"fields": {
|
|
30646
30646
|
"id": {
|
|
@@ -30830,7 +30830,7 @@
|
|
|
30830
30830
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
30831
30831
|
"type": {
|
|
30832
30832
|
"definition": {
|
|
30833
|
-
"description":
|
|
30833
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
30834
30834
|
"enumValues": null,
|
|
30835
30835
|
"fields": {
|
|
30836
30836
|
"id": {
|
|
@@ -30908,7 +30908,7 @@
|
|
|
30908
30908
|
"responseStr": "group:$groupRef ",
|
|
30909
30909
|
"type": {
|
|
30910
30910
|
"definition": {
|
|
30911
|
-
"description":
|
|
30911
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
30912
30912
|
"enumValues": null,
|
|
30913
30913
|
"fields": {
|
|
30914
30914
|
"id": {
|
|
@@ -30986,7 +30986,7 @@
|
|
|
30986
30986
|
"responseStr": "host:$hostRef ",
|
|
30987
30987
|
"type": {
|
|
30988
30988
|
"definition": {
|
|
30989
|
-
"description":
|
|
30989
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
30990
30990
|
"enumValues": null,
|
|
30991
30991
|
"fields": {
|
|
30992
30992
|
"id": {
|
|
@@ -31165,7 +31165,7 @@
|
|
|
31165
31165
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
31166
31166
|
"type": {
|
|
31167
31167
|
"definition": {
|
|
31168
|
-
"description":
|
|
31168
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
31169
31169
|
"enumValues": null,
|
|
31170
31170
|
"fields": {
|
|
31171
31171
|
"id": {
|
|
@@ -31243,7 +31243,7 @@
|
|
|
31243
31243
|
"responseStr": "site:$siteRef ",
|
|
31244
31244
|
"type": {
|
|
31245
31245
|
"definition": {
|
|
31246
|
-
"description":
|
|
31246
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
31247
31247
|
"enumValues": null,
|
|
31248
31248
|
"fields": {
|
|
31249
31249
|
"id": {
|
|
@@ -31321,7 +31321,7 @@
|
|
|
31321
31321
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
31322
31322
|
"type": {
|
|
31323
31323
|
"definition": {
|
|
31324
|
-
"description":
|
|
31324
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
31325
31325
|
"enumValues": null,
|
|
31326
31326
|
"fields": {
|
|
31327
31327
|
"id": {
|
|
@@ -31422,7 +31422,7 @@
|
|
|
31422
31422
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
31423
31423
|
"type": {
|
|
31424
31424
|
"definition": {
|
|
31425
|
-
"description":
|
|
31425
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
31426
31426
|
"enumValues": null,
|
|
31427
31427
|
"fields": {
|
|
31428
31428
|
"id": {
|
|
@@ -31500,7 +31500,7 @@
|
|
|
31500
31500
|
"responseStr": "user:$userRef ",
|
|
31501
31501
|
"type": {
|
|
31502
31502
|
"definition": {
|
|
31503
|
-
"description":
|
|
31503
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
31504
31504
|
"enumValues": null,
|
|
31505
31505
|
"fields": {
|
|
31506
31506
|
"id": {
|
|
@@ -31578,7 +31578,7 @@
|
|
|
31578
31578
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
31579
31579
|
"type": {
|
|
31580
31580
|
"definition": {
|
|
31581
|
-
"description":
|
|
31581
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
31582
31582
|
"enumValues": null,
|
|
31583
31583
|
"fields": {
|
|
31584
31584
|
"id": {
|
|
@@ -32150,7 +32150,7 @@
|
|
|
32150
32150
|
"responseStr": "service:$wanFirewallServiceType ",
|
|
32151
32151
|
"type": {
|
|
32152
32152
|
"definition": {
|
|
32153
|
-
"description": "
|
|
32153
|
+
"description": "Returns the Service Type to which this Wan Firewall rule applies",
|
|
32154
32154
|
"enumValues": null,
|
|
32155
32155
|
"fields": {
|
|
32156
32156
|
"custom": {
|
|
@@ -32364,7 +32364,7 @@
|
|
|
32364
32364
|
"responseStr": "standard:$serviceRef ",
|
|
32365
32365
|
"type": {
|
|
32366
32366
|
"definition": {
|
|
32367
|
-
"description":
|
|
32367
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
32368
32368
|
"enumValues": null,
|
|
32369
32369
|
"fields": {
|
|
32370
32370
|
"id": {
|
|
@@ -32554,7 +32554,7 @@
|
|
|
32554
32554
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
32555
32555
|
"type": {
|
|
32556
32556
|
"definition": {
|
|
32557
|
-
"description":
|
|
32557
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
32558
32558
|
"enumValues": null,
|
|
32559
32559
|
"fields": {
|
|
32560
32560
|
"id": {
|
|
@@ -32632,7 +32632,7 @@
|
|
|
32632
32632
|
"responseStr": "group:$groupRef ",
|
|
32633
32633
|
"type": {
|
|
32634
32634
|
"definition": {
|
|
32635
|
-
"description":
|
|
32635
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
32636
32636
|
"enumValues": null,
|
|
32637
32637
|
"fields": {
|
|
32638
32638
|
"id": {
|
|
@@ -32710,7 +32710,7 @@
|
|
|
32710
32710
|
"responseStr": "host:$hostRef ",
|
|
32711
32711
|
"type": {
|
|
32712
32712
|
"definition": {
|
|
32713
|
-
"description":
|
|
32713
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
32714
32714
|
"enumValues": null,
|
|
32715
32715
|
"fields": {
|
|
32716
32716
|
"id": {
|
|
@@ -32889,7 +32889,7 @@
|
|
|
32889
32889
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
32890
32890
|
"type": {
|
|
32891
32891
|
"definition": {
|
|
32892
|
-
"description":
|
|
32892
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
32893
32893
|
"enumValues": null,
|
|
32894
32894
|
"fields": {
|
|
32895
32895
|
"id": {
|
|
@@ -32967,7 +32967,7 @@
|
|
|
32967
32967
|
"responseStr": "site:$siteRef ",
|
|
32968
32968
|
"type": {
|
|
32969
32969
|
"definition": {
|
|
32970
|
-
"description":
|
|
32970
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
32971
32971
|
"enumValues": null,
|
|
32972
32972
|
"fields": {
|
|
32973
32973
|
"id": {
|
|
@@ -33045,7 +33045,7 @@
|
|
|
33045
33045
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
33046
33046
|
"type": {
|
|
33047
33047
|
"definition": {
|
|
33048
|
-
"description":
|
|
33048
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
33049
33049
|
"enumValues": null,
|
|
33050
33050
|
"fields": {
|
|
33051
33051
|
"id": {
|
|
@@ -33146,7 +33146,7 @@
|
|
|
33146
33146
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
33147
33147
|
"type": {
|
|
33148
33148
|
"definition": {
|
|
33149
|
-
"description":
|
|
33149
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
33150
33150
|
"enumValues": null,
|
|
33151
33151
|
"fields": {
|
|
33152
33152
|
"id": {
|
|
@@ -33224,7 +33224,7 @@
|
|
|
33224
33224
|
"responseStr": "user:$userRef ",
|
|
33225
33225
|
"type": {
|
|
33226
33226
|
"definition": {
|
|
33227
|
-
"description":
|
|
33227
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
33228
33228
|
"enumValues": null,
|
|
33229
33229
|
"fields": {
|
|
33230
33230
|
"id": {
|
|
@@ -33302,7 +33302,7 @@
|
|
|
33302
33302
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
33303
33303
|
"type": {
|
|
33304
33304
|
"definition": {
|
|
33305
|
-
"description":
|
|
33305
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
33306
33306
|
"enumValues": null,
|
|
33307
33307
|
"fields": {
|
|
33308
33308
|
"id": {
|
|
@@ -33510,7 +33510,7 @@
|
|
|
33510
33510
|
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
33511
33511
|
"type": {
|
|
33512
33512
|
"definition": {
|
|
33513
|
-
"description":
|
|
33513
|
+
"description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
|
|
33514
33514
|
"enumValues": null,
|
|
33515
33515
|
"fields": {
|
|
33516
33516
|
"id": {
|
|
@@ -33588,7 +33588,7 @@
|
|
|
33588
33588
|
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
33589
33589
|
"type": {
|
|
33590
33590
|
"definition": {
|
|
33591
|
-
"description":
|
|
33591
|
+
"description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
|
|
33592
33592
|
"enumValues": null,
|
|
33593
33593
|
"fields": {
|
|
33594
33594
|
"id": {
|
|
@@ -33666,7 +33666,7 @@
|
|
|
33666
33666
|
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
33667
33667
|
"type": {
|
|
33668
33668
|
"definition": {
|
|
33669
|
-
"description":
|
|
33669
|
+
"description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
|
|
33670
33670
|
"enumValues": null,
|
|
33671
33671
|
"fields": {
|
|
33672
33672
|
"id": {
|