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
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
"responseStr": "country:$countryRef ",
|
|
1214
1214
|
"type": {
|
|
1215
1215
|
"definition": {
|
|
1216
|
-
"description":
|
|
1216
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
1217
1217
|
"enumValues": null,
|
|
1218
1218
|
"fields": {
|
|
1219
1219
|
"id": {
|
|
@@ -1312,7 +1312,7 @@
|
|
|
1312
1312
|
"responseStr": "destination:$internetFirewallDestination ",
|
|
1313
1313
|
"type": {
|
|
1314
1314
|
"definition": {
|
|
1315
|
-
"description": "Destination
|
|
1315
|
+
"description": "Returns the settings for Destination of an Internet Firewall rule",
|
|
1316
1316
|
"enumValues": null,
|
|
1317
1317
|
"fields": {
|
|
1318
1318
|
"appCategory": {
|
|
@@ -1329,7 +1329,7 @@
|
|
|
1329
1329
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
1330
1330
|
"type": {
|
|
1331
1331
|
"definition": {
|
|
1332
|
-
"description":
|
|
1332
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
1333
1333
|
"enumValues": null,
|
|
1334
1334
|
"fields": {
|
|
1335
1335
|
"id": {
|
|
@@ -1407,7 +1407,7 @@
|
|
|
1407
1407
|
"responseStr": "application:$applicationRef ",
|
|
1408
1408
|
"type": {
|
|
1409
1409
|
"definition": {
|
|
1410
|
-
"description":
|
|
1410
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
1411
1411
|
"enumValues": null,
|
|
1412
1412
|
"fields": {
|
|
1413
1413
|
"id": {
|
|
@@ -1675,7 +1675,7 @@
|
|
|
1675
1675
|
"responseStr": "country:$countryRef ",
|
|
1676
1676
|
"type": {
|
|
1677
1677
|
"definition": {
|
|
1678
|
-
"description":
|
|
1678
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
1679
1679
|
"enumValues": null,
|
|
1680
1680
|
"fields": {
|
|
1681
1681
|
"id": {
|
|
@@ -1753,7 +1753,7 @@
|
|
|
1753
1753
|
"responseStr": "customApp:$customApplicationRef ",
|
|
1754
1754
|
"type": {
|
|
1755
1755
|
"definition": {
|
|
1756
|
-
"description":
|
|
1756
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
1757
1757
|
"enumValues": null,
|
|
1758
1758
|
"fields": {
|
|
1759
1759
|
"id": {
|
|
@@ -1831,7 +1831,7 @@
|
|
|
1831
1831
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
1832
1832
|
"type": {
|
|
1833
1833
|
"definition": {
|
|
1834
|
-
"description":
|
|
1834
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
1835
1835
|
"enumValues": null,
|
|
1836
1836
|
"fields": {
|
|
1837
1837
|
"id": {
|
|
@@ -1955,7 +1955,7 @@
|
|
|
1955
1955
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1956
1956
|
"type": {
|
|
1957
1957
|
"definition": {
|
|
1958
|
-
"description":
|
|
1958
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
1959
1959
|
"enumValues": null,
|
|
1960
1960
|
"fields": {
|
|
1961
1961
|
"id": {
|
|
@@ -2157,7 +2157,7 @@
|
|
|
2157
2157
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
2158
2158
|
"type": {
|
|
2159
2159
|
"definition": {
|
|
2160
|
-
"description":
|
|
2160
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
2161
2161
|
"enumValues": null,
|
|
2162
2162
|
"fields": {
|
|
2163
2163
|
"id": {
|
|
@@ -2275,7 +2275,7 @@
|
|
|
2275
2275
|
"responseStr": "device:$deviceProfileRef ",
|
|
2276
2276
|
"type": {
|
|
2277
2277
|
"definition": {
|
|
2278
|
-
"description":
|
|
2278
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
2279
2279
|
"enumValues": null,
|
|
2280
2280
|
"fields": {
|
|
2281
2281
|
"id": {
|
|
@@ -2687,7 +2687,7 @@
|
|
|
2687
2687
|
"responseStr": "country:$countryRef ",
|
|
2688
2688
|
"type": {
|
|
2689
2689
|
"definition": {
|
|
2690
|
-
"description":
|
|
2690
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
2691
2691
|
"enumValues": null,
|
|
2692
2692
|
"fields": {
|
|
2693
2693
|
"id": {
|
|
@@ -2765,7 +2765,7 @@
|
|
|
2765
2765
|
"responseStr": "destination:$internetFirewallDestination ",
|
|
2766
2766
|
"type": {
|
|
2767
2767
|
"definition": {
|
|
2768
|
-
"description": "Destination
|
|
2768
|
+
"description": "Returns the settings for Destination of an Internet Firewall rule",
|
|
2769
2769
|
"enumValues": null,
|
|
2770
2770
|
"fields": {
|
|
2771
2771
|
"appCategory": {
|
|
@@ -2782,7 +2782,7 @@
|
|
|
2782
2782
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
2783
2783
|
"type": {
|
|
2784
2784
|
"definition": {
|
|
2785
|
-
"description":
|
|
2785
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
2786
2786
|
"enumValues": null,
|
|
2787
2787
|
"fields": {
|
|
2788
2788
|
"id": {
|
|
@@ -2860,7 +2860,7 @@
|
|
|
2860
2860
|
"responseStr": "application:$applicationRef ",
|
|
2861
2861
|
"type": {
|
|
2862
2862
|
"definition": {
|
|
2863
|
-
"description":
|
|
2863
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
2864
2864
|
"enumValues": null,
|
|
2865
2865
|
"fields": {
|
|
2866
2866
|
"id": {
|
|
@@ -3128,7 +3128,7 @@
|
|
|
3128
3128
|
"responseStr": "country:$countryRef ",
|
|
3129
3129
|
"type": {
|
|
3130
3130
|
"definition": {
|
|
3131
|
-
"description":
|
|
3131
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
3132
3132
|
"enumValues": null,
|
|
3133
3133
|
"fields": {
|
|
3134
3134
|
"id": {
|
|
@@ -3206,7 +3206,7 @@
|
|
|
3206
3206
|
"responseStr": "customApp:$customApplicationRef ",
|
|
3207
3207
|
"type": {
|
|
3208
3208
|
"definition": {
|
|
3209
|
-
"description":
|
|
3209
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
3210
3210
|
"enumValues": null,
|
|
3211
3211
|
"fields": {
|
|
3212
3212
|
"id": {
|
|
@@ -3284,7 +3284,7 @@
|
|
|
3284
3284
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
3285
3285
|
"type": {
|
|
3286
3286
|
"definition": {
|
|
3287
|
-
"description":
|
|
3287
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
3288
3288
|
"enumValues": null,
|
|
3289
3289
|
"fields": {
|
|
3290
3290
|
"id": {
|
|
@@ -3408,7 +3408,7 @@
|
|
|
3408
3408
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3409
3409
|
"type": {
|
|
3410
3410
|
"definition": {
|
|
3411
|
-
"description":
|
|
3411
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
3412
3412
|
"enumValues": null,
|
|
3413
3413
|
"fields": {
|
|
3414
3414
|
"id": {
|
|
@@ -3610,7 +3610,7 @@
|
|
|
3610
3610
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
3611
3611
|
"type": {
|
|
3612
3612
|
"definition": {
|
|
3613
|
-
"description":
|
|
3613
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
3614
3614
|
"enumValues": null,
|
|
3615
3615
|
"fields": {
|
|
3616
3616
|
"id": {
|
|
@@ -3728,7 +3728,7 @@
|
|
|
3728
3728
|
"responseStr": "device:$deviceProfileRef ",
|
|
3729
3729
|
"type": {
|
|
3730
3730
|
"definition": {
|
|
3731
|
-
"description":
|
|
3731
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
3732
3732
|
"enumValues": null,
|
|
3733
3733
|
"fields": {
|
|
3734
3734
|
"id": {
|
|
@@ -4071,7 +4071,7 @@
|
|
|
4071
4071
|
"responseStr": "service:$internetFirewallServiceType ",
|
|
4072
4072
|
"type": {
|
|
4073
4073
|
"definition": {
|
|
4074
|
-
"description": "
|
|
4074
|
+
"description": "Returns the Service Type to which this Internet Firewall rule applies",
|
|
4075
4075
|
"enumValues": null,
|
|
4076
4076
|
"fields": {
|
|
4077
4077
|
"custom": {
|
|
@@ -4285,7 +4285,7 @@
|
|
|
4285
4285
|
"responseStr": "standard:$serviceRef ",
|
|
4286
4286
|
"type": {
|
|
4287
4287
|
"definition": {
|
|
4288
|
-
"description":
|
|
4288
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
4289
4289
|
"enumValues": null,
|
|
4290
4290
|
"fields": {
|
|
4291
4291
|
"id": {
|
|
@@ -4475,7 +4475,7 @@
|
|
|
4475
4475
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4476
4476
|
"type": {
|
|
4477
4477
|
"definition": {
|
|
4478
|
-
"description":
|
|
4478
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
4479
4479
|
"enumValues": null,
|
|
4480
4480
|
"fields": {
|
|
4481
4481
|
"id": {
|
|
@@ -4553,7 +4553,7 @@
|
|
|
4553
4553
|
"responseStr": "group:$groupRef ",
|
|
4554
4554
|
"type": {
|
|
4555
4555
|
"definition": {
|
|
4556
|
-
"description":
|
|
4556
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
4557
4557
|
"enumValues": null,
|
|
4558
4558
|
"fields": {
|
|
4559
4559
|
"id": {
|
|
@@ -4631,7 +4631,7 @@
|
|
|
4631
4631
|
"responseStr": "host:$hostRef ",
|
|
4632
4632
|
"type": {
|
|
4633
4633
|
"definition": {
|
|
4634
|
-
"description":
|
|
4634
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
4635
4635
|
"enumValues": null,
|
|
4636
4636
|
"fields": {
|
|
4637
4637
|
"id": {
|
|
@@ -4810,7 +4810,7 @@
|
|
|
4810
4810
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
4811
4811
|
"type": {
|
|
4812
4812
|
"definition": {
|
|
4813
|
-
"description":
|
|
4813
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
4814
4814
|
"enumValues": null,
|
|
4815
4815
|
"fields": {
|
|
4816
4816
|
"id": {
|
|
@@ -4888,7 +4888,7 @@
|
|
|
4888
4888
|
"responseStr": "site:$siteRef ",
|
|
4889
4889
|
"type": {
|
|
4890
4890
|
"definition": {
|
|
4891
|
-
"description":
|
|
4891
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
4892
4892
|
"enumValues": null,
|
|
4893
4893
|
"fields": {
|
|
4894
4894
|
"id": {
|
|
@@ -4966,7 +4966,7 @@
|
|
|
4966
4966
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
4967
4967
|
"type": {
|
|
4968
4968
|
"definition": {
|
|
4969
|
-
"description":
|
|
4969
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
4970
4970
|
"enumValues": null,
|
|
4971
4971
|
"fields": {
|
|
4972
4972
|
"id": {
|
|
@@ -5067,7 +5067,7 @@
|
|
|
5067
5067
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
5068
5068
|
"type": {
|
|
5069
5069
|
"definition": {
|
|
5070
|
-
"description":
|
|
5070
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
5071
5071
|
"enumValues": null,
|
|
5072
5072
|
"fields": {
|
|
5073
5073
|
"id": {
|
|
@@ -5145,7 +5145,7 @@
|
|
|
5145
5145
|
"responseStr": "user:$userRef ",
|
|
5146
5146
|
"type": {
|
|
5147
5147
|
"definition": {
|
|
5148
|
-
"description":
|
|
5148
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
5149
5149
|
"enumValues": null,
|
|
5150
5150
|
"fields": {
|
|
5151
5151
|
"id": {
|
|
@@ -5223,7 +5223,7 @@
|
|
|
5223
5223
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
5224
5224
|
"type": {
|
|
5225
5225
|
"definition": {
|
|
5226
|
-
"description":
|
|
5226
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
5227
5227
|
"enumValues": null,
|
|
5228
5228
|
"fields": {
|
|
5229
5229
|
"id": {
|
|
@@ -5795,7 +5795,7 @@
|
|
|
5795
5795
|
"responseStr": "service:$internetFirewallServiceType ",
|
|
5796
5796
|
"type": {
|
|
5797
5797
|
"definition": {
|
|
5798
|
-
"description": "
|
|
5798
|
+
"description": "Returns the Service Type to which this Internet Firewall rule applies",
|
|
5799
5799
|
"enumValues": null,
|
|
5800
5800
|
"fields": {
|
|
5801
5801
|
"custom": {
|
|
@@ -6009,7 +6009,7 @@
|
|
|
6009
6009
|
"responseStr": "standard:$serviceRef ",
|
|
6010
6010
|
"type": {
|
|
6011
6011
|
"definition": {
|
|
6012
|
-
"description":
|
|
6012
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
6013
6013
|
"enumValues": null,
|
|
6014
6014
|
"fields": {
|
|
6015
6015
|
"id": {
|
|
@@ -6199,7 +6199,7 @@
|
|
|
6199
6199
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
6200
6200
|
"type": {
|
|
6201
6201
|
"definition": {
|
|
6202
|
-
"description":
|
|
6202
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
6203
6203
|
"enumValues": null,
|
|
6204
6204
|
"fields": {
|
|
6205
6205
|
"id": {
|
|
@@ -6277,7 +6277,7 @@
|
|
|
6277
6277
|
"responseStr": "group:$groupRef ",
|
|
6278
6278
|
"type": {
|
|
6279
6279
|
"definition": {
|
|
6280
|
-
"description":
|
|
6280
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
6281
6281
|
"enumValues": null,
|
|
6282
6282
|
"fields": {
|
|
6283
6283
|
"id": {
|
|
@@ -6355,7 +6355,7 @@
|
|
|
6355
6355
|
"responseStr": "host:$hostRef ",
|
|
6356
6356
|
"type": {
|
|
6357
6357
|
"definition": {
|
|
6358
|
-
"description":
|
|
6358
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
6359
6359
|
"enumValues": null,
|
|
6360
6360
|
"fields": {
|
|
6361
6361
|
"id": {
|
|
@@ -6534,7 +6534,7 @@
|
|
|
6534
6534
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
6535
6535
|
"type": {
|
|
6536
6536
|
"definition": {
|
|
6537
|
-
"description":
|
|
6537
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
6538
6538
|
"enumValues": null,
|
|
6539
6539
|
"fields": {
|
|
6540
6540
|
"id": {
|
|
@@ -6612,7 +6612,7 @@
|
|
|
6612
6612
|
"responseStr": "site:$siteRef ",
|
|
6613
6613
|
"type": {
|
|
6614
6614
|
"definition": {
|
|
6615
|
-
"description":
|
|
6615
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
6616
6616
|
"enumValues": null,
|
|
6617
6617
|
"fields": {
|
|
6618
6618
|
"id": {
|
|
@@ -6690,7 +6690,7 @@
|
|
|
6690
6690
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
6691
6691
|
"type": {
|
|
6692
6692
|
"definition": {
|
|
6693
|
-
"description":
|
|
6693
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
6694
6694
|
"enumValues": null,
|
|
6695
6695
|
"fields": {
|
|
6696
6696
|
"id": {
|
|
@@ -6791,7 +6791,7 @@
|
|
|
6791
6791
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
6792
6792
|
"type": {
|
|
6793
6793
|
"definition": {
|
|
6794
|
-
"description":
|
|
6794
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
6795
6795
|
"enumValues": null,
|
|
6796
6796
|
"fields": {
|
|
6797
6797
|
"id": {
|
|
@@ -6869,7 +6869,7 @@
|
|
|
6869
6869
|
"responseStr": "user:$userRef ",
|
|
6870
6870
|
"type": {
|
|
6871
6871
|
"definition": {
|
|
6872
|
-
"description":
|
|
6872
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
6873
6873
|
"enumValues": null,
|
|
6874
6874
|
"fields": {
|
|
6875
6875
|
"id": {
|
|
@@ -6947,7 +6947,7 @@
|
|
|
6947
6947
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
6948
6948
|
"type": {
|
|
6949
6949
|
"definition": {
|
|
6950
|
-
"description":
|
|
6950
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
6951
6951
|
"enumValues": null,
|
|
6952
6952
|
"fields": {
|
|
6953
6953
|
"id": {
|
|
@@ -7155,7 +7155,7 @@
|
|
|
7155
7155
|
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
7156
7156
|
"type": {
|
|
7157
7157
|
"definition": {
|
|
7158
|
-
"description":
|
|
7158
|
+
"description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
|
|
7159
7159
|
"enumValues": null,
|
|
7160
7160
|
"fields": {
|
|
7161
7161
|
"id": {
|
|
@@ -7233,7 +7233,7 @@
|
|
|
7233
7233
|
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
7234
7234
|
"type": {
|
|
7235
7235
|
"definition": {
|
|
7236
|
-
"description":
|
|
7236
|
+
"description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
|
|
7237
7237
|
"enumValues": null,
|
|
7238
7238
|
"fields": {
|
|
7239
7239
|
"id": {
|
|
@@ -7311,7 +7311,7 @@
|
|
|
7311
7311
|
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
7312
7312
|
"type": {
|
|
7313
7313
|
"definition": {
|
|
7314
|
-
"description":
|
|
7314
|
+
"description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
|
|
7315
7315
|
"enumValues": null,
|
|
7316
7316
|
"fields": {
|
|
7317
7317
|
"id": {
|