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
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
"responseStr": "country:$countryRef ",
|
|
1268
1268
|
"type": {
|
|
1269
1269
|
"definition": {
|
|
1270
|
-
"description":
|
|
1270
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
1271
1271
|
"enumValues": null,
|
|
1272
1272
|
"fields": {
|
|
1273
1273
|
"id": {
|
|
@@ -1366,7 +1366,7 @@
|
|
|
1366
1366
|
"responseStr": "destination:$internetFirewallDestination ",
|
|
1367
1367
|
"type": {
|
|
1368
1368
|
"definition": {
|
|
1369
|
-
"description": "Destination
|
|
1369
|
+
"description": "Returns the settings for Destination of an Internet Firewall rule",
|
|
1370
1370
|
"enumValues": null,
|
|
1371
1371
|
"fields": {
|
|
1372
1372
|
"appCategory": {
|
|
@@ -1383,7 +1383,7 @@
|
|
|
1383
1383
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
1384
1384
|
"type": {
|
|
1385
1385
|
"definition": {
|
|
1386
|
-
"description":
|
|
1386
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
1387
1387
|
"enumValues": null,
|
|
1388
1388
|
"fields": {
|
|
1389
1389
|
"id": {
|
|
@@ -1461,7 +1461,7 @@
|
|
|
1461
1461
|
"responseStr": "application:$applicationRef ",
|
|
1462
1462
|
"type": {
|
|
1463
1463
|
"definition": {
|
|
1464
|
-
"description":
|
|
1464
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
1465
1465
|
"enumValues": null,
|
|
1466
1466
|
"fields": {
|
|
1467
1467
|
"id": {
|
|
@@ -1729,7 +1729,7 @@
|
|
|
1729
1729
|
"responseStr": "country:$countryRef ",
|
|
1730
1730
|
"type": {
|
|
1731
1731
|
"definition": {
|
|
1732
|
-
"description":
|
|
1732
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
1733
1733
|
"enumValues": null,
|
|
1734
1734
|
"fields": {
|
|
1735
1735
|
"id": {
|
|
@@ -1807,7 +1807,7 @@
|
|
|
1807
1807
|
"responseStr": "customApp:$customApplicationRef ",
|
|
1808
1808
|
"type": {
|
|
1809
1809
|
"definition": {
|
|
1810
|
-
"description":
|
|
1810
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
1811
1811
|
"enumValues": null,
|
|
1812
1812
|
"fields": {
|
|
1813
1813
|
"id": {
|
|
@@ -1885,7 +1885,7 @@
|
|
|
1885
1885
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
1886
1886
|
"type": {
|
|
1887
1887
|
"definition": {
|
|
1888
|
-
"description":
|
|
1888
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
1889
1889
|
"enumValues": null,
|
|
1890
1890
|
"fields": {
|
|
1891
1891
|
"id": {
|
|
@@ -2009,7 +2009,7 @@
|
|
|
2009
2009
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
2010
2010
|
"type": {
|
|
2011
2011
|
"definition": {
|
|
2012
|
-
"description":
|
|
2012
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
2013
2013
|
"enumValues": null,
|
|
2014
2014
|
"fields": {
|
|
2015
2015
|
"id": {
|
|
@@ -2211,7 +2211,7 @@
|
|
|
2211
2211
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
2212
2212
|
"type": {
|
|
2213
2213
|
"definition": {
|
|
2214
|
-
"description":
|
|
2214
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
2215
2215
|
"enumValues": null,
|
|
2216
2216
|
"fields": {
|
|
2217
2217
|
"id": {
|
|
@@ -2329,7 +2329,7 @@
|
|
|
2329
2329
|
"responseStr": "device:$deviceProfileRef ",
|
|
2330
2330
|
"type": {
|
|
2331
2331
|
"definition": {
|
|
2332
|
-
"description":
|
|
2332
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
2333
2333
|
"enumValues": null,
|
|
2334
2334
|
"fields": {
|
|
2335
2335
|
"id": {
|
|
@@ -2741,7 +2741,7 @@
|
|
|
2741
2741
|
"responseStr": "country:$countryRef ",
|
|
2742
2742
|
"type": {
|
|
2743
2743
|
"definition": {
|
|
2744
|
-
"description":
|
|
2744
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
2745
2745
|
"enumValues": null,
|
|
2746
2746
|
"fields": {
|
|
2747
2747
|
"id": {
|
|
@@ -2819,7 +2819,7 @@
|
|
|
2819
2819
|
"responseStr": "destination:$internetFirewallDestination ",
|
|
2820
2820
|
"type": {
|
|
2821
2821
|
"definition": {
|
|
2822
|
-
"description": "Destination
|
|
2822
|
+
"description": "Returns the settings for Destination of an Internet Firewall rule",
|
|
2823
2823
|
"enumValues": null,
|
|
2824
2824
|
"fields": {
|
|
2825
2825
|
"appCategory": {
|
|
@@ -2836,7 +2836,7 @@
|
|
|
2836
2836
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
2837
2837
|
"type": {
|
|
2838
2838
|
"definition": {
|
|
2839
|
-
"description":
|
|
2839
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
2840
2840
|
"enumValues": null,
|
|
2841
2841
|
"fields": {
|
|
2842
2842
|
"id": {
|
|
@@ -2914,7 +2914,7 @@
|
|
|
2914
2914
|
"responseStr": "application:$applicationRef ",
|
|
2915
2915
|
"type": {
|
|
2916
2916
|
"definition": {
|
|
2917
|
-
"description":
|
|
2917
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
2918
2918
|
"enumValues": null,
|
|
2919
2919
|
"fields": {
|
|
2920
2920
|
"id": {
|
|
@@ -3182,7 +3182,7 @@
|
|
|
3182
3182
|
"responseStr": "country:$countryRef ",
|
|
3183
3183
|
"type": {
|
|
3184
3184
|
"definition": {
|
|
3185
|
-
"description":
|
|
3185
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
3186
3186
|
"enumValues": null,
|
|
3187
3187
|
"fields": {
|
|
3188
3188
|
"id": {
|
|
@@ -3260,7 +3260,7 @@
|
|
|
3260
3260
|
"responseStr": "customApp:$customApplicationRef ",
|
|
3261
3261
|
"type": {
|
|
3262
3262
|
"definition": {
|
|
3263
|
-
"description":
|
|
3263
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
3264
3264
|
"enumValues": null,
|
|
3265
3265
|
"fields": {
|
|
3266
3266
|
"id": {
|
|
@@ -3338,7 +3338,7 @@
|
|
|
3338
3338
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
3339
3339
|
"type": {
|
|
3340
3340
|
"definition": {
|
|
3341
|
-
"description":
|
|
3341
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
3342
3342
|
"enumValues": null,
|
|
3343
3343
|
"fields": {
|
|
3344
3344
|
"id": {
|
|
@@ -3462,7 +3462,7 @@
|
|
|
3462
3462
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3463
3463
|
"type": {
|
|
3464
3464
|
"definition": {
|
|
3465
|
-
"description":
|
|
3465
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
3466
3466
|
"enumValues": null,
|
|
3467
3467
|
"fields": {
|
|
3468
3468
|
"id": {
|
|
@@ -3664,7 +3664,7 @@
|
|
|
3664
3664
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
3665
3665
|
"type": {
|
|
3666
3666
|
"definition": {
|
|
3667
|
-
"description":
|
|
3667
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
3668
3668
|
"enumValues": null,
|
|
3669
3669
|
"fields": {
|
|
3670
3670
|
"id": {
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
"responseStr": "device:$deviceProfileRef ",
|
|
3783
3783
|
"type": {
|
|
3784
3784
|
"definition": {
|
|
3785
|
-
"description":
|
|
3785
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
3786
3786
|
"enumValues": null,
|
|
3787
3787
|
"fields": {
|
|
3788
3788
|
"id": {
|
|
@@ -4125,7 +4125,7 @@
|
|
|
4125
4125
|
"responseStr": "service:$internetFirewallServiceType ",
|
|
4126
4126
|
"type": {
|
|
4127
4127
|
"definition": {
|
|
4128
|
-
"description": "
|
|
4128
|
+
"description": "Returns the Service Type to which this Internet Firewall rule applies",
|
|
4129
4129
|
"enumValues": null,
|
|
4130
4130
|
"fields": {
|
|
4131
4131
|
"custom": {
|
|
@@ -4339,7 +4339,7 @@
|
|
|
4339
4339
|
"responseStr": "standard:$serviceRef ",
|
|
4340
4340
|
"type": {
|
|
4341
4341
|
"definition": {
|
|
4342
|
-
"description":
|
|
4342
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
4343
4343
|
"enumValues": null,
|
|
4344
4344
|
"fields": {
|
|
4345
4345
|
"id": {
|
|
@@ -4529,7 +4529,7 @@
|
|
|
4529
4529
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4530
4530
|
"type": {
|
|
4531
4531
|
"definition": {
|
|
4532
|
-
"description":
|
|
4532
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
4533
4533
|
"enumValues": null,
|
|
4534
4534
|
"fields": {
|
|
4535
4535
|
"id": {
|
|
@@ -4607,7 +4607,7 @@
|
|
|
4607
4607
|
"responseStr": "group:$groupRef ",
|
|
4608
4608
|
"type": {
|
|
4609
4609
|
"definition": {
|
|
4610
|
-
"description":
|
|
4610
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
4611
4611
|
"enumValues": null,
|
|
4612
4612
|
"fields": {
|
|
4613
4613
|
"id": {
|
|
@@ -4685,7 +4685,7 @@
|
|
|
4685
4685
|
"responseStr": "host:$hostRef ",
|
|
4686
4686
|
"type": {
|
|
4687
4687
|
"definition": {
|
|
4688
|
-
"description":
|
|
4688
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
4689
4689
|
"enumValues": null,
|
|
4690
4690
|
"fields": {
|
|
4691
4691
|
"id": {
|
|
@@ -4864,7 +4864,7 @@
|
|
|
4864
4864
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
4865
4865
|
"type": {
|
|
4866
4866
|
"definition": {
|
|
4867
|
-
"description":
|
|
4867
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
4868
4868
|
"enumValues": null,
|
|
4869
4869
|
"fields": {
|
|
4870
4870
|
"id": {
|
|
@@ -4942,7 +4942,7 @@
|
|
|
4942
4942
|
"responseStr": "site:$siteRef ",
|
|
4943
4943
|
"type": {
|
|
4944
4944
|
"definition": {
|
|
4945
|
-
"description":
|
|
4945
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
4946
4946
|
"enumValues": null,
|
|
4947
4947
|
"fields": {
|
|
4948
4948
|
"id": {
|
|
@@ -5020,7 +5020,7 @@
|
|
|
5020
5020
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
5021
5021
|
"type": {
|
|
5022
5022
|
"definition": {
|
|
5023
|
-
"description":
|
|
5023
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
5024
5024
|
"enumValues": null,
|
|
5025
5025
|
"fields": {
|
|
5026
5026
|
"id": {
|
|
@@ -5121,7 +5121,7 @@
|
|
|
5121
5121
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
5122
5122
|
"type": {
|
|
5123
5123
|
"definition": {
|
|
5124
|
-
"description":
|
|
5124
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
5125
5125
|
"enumValues": null,
|
|
5126
5126
|
"fields": {
|
|
5127
5127
|
"id": {
|
|
@@ -5199,7 +5199,7 @@
|
|
|
5199
5199
|
"responseStr": "user:$userRef ",
|
|
5200
5200
|
"type": {
|
|
5201
5201
|
"definition": {
|
|
5202
|
-
"description":
|
|
5202
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
5203
5203
|
"enumValues": null,
|
|
5204
5204
|
"fields": {
|
|
5205
5205
|
"id": {
|
|
@@ -5277,7 +5277,7 @@
|
|
|
5277
5277
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
5278
5278
|
"type": {
|
|
5279
5279
|
"definition": {
|
|
5280
|
-
"description":
|
|
5280
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
5281
5281
|
"enumValues": null,
|
|
5282
5282
|
"fields": {
|
|
5283
5283
|
"id": {
|
|
@@ -5849,7 +5849,7 @@
|
|
|
5849
5849
|
"responseStr": "service:$internetFirewallServiceType ",
|
|
5850
5850
|
"type": {
|
|
5851
5851
|
"definition": {
|
|
5852
|
-
"description": "
|
|
5852
|
+
"description": "Returns the Service Type to which this Internet Firewall rule applies",
|
|
5853
5853
|
"enumValues": null,
|
|
5854
5854
|
"fields": {
|
|
5855
5855
|
"custom": {
|
|
@@ -6063,7 +6063,7 @@
|
|
|
6063
6063
|
"responseStr": "standard:$serviceRef ",
|
|
6064
6064
|
"type": {
|
|
6065
6065
|
"definition": {
|
|
6066
|
-
"description":
|
|
6066
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
6067
6067
|
"enumValues": null,
|
|
6068
6068
|
"fields": {
|
|
6069
6069
|
"id": {
|
|
@@ -6253,7 +6253,7 @@
|
|
|
6253
6253
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
6254
6254
|
"type": {
|
|
6255
6255
|
"definition": {
|
|
6256
|
-
"description":
|
|
6256
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
6257
6257
|
"enumValues": null,
|
|
6258
6258
|
"fields": {
|
|
6259
6259
|
"id": {
|
|
@@ -6331,7 +6331,7 @@
|
|
|
6331
6331
|
"responseStr": "group:$groupRef ",
|
|
6332
6332
|
"type": {
|
|
6333
6333
|
"definition": {
|
|
6334
|
-
"description":
|
|
6334
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
6335
6335
|
"enumValues": null,
|
|
6336
6336
|
"fields": {
|
|
6337
6337
|
"id": {
|
|
@@ -6409,7 +6409,7 @@
|
|
|
6409
6409
|
"responseStr": "host:$hostRef ",
|
|
6410
6410
|
"type": {
|
|
6411
6411
|
"definition": {
|
|
6412
|
-
"description":
|
|
6412
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
6413
6413
|
"enumValues": null,
|
|
6414
6414
|
"fields": {
|
|
6415
6415
|
"id": {
|
|
@@ -6588,7 +6588,7 @@
|
|
|
6588
6588
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
6589
6589
|
"type": {
|
|
6590
6590
|
"definition": {
|
|
6591
|
-
"description":
|
|
6591
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
6592
6592
|
"enumValues": null,
|
|
6593
6593
|
"fields": {
|
|
6594
6594
|
"id": {
|
|
@@ -6666,7 +6666,7 @@
|
|
|
6666
6666
|
"responseStr": "site:$siteRef ",
|
|
6667
6667
|
"type": {
|
|
6668
6668
|
"definition": {
|
|
6669
|
-
"description":
|
|
6669
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
6670
6670
|
"enumValues": null,
|
|
6671
6671
|
"fields": {
|
|
6672
6672
|
"id": {
|
|
@@ -6744,7 +6744,7 @@
|
|
|
6744
6744
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
6745
6745
|
"type": {
|
|
6746
6746
|
"definition": {
|
|
6747
|
-
"description":
|
|
6747
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
6748
6748
|
"enumValues": null,
|
|
6749
6749
|
"fields": {
|
|
6750
6750
|
"id": {
|
|
@@ -6845,7 +6845,7 @@
|
|
|
6845
6845
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
6846
6846
|
"type": {
|
|
6847
6847
|
"definition": {
|
|
6848
|
-
"description":
|
|
6848
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
6849
6849
|
"enumValues": null,
|
|
6850
6850
|
"fields": {
|
|
6851
6851
|
"id": {
|
|
@@ -6923,7 +6923,7 @@
|
|
|
6923
6923
|
"responseStr": "user:$userRef ",
|
|
6924
6924
|
"type": {
|
|
6925
6925
|
"definition": {
|
|
6926
|
-
"description":
|
|
6926
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
6927
6927
|
"enumValues": null,
|
|
6928
6928
|
"fields": {
|
|
6929
6929
|
"id": {
|
|
@@ -7001,7 +7001,7 @@
|
|
|
7001
7001
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
7002
7002
|
"type": {
|
|
7003
7003
|
"definition": {
|
|
7004
|
-
"description":
|
|
7004
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
7005
7005
|
"enumValues": null,
|
|
7006
7006
|
"fields": {
|
|
7007
7007
|
"id": {
|
|
@@ -7209,7 +7209,7 @@
|
|
|
7209
7209
|
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
7210
7210
|
"type": {
|
|
7211
7211
|
"definition": {
|
|
7212
|
-
"description":
|
|
7212
|
+
"description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
|
|
7213
7213
|
"enumValues": null,
|
|
7214
7214
|
"fields": {
|
|
7215
7215
|
"id": {
|
|
@@ -7287,7 +7287,7 @@
|
|
|
7287
7287
|
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
7288
7288
|
"type": {
|
|
7289
7289
|
"definition": {
|
|
7290
|
-
"description":
|
|
7290
|
+
"description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
|
|
7291
7291
|
"enumValues": null,
|
|
7292
7292
|
"fields": {
|
|
7293
7293
|
"id": {
|
|
@@ -7365,7 +7365,7 @@
|
|
|
7365
7365
|
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
7366
7366
|
"type": {
|
|
7367
7367
|
"definition": {
|
|
7368
|
-
"description":
|
|
7368
|
+
"description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
|
|
7369
7369
|
"enumValues": null,
|
|
7370
7370
|
"fields": {
|
|
7371
7371
|
"id": {
|