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
|
@@ -1247,7 +1247,7 @@
|
|
|
1247
1247
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
1248
1248
|
"type": {
|
|
1249
1249
|
"definition": {
|
|
1250
|
-
"description":
|
|
1250
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
1251
1251
|
"enumValues": null,
|
|
1252
1252
|
"fields": {
|
|
1253
1253
|
"id": {
|
|
@@ -1325,7 +1325,7 @@
|
|
|
1325
1325
|
"responseStr": "application:$applicationRef ",
|
|
1326
1326
|
"type": {
|
|
1327
1327
|
"definition": {
|
|
1328
|
-
"description":
|
|
1328
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
1329
1329
|
"enumValues": null,
|
|
1330
1330
|
"fields": {
|
|
1331
1331
|
"id": {
|
|
@@ -1403,7 +1403,7 @@
|
|
|
1403
1403
|
"responseStr": "customApp:$customApplicationRef ",
|
|
1404
1404
|
"type": {
|
|
1405
1405
|
"definition": {
|
|
1406
|
-
"description":
|
|
1406
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
1407
1407
|
"enumValues": null,
|
|
1408
1408
|
"fields": {
|
|
1409
1409
|
"id": {
|
|
@@ -1481,7 +1481,7 @@
|
|
|
1481
1481
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
1482
1482
|
"type": {
|
|
1483
1483
|
"definition": {
|
|
1484
|
-
"description":
|
|
1484
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
1485
1485
|
"enumValues": null,
|
|
1486
1486
|
"fields": {
|
|
1487
1487
|
"id": {
|
|
@@ -1605,7 +1605,7 @@
|
|
|
1605
1605
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1606
1606
|
"type": {
|
|
1607
1607
|
"definition": {
|
|
1608
|
-
"description":
|
|
1608
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
1609
1609
|
"enumValues": null,
|
|
1610
1610
|
"fields": {
|
|
1611
1611
|
"id": {
|
|
@@ -1784,7 +1784,7 @@
|
|
|
1784
1784
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
1785
1785
|
"type": {
|
|
1786
1786
|
"definition": {
|
|
1787
|
-
"description":
|
|
1787
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
1788
1788
|
"enumValues": null,
|
|
1789
1789
|
"fields": {
|
|
1790
1790
|
"id": {
|
|
@@ -1954,7 +1954,7 @@
|
|
|
1954
1954
|
"responseStr": "country:$countryRef ",
|
|
1955
1955
|
"type": {
|
|
1956
1956
|
"definition": {
|
|
1957
|
-
"description":
|
|
1957
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
1958
1958
|
"enumValues": null,
|
|
1959
1959
|
"fields": {
|
|
1960
1960
|
"id": {
|
|
@@ -2148,7 +2148,7 @@
|
|
|
2148
2148
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
2149
2149
|
"type": {
|
|
2150
2150
|
"definition": {
|
|
2151
|
-
"description":
|
|
2151
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
2152
2152
|
"enumValues": null,
|
|
2153
2153
|
"fields": {
|
|
2154
2154
|
"id": {
|
|
@@ -2226,7 +2226,7 @@
|
|
|
2226
2226
|
"responseStr": "group:$groupRef ",
|
|
2227
2227
|
"type": {
|
|
2228
2228
|
"definition": {
|
|
2229
|
-
"description":
|
|
2229
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
2230
2230
|
"enumValues": null,
|
|
2231
2231
|
"fields": {
|
|
2232
2232
|
"id": {
|
|
@@ -2304,7 +2304,7 @@
|
|
|
2304
2304
|
"responseStr": "host:$hostRef ",
|
|
2305
2305
|
"type": {
|
|
2306
2306
|
"definition": {
|
|
2307
|
-
"description":
|
|
2307
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
2308
2308
|
"enumValues": null,
|
|
2309
2309
|
"fields": {
|
|
2310
2310
|
"id": {
|
|
@@ -2483,7 +2483,7 @@
|
|
|
2483
2483
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
2484
2484
|
"type": {
|
|
2485
2485
|
"definition": {
|
|
2486
|
-
"description":
|
|
2486
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
2487
2487
|
"enumValues": null,
|
|
2488
2488
|
"fields": {
|
|
2489
2489
|
"id": {
|
|
@@ -2561,7 +2561,7 @@
|
|
|
2561
2561
|
"responseStr": "site:$siteRef ",
|
|
2562
2562
|
"type": {
|
|
2563
2563
|
"definition": {
|
|
2564
|
-
"description":
|
|
2564
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
2565
2565
|
"enumValues": null,
|
|
2566
2566
|
"fields": {
|
|
2567
2567
|
"id": {
|
|
@@ -2639,7 +2639,7 @@
|
|
|
2639
2639
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
2640
2640
|
"type": {
|
|
2641
2641
|
"definition": {
|
|
2642
|
-
"description":
|
|
2642
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
2643
2643
|
"enumValues": null,
|
|
2644
2644
|
"fields": {
|
|
2645
2645
|
"id": {
|
|
@@ -2740,7 +2740,7 @@
|
|
|
2740
2740
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
2741
2741
|
"type": {
|
|
2742
2742
|
"definition": {
|
|
2743
|
-
"description":
|
|
2743
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
2744
2744
|
"enumValues": null,
|
|
2745
2745
|
"fields": {
|
|
2746
2746
|
"id": {
|
|
@@ -2818,7 +2818,7 @@
|
|
|
2818
2818
|
"responseStr": "user:$userRef ",
|
|
2819
2819
|
"type": {
|
|
2820
2820
|
"definition": {
|
|
2821
|
-
"description":
|
|
2821
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
2822
2822
|
"enumValues": null,
|
|
2823
2823
|
"fields": {
|
|
2824
2824
|
"id": {
|
|
@@ -2896,7 +2896,7 @@
|
|
|
2896
2896
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
2897
2897
|
"type": {
|
|
2898
2898
|
"definition": {
|
|
2899
|
-
"description":
|
|
2899
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
2900
2900
|
"enumValues": null,
|
|
2901
2901
|
"fields": {
|
|
2902
2902
|
"id": {
|
|
@@ -2991,7 +2991,7 @@
|
|
|
2991
2991
|
"responseStr": "device:$deviceProfileRef ",
|
|
2992
2992
|
"type": {
|
|
2993
2993
|
"definition": {
|
|
2994
|
-
"description":
|
|
2994
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
2995
2995
|
"enumValues": null,
|
|
2996
2996
|
"fields": {
|
|
2997
2997
|
"id": {
|
|
@@ -3414,7 +3414,7 @@
|
|
|
3414
3414
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
3415
3415
|
"type": {
|
|
3416
3416
|
"definition": {
|
|
3417
|
-
"description":
|
|
3417
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
3418
3418
|
"enumValues": null,
|
|
3419
3419
|
"fields": {
|
|
3420
3420
|
"id": {
|
|
@@ -3492,7 +3492,7 @@
|
|
|
3492
3492
|
"responseStr": "application:$applicationRef ",
|
|
3493
3493
|
"type": {
|
|
3494
3494
|
"definition": {
|
|
3495
|
-
"description":
|
|
3495
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
3496
3496
|
"enumValues": null,
|
|
3497
3497
|
"fields": {
|
|
3498
3498
|
"id": {
|
|
@@ -3570,7 +3570,7 @@
|
|
|
3570
3570
|
"responseStr": "customApp:$customApplicationRef ",
|
|
3571
3571
|
"type": {
|
|
3572
3572
|
"definition": {
|
|
3573
|
-
"description":
|
|
3573
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
3574
3574
|
"enumValues": null,
|
|
3575
3575
|
"fields": {
|
|
3576
3576
|
"id": {
|
|
@@ -3648,7 +3648,7 @@
|
|
|
3648
3648
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
3649
3649
|
"type": {
|
|
3650
3650
|
"definition": {
|
|
3651
|
-
"description":
|
|
3651
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
3652
3652
|
"enumValues": null,
|
|
3653
3653
|
"fields": {
|
|
3654
3654
|
"id": {
|
|
@@ -3772,7 +3772,7 @@
|
|
|
3772
3772
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3773
3773
|
"type": {
|
|
3774
3774
|
"definition": {
|
|
3775
|
-
"description":
|
|
3775
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
3776
3776
|
"enumValues": null,
|
|
3777
3777
|
"fields": {
|
|
3778
3778
|
"id": {
|
|
@@ -3951,7 +3951,7 @@
|
|
|
3951
3951
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
3952
3952
|
"type": {
|
|
3953
3953
|
"definition": {
|
|
3954
|
-
"description":
|
|
3954
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
3955
3955
|
"enumValues": null,
|
|
3956
3956
|
"fields": {
|
|
3957
3957
|
"id": {
|
|
@@ -4121,7 +4121,7 @@
|
|
|
4121
4121
|
"responseStr": "country:$countryRef ",
|
|
4122
4122
|
"type": {
|
|
4123
4123
|
"definition": {
|
|
4124
|
-
"description":
|
|
4124
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
4125
4125
|
"enumValues": null,
|
|
4126
4126
|
"fields": {
|
|
4127
4127
|
"id": {
|
|
@@ -4294,7 +4294,7 @@
|
|
|
4294
4294
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4295
4295
|
"type": {
|
|
4296
4296
|
"definition": {
|
|
4297
|
-
"description":
|
|
4297
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
4298
4298
|
"enumValues": null,
|
|
4299
4299
|
"fields": {
|
|
4300
4300
|
"id": {
|
|
@@ -4372,7 +4372,7 @@
|
|
|
4372
4372
|
"responseStr": "group:$groupRef ",
|
|
4373
4373
|
"type": {
|
|
4374
4374
|
"definition": {
|
|
4375
|
-
"description":
|
|
4375
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
4376
4376
|
"enumValues": null,
|
|
4377
4377
|
"fields": {
|
|
4378
4378
|
"id": {
|
|
@@ -4450,7 +4450,7 @@
|
|
|
4450
4450
|
"responseStr": "host:$hostRef ",
|
|
4451
4451
|
"type": {
|
|
4452
4452
|
"definition": {
|
|
4453
|
-
"description":
|
|
4453
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
4454
4454
|
"enumValues": null,
|
|
4455
4455
|
"fields": {
|
|
4456
4456
|
"id": {
|
|
@@ -4629,7 +4629,7 @@
|
|
|
4629
4629
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
4630
4630
|
"type": {
|
|
4631
4631
|
"definition": {
|
|
4632
|
-
"description":
|
|
4632
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
4633
4633
|
"enumValues": null,
|
|
4634
4634
|
"fields": {
|
|
4635
4635
|
"id": {
|
|
@@ -4707,7 +4707,7 @@
|
|
|
4707
4707
|
"responseStr": "site:$siteRef ",
|
|
4708
4708
|
"type": {
|
|
4709
4709
|
"definition": {
|
|
4710
|
-
"description":
|
|
4710
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
4711
4711
|
"enumValues": null,
|
|
4712
4712
|
"fields": {
|
|
4713
4713
|
"id": {
|
|
@@ -4785,7 +4785,7 @@
|
|
|
4785
4785
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
4786
4786
|
"type": {
|
|
4787
4787
|
"definition": {
|
|
4788
|
-
"description":
|
|
4788
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
4789
4789
|
"enumValues": null,
|
|
4790
4790
|
"fields": {
|
|
4791
4791
|
"id": {
|
|
@@ -4886,7 +4886,7 @@
|
|
|
4886
4886
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
4887
4887
|
"type": {
|
|
4888
4888
|
"definition": {
|
|
4889
|
-
"description":
|
|
4889
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
4890
4890
|
"enumValues": null,
|
|
4891
4891
|
"fields": {
|
|
4892
4892
|
"id": {
|
|
@@ -4964,7 +4964,7 @@
|
|
|
4964
4964
|
"responseStr": "user:$userRef ",
|
|
4965
4965
|
"type": {
|
|
4966
4966
|
"definition": {
|
|
4967
|
-
"description":
|
|
4967
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
4968
4968
|
"enumValues": null,
|
|
4969
4969
|
"fields": {
|
|
4970
4970
|
"id": {
|
|
@@ -5042,7 +5042,7 @@
|
|
|
5042
5042
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
5043
5043
|
"type": {
|
|
5044
5044
|
"definition": {
|
|
5045
|
-
"description":
|
|
5045
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
5046
5046
|
"enumValues": null,
|
|
5047
5047
|
"fields": {
|
|
5048
5048
|
"id": {
|
|
@@ -5137,7 +5137,7 @@
|
|
|
5137
5137
|
"responseStr": "device:$deviceProfileRef ",
|
|
5138
5138
|
"type": {
|
|
5139
5139
|
"definition": {
|
|
5140
|
-
"description":
|
|
5140
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
5141
5141
|
"enumValues": null,
|
|
5142
5142
|
"fields": {
|
|
5143
5143
|
"id": {
|
|
@@ -5526,7 +5526,7 @@
|
|
|
5526
5526
|
"responseStr": "service:$wanFirewallServiceType ",
|
|
5527
5527
|
"type": {
|
|
5528
5528
|
"definition": {
|
|
5529
|
-
"description": "
|
|
5529
|
+
"description": "Returns the Service Type to which this Wan Firewall rule applies",
|
|
5530
5530
|
"enumValues": null,
|
|
5531
5531
|
"fields": {
|
|
5532
5532
|
"custom": {
|
|
@@ -5740,7 +5740,7 @@
|
|
|
5740
5740
|
"responseStr": "standard:$serviceRef ",
|
|
5741
5741
|
"type": {
|
|
5742
5742
|
"definition": {
|
|
5743
|
-
"description":
|
|
5743
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
5744
5744
|
"enumValues": null,
|
|
5745
5745
|
"fields": {
|
|
5746
5746
|
"id": {
|
|
@@ -5930,7 +5930,7 @@
|
|
|
5930
5930
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
5931
5931
|
"type": {
|
|
5932
5932
|
"definition": {
|
|
5933
|
-
"description":
|
|
5933
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
5934
5934
|
"enumValues": null,
|
|
5935
5935
|
"fields": {
|
|
5936
5936
|
"id": {
|
|
@@ -6008,7 +6008,7 @@
|
|
|
6008
6008
|
"responseStr": "group:$groupRef ",
|
|
6009
6009
|
"type": {
|
|
6010
6010
|
"definition": {
|
|
6011
|
-
"description":
|
|
6011
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
6012
6012
|
"enumValues": null,
|
|
6013
6013
|
"fields": {
|
|
6014
6014
|
"id": {
|
|
@@ -6086,7 +6086,7 @@
|
|
|
6086
6086
|
"responseStr": "host:$hostRef ",
|
|
6087
6087
|
"type": {
|
|
6088
6088
|
"definition": {
|
|
6089
|
-
"description":
|
|
6089
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
6090
6090
|
"enumValues": null,
|
|
6091
6091
|
"fields": {
|
|
6092
6092
|
"id": {
|
|
@@ -6265,7 +6265,7 @@
|
|
|
6265
6265
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
6266
6266
|
"type": {
|
|
6267
6267
|
"definition": {
|
|
6268
|
-
"description":
|
|
6268
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
6269
6269
|
"enumValues": null,
|
|
6270
6270
|
"fields": {
|
|
6271
6271
|
"id": {
|
|
@@ -6343,7 +6343,7 @@
|
|
|
6343
6343
|
"responseStr": "site:$siteRef ",
|
|
6344
6344
|
"type": {
|
|
6345
6345
|
"definition": {
|
|
6346
|
-
"description":
|
|
6346
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
6347
6347
|
"enumValues": null,
|
|
6348
6348
|
"fields": {
|
|
6349
6349
|
"id": {
|
|
@@ -6421,7 +6421,7 @@
|
|
|
6421
6421
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
6422
6422
|
"type": {
|
|
6423
6423
|
"definition": {
|
|
6424
|
-
"description":
|
|
6424
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
6425
6425
|
"enumValues": null,
|
|
6426
6426
|
"fields": {
|
|
6427
6427
|
"id": {
|
|
@@ -6522,7 +6522,7 @@
|
|
|
6522
6522
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
6523
6523
|
"type": {
|
|
6524
6524
|
"definition": {
|
|
6525
|
-
"description":
|
|
6525
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
6526
6526
|
"enumValues": null,
|
|
6527
6527
|
"fields": {
|
|
6528
6528
|
"id": {
|
|
@@ -6600,7 +6600,7 @@
|
|
|
6600
6600
|
"responseStr": "user:$userRef ",
|
|
6601
6601
|
"type": {
|
|
6602
6602
|
"definition": {
|
|
6603
|
-
"description":
|
|
6603
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
6604
6604
|
"enumValues": null,
|
|
6605
6605
|
"fields": {
|
|
6606
6606
|
"id": {
|
|
@@ -6678,7 +6678,7 @@
|
|
|
6678
6678
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
6679
6679
|
"type": {
|
|
6680
6680
|
"definition": {
|
|
6681
|
-
"description":
|
|
6681
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
6682
6682
|
"enumValues": null,
|
|
6683
6683
|
"fields": {
|
|
6684
6684
|
"id": {
|
|
@@ -7250,7 +7250,7 @@
|
|
|
7250
7250
|
"responseStr": "service:$wanFirewallServiceType ",
|
|
7251
7251
|
"type": {
|
|
7252
7252
|
"definition": {
|
|
7253
|
-
"description": "
|
|
7253
|
+
"description": "Returns the Service Type to which this Wan Firewall rule applies",
|
|
7254
7254
|
"enumValues": null,
|
|
7255
7255
|
"fields": {
|
|
7256
7256
|
"custom": {
|
|
@@ -7464,7 +7464,7 @@
|
|
|
7464
7464
|
"responseStr": "standard:$serviceRef ",
|
|
7465
7465
|
"type": {
|
|
7466
7466
|
"definition": {
|
|
7467
|
-
"description":
|
|
7467
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
7468
7468
|
"enumValues": null,
|
|
7469
7469
|
"fields": {
|
|
7470
7470
|
"id": {
|
|
@@ -7654,7 +7654,7 @@
|
|
|
7654
7654
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
7655
7655
|
"type": {
|
|
7656
7656
|
"definition": {
|
|
7657
|
-
"description":
|
|
7657
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
7658
7658
|
"enumValues": null,
|
|
7659
7659
|
"fields": {
|
|
7660
7660
|
"id": {
|
|
@@ -7732,7 +7732,7 @@
|
|
|
7732
7732
|
"responseStr": "group:$groupRef ",
|
|
7733
7733
|
"type": {
|
|
7734
7734
|
"definition": {
|
|
7735
|
-
"description":
|
|
7735
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
7736
7736
|
"enumValues": null,
|
|
7737
7737
|
"fields": {
|
|
7738
7738
|
"id": {
|
|
@@ -7810,7 +7810,7 @@
|
|
|
7810
7810
|
"responseStr": "host:$hostRef ",
|
|
7811
7811
|
"type": {
|
|
7812
7812
|
"definition": {
|
|
7813
|
-
"description":
|
|
7813
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
7814
7814
|
"enumValues": null,
|
|
7815
7815
|
"fields": {
|
|
7816
7816
|
"id": {
|
|
@@ -7989,7 +7989,7 @@
|
|
|
7989
7989
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
7990
7990
|
"type": {
|
|
7991
7991
|
"definition": {
|
|
7992
|
-
"description":
|
|
7992
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
7993
7993
|
"enumValues": null,
|
|
7994
7994
|
"fields": {
|
|
7995
7995
|
"id": {
|
|
@@ -8067,7 +8067,7 @@
|
|
|
8067
8067
|
"responseStr": "site:$siteRef ",
|
|
8068
8068
|
"type": {
|
|
8069
8069
|
"definition": {
|
|
8070
|
-
"description":
|
|
8070
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
8071
8071
|
"enumValues": null,
|
|
8072
8072
|
"fields": {
|
|
8073
8073
|
"id": {
|
|
@@ -8145,7 +8145,7 @@
|
|
|
8145
8145
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
8146
8146
|
"type": {
|
|
8147
8147
|
"definition": {
|
|
8148
|
-
"description":
|
|
8148
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
8149
8149
|
"enumValues": null,
|
|
8150
8150
|
"fields": {
|
|
8151
8151
|
"id": {
|
|
@@ -8246,7 +8246,7 @@
|
|
|
8246
8246
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
8247
8247
|
"type": {
|
|
8248
8248
|
"definition": {
|
|
8249
|
-
"description":
|
|
8249
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
8250
8250
|
"enumValues": null,
|
|
8251
8251
|
"fields": {
|
|
8252
8252
|
"id": {
|
|
@@ -8324,7 +8324,7 @@
|
|
|
8324
8324
|
"responseStr": "user:$userRef ",
|
|
8325
8325
|
"type": {
|
|
8326
8326
|
"definition": {
|
|
8327
|
-
"description":
|
|
8327
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
8328
8328
|
"enumValues": null,
|
|
8329
8329
|
"fields": {
|
|
8330
8330
|
"id": {
|
|
@@ -8402,7 +8402,7 @@
|
|
|
8402
8402
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
8403
8403
|
"type": {
|
|
8404
8404
|
"definition": {
|
|
8405
|
-
"description":
|
|
8405
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
8406
8406
|
"enumValues": null,
|
|
8407
8407
|
"fields": {
|
|
8408
8408
|
"id": {
|
|
@@ -8610,7 +8610,7 @@
|
|
|
8610
8610
|
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
8611
8611
|
"type": {
|
|
8612
8612
|
"definition": {
|
|
8613
|
-
"description":
|
|
8613
|
+
"description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
|
|
8614
8614
|
"enumValues": null,
|
|
8615
8615
|
"fields": {
|
|
8616
8616
|
"id": {
|
|
@@ -8688,7 +8688,7 @@
|
|
|
8688
8688
|
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
8689
8689
|
"type": {
|
|
8690
8690
|
"definition": {
|
|
8691
|
-
"description":
|
|
8691
|
+
"description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
|
|
8692
8692
|
"enumValues": null,
|
|
8693
8693
|
"fields": {
|
|
8694
8694
|
"id": {
|
|
@@ -8766,7 +8766,7 @@
|
|
|
8766
8766
|
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
8767
8767
|
"type": {
|
|
8768
8768
|
"definition": {
|
|
8769
|
-
"description":
|
|
8769
|
+
"description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
|
|
8770
8770
|
"enumValues": null,
|
|
8771
8771
|
"fields": {
|
|
8772
8772
|
"id": {
|