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
|
@@ -1171,7 +1171,7 @@
|
|
|
1171
1171
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
1172
1172
|
"type": {
|
|
1173
1173
|
"definition": {
|
|
1174
|
-
"description":
|
|
1174
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
1175
1175
|
"enumValues": null,
|
|
1176
1176
|
"fields": {
|
|
1177
1177
|
"id": {
|
|
@@ -1249,7 +1249,7 @@
|
|
|
1249
1249
|
"responseStr": "application:$applicationRef ",
|
|
1250
1250
|
"type": {
|
|
1251
1251
|
"definition": {
|
|
1252
|
-
"description":
|
|
1252
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
1253
1253
|
"enumValues": null,
|
|
1254
1254
|
"fields": {
|
|
1255
1255
|
"id": {
|
|
@@ -1327,7 +1327,7 @@
|
|
|
1327
1327
|
"responseStr": "customApp:$customApplicationRef ",
|
|
1328
1328
|
"type": {
|
|
1329
1329
|
"definition": {
|
|
1330
|
-
"description":
|
|
1330
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
1331
1331
|
"enumValues": null,
|
|
1332
1332
|
"fields": {
|
|
1333
1333
|
"id": {
|
|
@@ -1405,7 +1405,7 @@
|
|
|
1405
1405
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
1406
1406
|
"type": {
|
|
1407
1407
|
"definition": {
|
|
1408
|
-
"description":
|
|
1408
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
1409
1409
|
"enumValues": null,
|
|
1410
1410
|
"fields": {
|
|
1411
1411
|
"id": {
|
|
@@ -1529,7 +1529,7 @@
|
|
|
1529
1529
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1530
1530
|
"type": {
|
|
1531
1531
|
"definition": {
|
|
1532
|
-
"description":
|
|
1532
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
1533
1533
|
"enumValues": null,
|
|
1534
1534
|
"fields": {
|
|
1535
1535
|
"id": {
|
|
@@ -1708,7 +1708,7 @@
|
|
|
1708
1708
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
1709
1709
|
"type": {
|
|
1710
1710
|
"definition": {
|
|
1711
|
-
"description":
|
|
1711
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
1712
1712
|
"enumValues": null,
|
|
1713
1713
|
"fields": {
|
|
1714
1714
|
"id": {
|
|
@@ -1878,7 +1878,7 @@
|
|
|
1878
1878
|
"responseStr": "country:$countryRef ",
|
|
1879
1879
|
"type": {
|
|
1880
1880
|
"definition": {
|
|
1881
|
-
"description":
|
|
1881
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
1882
1882
|
"enumValues": null,
|
|
1883
1883
|
"fields": {
|
|
1884
1884
|
"id": {
|
|
@@ -2072,7 +2072,7 @@
|
|
|
2072
2072
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
2073
2073
|
"type": {
|
|
2074
2074
|
"definition": {
|
|
2075
|
-
"description":
|
|
2075
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
2076
2076
|
"enumValues": null,
|
|
2077
2077
|
"fields": {
|
|
2078
2078
|
"id": {
|
|
@@ -2150,7 +2150,7 @@
|
|
|
2150
2150
|
"responseStr": "group:$groupRef ",
|
|
2151
2151
|
"type": {
|
|
2152
2152
|
"definition": {
|
|
2153
|
-
"description":
|
|
2153
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
2154
2154
|
"enumValues": null,
|
|
2155
2155
|
"fields": {
|
|
2156
2156
|
"id": {
|
|
@@ -2228,7 +2228,7 @@
|
|
|
2228
2228
|
"responseStr": "host:$hostRef ",
|
|
2229
2229
|
"type": {
|
|
2230
2230
|
"definition": {
|
|
2231
|
-
"description":
|
|
2231
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
2232
2232
|
"enumValues": null,
|
|
2233
2233
|
"fields": {
|
|
2234
2234
|
"id": {
|
|
@@ -2407,7 +2407,7 @@
|
|
|
2407
2407
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
2408
2408
|
"type": {
|
|
2409
2409
|
"definition": {
|
|
2410
|
-
"description":
|
|
2410
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
2411
2411
|
"enumValues": null,
|
|
2412
2412
|
"fields": {
|
|
2413
2413
|
"id": {
|
|
@@ -2485,7 +2485,7 @@
|
|
|
2485
2485
|
"responseStr": "site:$siteRef ",
|
|
2486
2486
|
"type": {
|
|
2487
2487
|
"definition": {
|
|
2488
|
-
"description":
|
|
2488
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
2489
2489
|
"enumValues": null,
|
|
2490
2490
|
"fields": {
|
|
2491
2491
|
"id": {
|
|
@@ -2563,7 +2563,7 @@
|
|
|
2563
2563
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
2564
2564
|
"type": {
|
|
2565
2565
|
"definition": {
|
|
2566
|
-
"description":
|
|
2566
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
2567
2567
|
"enumValues": null,
|
|
2568
2568
|
"fields": {
|
|
2569
2569
|
"id": {
|
|
@@ -2664,7 +2664,7 @@
|
|
|
2664
2664
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
2665
2665
|
"type": {
|
|
2666
2666
|
"definition": {
|
|
2667
|
-
"description":
|
|
2667
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
2668
2668
|
"enumValues": null,
|
|
2669
2669
|
"fields": {
|
|
2670
2670
|
"id": {
|
|
@@ -2742,7 +2742,7 @@
|
|
|
2742
2742
|
"responseStr": "user:$userRef ",
|
|
2743
2743
|
"type": {
|
|
2744
2744
|
"definition": {
|
|
2745
|
-
"description":
|
|
2745
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
2746
2746
|
"enumValues": null,
|
|
2747
2747
|
"fields": {
|
|
2748
2748
|
"id": {
|
|
@@ -2820,7 +2820,7 @@
|
|
|
2820
2820
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
2821
2821
|
"type": {
|
|
2822
2822
|
"definition": {
|
|
2823
|
-
"description":
|
|
2823
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
2824
2824
|
"enumValues": null,
|
|
2825
2825
|
"fields": {
|
|
2826
2826
|
"id": {
|
|
@@ -2915,7 +2915,7 @@
|
|
|
2915
2915
|
"responseStr": "device:$deviceProfileRef ",
|
|
2916
2916
|
"type": {
|
|
2917
2917
|
"definition": {
|
|
2918
|
-
"description":
|
|
2918
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
2919
2919
|
"enumValues": null,
|
|
2920
2920
|
"fields": {
|
|
2921
2921
|
"id": {
|
|
@@ -3338,7 +3338,7 @@
|
|
|
3338
3338
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
3339
3339
|
"type": {
|
|
3340
3340
|
"definition": {
|
|
3341
|
-
"description":
|
|
3341
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
3342
3342
|
"enumValues": null,
|
|
3343
3343
|
"fields": {
|
|
3344
3344
|
"id": {
|
|
@@ -3416,7 +3416,7 @@
|
|
|
3416
3416
|
"responseStr": "application:$applicationRef ",
|
|
3417
3417
|
"type": {
|
|
3418
3418
|
"definition": {
|
|
3419
|
-
"description":
|
|
3419
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
3420
3420
|
"enumValues": null,
|
|
3421
3421
|
"fields": {
|
|
3422
3422
|
"id": {
|
|
@@ -3494,7 +3494,7 @@
|
|
|
3494
3494
|
"responseStr": "customApp:$customApplicationRef ",
|
|
3495
3495
|
"type": {
|
|
3496
3496
|
"definition": {
|
|
3497
|
-
"description":
|
|
3497
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
3498
3498
|
"enumValues": null,
|
|
3499
3499
|
"fields": {
|
|
3500
3500
|
"id": {
|
|
@@ -3572,7 +3572,7 @@
|
|
|
3572
3572
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
3573
3573
|
"type": {
|
|
3574
3574
|
"definition": {
|
|
3575
|
-
"description":
|
|
3575
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
3576
3576
|
"enumValues": null,
|
|
3577
3577
|
"fields": {
|
|
3578
3578
|
"id": {
|
|
@@ -3696,7 +3696,7 @@
|
|
|
3696
3696
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3697
3697
|
"type": {
|
|
3698
3698
|
"definition": {
|
|
3699
|
-
"description":
|
|
3699
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
3700
3700
|
"enumValues": null,
|
|
3701
3701
|
"fields": {
|
|
3702
3702
|
"id": {
|
|
@@ -3875,7 +3875,7 @@
|
|
|
3875
3875
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
3876
3876
|
"type": {
|
|
3877
3877
|
"definition": {
|
|
3878
|
-
"description":
|
|
3878
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
3879
3879
|
"enumValues": null,
|
|
3880
3880
|
"fields": {
|
|
3881
3881
|
"id": {
|
|
@@ -4045,7 +4045,7 @@
|
|
|
4045
4045
|
"responseStr": "country:$countryRef ",
|
|
4046
4046
|
"type": {
|
|
4047
4047
|
"definition": {
|
|
4048
|
-
"description":
|
|
4048
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
4049
4049
|
"enumValues": null,
|
|
4050
4050
|
"fields": {
|
|
4051
4051
|
"id": {
|
|
@@ -4218,7 +4218,7 @@
|
|
|
4218
4218
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4219
4219
|
"type": {
|
|
4220
4220
|
"definition": {
|
|
4221
|
-
"description":
|
|
4221
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
4222
4222
|
"enumValues": null,
|
|
4223
4223
|
"fields": {
|
|
4224
4224
|
"id": {
|
|
@@ -4296,7 +4296,7 @@
|
|
|
4296
4296
|
"responseStr": "group:$groupRef ",
|
|
4297
4297
|
"type": {
|
|
4298
4298
|
"definition": {
|
|
4299
|
-
"description":
|
|
4299
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
4300
4300
|
"enumValues": null,
|
|
4301
4301
|
"fields": {
|
|
4302
4302
|
"id": {
|
|
@@ -4374,7 +4374,7 @@
|
|
|
4374
4374
|
"responseStr": "host:$hostRef ",
|
|
4375
4375
|
"type": {
|
|
4376
4376
|
"definition": {
|
|
4377
|
-
"description":
|
|
4377
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
4378
4378
|
"enumValues": null,
|
|
4379
4379
|
"fields": {
|
|
4380
4380
|
"id": {
|
|
@@ -4553,7 +4553,7 @@
|
|
|
4553
4553
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
4554
4554
|
"type": {
|
|
4555
4555
|
"definition": {
|
|
4556
|
-
"description":
|
|
4556
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
4557
4557
|
"enumValues": null,
|
|
4558
4558
|
"fields": {
|
|
4559
4559
|
"id": {
|
|
@@ -4631,7 +4631,7 @@
|
|
|
4631
4631
|
"responseStr": "site:$siteRef ",
|
|
4632
4632
|
"type": {
|
|
4633
4633
|
"definition": {
|
|
4634
|
-
"description":
|
|
4634
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
4635
4635
|
"enumValues": null,
|
|
4636
4636
|
"fields": {
|
|
4637
4637
|
"id": {
|
|
@@ -4709,7 +4709,7 @@
|
|
|
4709
4709
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
4710
4710
|
"type": {
|
|
4711
4711
|
"definition": {
|
|
4712
|
-
"description":
|
|
4712
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
4713
4713
|
"enumValues": null,
|
|
4714
4714
|
"fields": {
|
|
4715
4715
|
"id": {
|
|
@@ -4810,7 +4810,7 @@
|
|
|
4810
4810
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
4811
4811
|
"type": {
|
|
4812
4812
|
"definition": {
|
|
4813
|
-
"description":
|
|
4813
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
4814
4814
|
"enumValues": null,
|
|
4815
4815
|
"fields": {
|
|
4816
4816
|
"id": {
|
|
@@ -4888,7 +4888,7 @@
|
|
|
4888
4888
|
"responseStr": "user:$userRef ",
|
|
4889
4889
|
"type": {
|
|
4890
4890
|
"definition": {
|
|
4891
|
-
"description":
|
|
4891
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
4892
4892
|
"enumValues": null,
|
|
4893
4893
|
"fields": {
|
|
4894
4894
|
"id": {
|
|
@@ -4966,7 +4966,7 @@
|
|
|
4966
4966
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
4967
4967
|
"type": {
|
|
4968
4968
|
"definition": {
|
|
4969
|
-
"description":
|
|
4969
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
4970
4970
|
"enumValues": null,
|
|
4971
4971
|
"fields": {
|
|
4972
4972
|
"id": {
|
|
@@ -5061,7 +5061,7 @@
|
|
|
5061
5061
|
"responseStr": "device:$deviceProfileRef ",
|
|
5062
5062
|
"type": {
|
|
5063
5063
|
"definition": {
|
|
5064
|
-
"description":
|
|
5064
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
5065
5065
|
"enumValues": null,
|
|
5066
5066
|
"fields": {
|
|
5067
5067
|
"id": {
|
|
@@ -5450,7 +5450,7 @@
|
|
|
5450
5450
|
"responseStr": "service:$wanFirewallServiceType ",
|
|
5451
5451
|
"type": {
|
|
5452
5452
|
"definition": {
|
|
5453
|
-
"description": "
|
|
5453
|
+
"description": "Returns the Service Type to which this Wan Firewall rule applies",
|
|
5454
5454
|
"enumValues": null,
|
|
5455
5455
|
"fields": {
|
|
5456
5456
|
"custom": {
|
|
@@ -5664,7 +5664,7 @@
|
|
|
5664
5664
|
"responseStr": "standard:$serviceRef ",
|
|
5665
5665
|
"type": {
|
|
5666
5666
|
"definition": {
|
|
5667
|
-
"description":
|
|
5667
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
5668
5668
|
"enumValues": null,
|
|
5669
5669
|
"fields": {
|
|
5670
5670
|
"id": {
|
|
@@ -5854,7 +5854,7 @@
|
|
|
5854
5854
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
5855
5855
|
"type": {
|
|
5856
5856
|
"definition": {
|
|
5857
|
-
"description":
|
|
5857
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
5858
5858
|
"enumValues": null,
|
|
5859
5859
|
"fields": {
|
|
5860
5860
|
"id": {
|
|
@@ -5932,7 +5932,7 @@
|
|
|
5932
5932
|
"responseStr": "group:$groupRef ",
|
|
5933
5933
|
"type": {
|
|
5934
5934
|
"definition": {
|
|
5935
|
-
"description":
|
|
5935
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
5936
5936
|
"enumValues": null,
|
|
5937
5937
|
"fields": {
|
|
5938
5938
|
"id": {
|
|
@@ -6010,7 +6010,7 @@
|
|
|
6010
6010
|
"responseStr": "host:$hostRef ",
|
|
6011
6011
|
"type": {
|
|
6012
6012
|
"definition": {
|
|
6013
|
-
"description":
|
|
6013
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
6014
6014
|
"enumValues": null,
|
|
6015
6015
|
"fields": {
|
|
6016
6016
|
"id": {
|
|
@@ -6189,7 +6189,7 @@
|
|
|
6189
6189
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
6190
6190
|
"type": {
|
|
6191
6191
|
"definition": {
|
|
6192
|
-
"description":
|
|
6192
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
6193
6193
|
"enumValues": null,
|
|
6194
6194
|
"fields": {
|
|
6195
6195
|
"id": {
|
|
@@ -6267,7 +6267,7 @@
|
|
|
6267
6267
|
"responseStr": "site:$siteRef ",
|
|
6268
6268
|
"type": {
|
|
6269
6269
|
"definition": {
|
|
6270
|
-
"description":
|
|
6270
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
6271
6271
|
"enumValues": null,
|
|
6272
6272
|
"fields": {
|
|
6273
6273
|
"id": {
|
|
@@ -6345,7 +6345,7 @@
|
|
|
6345
6345
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
6346
6346
|
"type": {
|
|
6347
6347
|
"definition": {
|
|
6348
|
-
"description":
|
|
6348
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
6349
6349
|
"enumValues": null,
|
|
6350
6350
|
"fields": {
|
|
6351
6351
|
"id": {
|
|
@@ -6446,7 +6446,7 @@
|
|
|
6446
6446
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
6447
6447
|
"type": {
|
|
6448
6448
|
"definition": {
|
|
6449
|
-
"description":
|
|
6449
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
6450
6450
|
"enumValues": null,
|
|
6451
6451
|
"fields": {
|
|
6452
6452
|
"id": {
|
|
@@ -6524,7 +6524,7 @@
|
|
|
6524
6524
|
"responseStr": "user:$userRef ",
|
|
6525
6525
|
"type": {
|
|
6526
6526
|
"definition": {
|
|
6527
|
-
"description":
|
|
6527
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
6528
6528
|
"enumValues": null,
|
|
6529
6529
|
"fields": {
|
|
6530
6530
|
"id": {
|
|
@@ -6602,7 +6602,7 @@
|
|
|
6602
6602
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
6603
6603
|
"type": {
|
|
6604
6604
|
"definition": {
|
|
6605
|
-
"description":
|
|
6605
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
6606
6606
|
"enumValues": null,
|
|
6607
6607
|
"fields": {
|
|
6608
6608
|
"id": {
|
|
@@ -7174,7 +7174,7 @@
|
|
|
7174
7174
|
"responseStr": "service:$wanFirewallServiceType ",
|
|
7175
7175
|
"type": {
|
|
7176
7176
|
"definition": {
|
|
7177
|
-
"description": "
|
|
7177
|
+
"description": "Returns the Service Type to which this Wan Firewall rule applies",
|
|
7178
7178
|
"enumValues": null,
|
|
7179
7179
|
"fields": {
|
|
7180
7180
|
"custom": {
|
|
@@ -7388,7 +7388,7 @@
|
|
|
7388
7388
|
"responseStr": "standard:$serviceRef ",
|
|
7389
7389
|
"type": {
|
|
7390
7390
|
"definition": {
|
|
7391
|
-
"description":
|
|
7391
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
7392
7392
|
"enumValues": null,
|
|
7393
7393
|
"fields": {
|
|
7394
7394
|
"id": {
|
|
@@ -7578,7 +7578,7 @@
|
|
|
7578
7578
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
7579
7579
|
"type": {
|
|
7580
7580
|
"definition": {
|
|
7581
|
-
"description":
|
|
7581
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
7582
7582
|
"enumValues": null,
|
|
7583
7583
|
"fields": {
|
|
7584
7584
|
"id": {
|
|
@@ -7656,7 +7656,7 @@
|
|
|
7656
7656
|
"responseStr": "group:$groupRef ",
|
|
7657
7657
|
"type": {
|
|
7658
7658
|
"definition": {
|
|
7659
|
-
"description":
|
|
7659
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
7660
7660
|
"enumValues": null,
|
|
7661
7661
|
"fields": {
|
|
7662
7662
|
"id": {
|
|
@@ -7734,7 +7734,7 @@
|
|
|
7734
7734
|
"responseStr": "host:$hostRef ",
|
|
7735
7735
|
"type": {
|
|
7736
7736
|
"definition": {
|
|
7737
|
-
"description":
|
|
7737
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
7738
7738
|
"enumValues": null,
|
|
7739
7739
|
"fields": {
|
|
7740
7740
|
"id": {
|
|
@@ -7913,7 +7913,7 @@
|
|
|
7913
7913
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
7914
7914
|
"type": {
|
|
7915
7915
|
"definition": {
|
|
7916
|
-
"description":
|
|
7916
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
7917
7917
|
"enumValues": null,
|
|
7918
7918
|
"fields": {
|
|
7919
7919
|
"id": {
|
|
@@ -7991,7 +7991,7 @@
|
|
|
7991
7991
|
"responseStr": "site:$siteRef ",
|
|
7992
7992
|
"type": {
|
|
7993
7993
|
"definition": {
|
|
7994
|
-
"description":
|
|
7994
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
7995
7995
|
"enumValues": null,
|
|
7996
7996
|
"fields": {
|
|
7997
7997
|
"id": {
|
|
@@ -8069,7 +8069,7 @@
|
|
|
8069
8069
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
8070
8070
|
"type": {
|
|
8071
8071
|
"definition": {
|
|
8072
|
-
"description":
|
|
8072
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
8073
8073
|
"enumValues": null,
|
|
8074
8074
|
"fields": {
|
|
8075
8075
|
"id": {
|
|
@@ -8170,7 +8170,7 @@
|
|
|
8170
8170
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
8171
8171
|
"type": {
|
|
8172
8172
|
"definition": {
|
|
8173
|
-
"description":
|
|
8173
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
8174
8174
|
"enumValues": null,
|
|
8175
8175
|
"fields": {
|
|
8176
8176
|
"id": {
|
|
@@ -8248,7 +8248,7 @@
|
|
|
8248
8248
|
"responseStr": "user:$userRef ",
|
|
8249
8249
|
"type": {
|
|
8250
8250
|
"definition": {
|
|
8251
|
-
"description":
|
|
8251
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
8252
8252
|
"enumValues": null,
|
|
8253
8253
|
"fields": {
|
|
8254
8254
|
"id": {
|
|
@@ -8326,7 +8326,7 @@
|
|
|
8326
8326
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
8327
8327
|
"type": {
|
|
8328
8328
|
"definition": {
|
|
8329
|
-
"description":
|
|
8329
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
8330
8330
|
"enumValues": null,
|
|
8331
8331
|
"fields": {
|
|
8332
8332
|
"id": {
|
|
@@ -8534,7 +8534,7 @@
|
|
|
8534
8534
|
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
8535
8535
|
"type": {
|
|
8536
8536
|
"definition": {
|
|
8537
|
-
"description":
|
|
8537
|
+
"description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
|
|
8538
8538
|
"enumValues": null,
|
|
8539
8539
|
"fields": {
|
|
8540
8540
|
"id": {
|
|
@@ -8612,7 +8612,7 @@
|
|
|
8612
8612
|
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
8613
8613
|
"type": {
|
|
8614
8614
|
"definition": {
|
|
8615
|
-
"description":
|
|
8615
|
+
"description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
|
|
8616
8616
|
"enumValues": null,
|
|
8617
8617
|
"fields": {
|
|
8618
8618
|
"id": {
|
|
@@ -8690,7 +8690,7 @@
|
|
|
8690
8690
|
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
8691
8691
|
"type": {
|
|
8692
8692
|
"definition": {
|
|
8693
|
-
"description":
|
|
8693
|
+
"description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
|
|
8694
8694
|
"enumValues": null,
|
|
8695
8695
|
"fields": {
|
|
8696
8696
|
"id": {
|