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
|
@@ -1245,7 +1245,7 @@
|
|
|
1245
1245
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
1246
1246
|
"type": {
|
|
1247
1247
|
"definition": {
|
|
1248
|
-
"description":
|
|
1248
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
1249
1249
|
"enumValues": null,
|
|
1250
1250
|
"fields": {
|
|
1251
1251
|
"id": {
|
|
@@ -1323,7 +1323,7 @@
|
|
|
1323
1323
|
"responseStr": "application:$applicationRef ",
|
|
1324
1324
|
"type": {
|
|
1325
1325
|
"definition": {
|
|
1326
|
-
"description":
|
|
1326
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
1327
1327
|
"enumValues": null,
|
|
1328
1328
|
"fields": {
|
|
1329
1329
|
"id": {
|
|
@@ -1401,7 +1401,7 @@
|
|
|
1401
1401
|
"responseStr": "customApp:$customApplicationRef ",
|
|
1402
1402
|
"type": {
|
|
1403
1403
|
"definition": {
|
|
1404
|
-
"description":
|
|
1404
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
1405
1405
|
"enumValues": null,
|
|
1406
1406
|
"fields": {
|
|
1407
1407
|
"id": {
|
|
@@ -1479,7 +1479,7 @@
|
|
|
1479
1479
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
1480
1480
|
"type": {
|
|
1481
1481
|
"definition": {
|
|
1482
|
-
"description":
|
|
1482
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
1483
1483
|
"enumValues": null,
|
|
1484
1484
|
"fields": {
|
|
1485
1485
|
"id": {
|
|
@@ -1603,7 +1603,7 @@
|
|
|
1603
1603
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1604
1604
|
"type": {
|
|
1605
1605
|
"definition": {
|
|
1606
|
-
"description":
|
|
1606
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
1607
1607
|
"enumValues": null,
|
|
1608
1608
|
"fields": {
|
|
1609
1609
|
"id": {
|
|
@@ -1782,7 +1782,7 @@
|
|
|
1782
1782
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
1783
1783
|
"type": {
|
|
1784
1784
|
"definition": {
|
|
1785
|
-
"description":
|
|
1785
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
1786
1786
|
"enumValues": null,
|
|
1787
1787
|
"fields": {
|
|
1788
1788
|
"id": {
|
|
@@ -1952,7 +1952,7 @@
|
|
|
1952
1952
|
"responseStr": "country:$countryRef ",
|
|
1953
1953
|
"type": {
|
|
1954
1954
|
"definition": {
|
|
1955
|
-
"description":
|
|
1955
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
1956
1956
|
"enumValues": null,
|
|
1957
1957
|
"fields": {
|
|
1958
1958
|
"id": {
|
|
@@ -2146,7 +2146,7 @@
|
|
|
2146
2146
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
2147
2147
|
"type": {
|
|
2148
2148
|
"definition": {
|
|
2149
|
-
"description":
|
|
2149
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
2150
2150
|
"enumValues": null,
|
|
2151
2151
|
"fields": {
|
|
2152
2152
|
"id": {
|
|
@@ -2224,7 +2224,7 @@
|
|
|
2224
2224
|
"responseStr": "group:$groupRef ",
|
|
2225
2225
|
"type": {
|
|
2226
2226
|
"definition": {
|
|
2227
|
-
"description":
|
|
2227
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
2228
2228
|
"enumValues": null,
|
|
2229
2229
|
"fields": {
|
|
2230
2230
|
"id": {
|
|
@@ -2302,7 +2302,7 @@
|
|
|
2302
2302
|
"responseStr": "host:$hostRef ",
|
|
2303
2303
|
"type": {
|
|
2304
2304
|
"definition": {
|
|
2305
|
-
"description":
|
|
2305
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
2306
2306
|
"enumValues": null,
|
|
2307
2307
|
"fields": {
|
|
2308
2308
|
"id": {
|
|
@@ -2481,7 +2481,7 @@
|
|
|
2481
2481
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
2482
2482
|
"type": {
|
|
2483
2483
|
"definition": {
|
|
2484
|
-
"description":
|
|
2484
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
2485
2485
|
"enumValues": null,
|
|
2486
2486
|
"fields": {
|
|
2487
2487
|
"id": {
|
|
@@ -2559,7 +2559,7 @@
|
|
|
2559
2559
|
"responseStr": "site:$siteRef ",
|
|
2560
2560
|
"type": {
|
|
2561
2561
|
"definition": {
|
|
2562
|
-
"description":
|
|
2562
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
2563
2563
|
"enumValues": null,
|
|
2564
2564
|
"fields": {
|
|
2565
2565
|
"id": {
|
|
@@ -2637,7 +2637,7 @@
|
|
|
2637
2637
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
2638
2638
|
"type": {
|
|
2639
2639
|
"definition": {
|
|
2640
|
-
"description":
|
|
2640
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
2641
2641
|
"enumValues": null,
|
|
2642
2642
|
"fields": {
|
|
2643
2643
|
"id": {
|
|
@@ -2738,7 +2738,7 @@
|
|
|
2738
2738
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
2739
2739
|
"type": {
|
|
2740
2740
|
"definition": {
|
|
2741
|
-
"description":
|
|
2741
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
2742
2742
|
"enumValues": null,
|
|
2743
2743
|
"fields": {
|
|
2744
2744
|
"id": {
|
|
@@ -2816,7 +2816,7 @@
|
|
|
2816
2816
|
"responseStr": "user:$userRef ",
|
|
2817
2817
|
"type": {
|
|
2818
2818
|
"definition": {
|
|
2819
|
-
"description":
|
|
2819
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
2820
2820
|
"enumValues": null,
|
|
2821
2821
|
"fields": {
|
|
2822
2822
|
"id": {
|
|
@@ -2894,7 +2894,7 @@
|
|
|
2894
2894
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
2895
2895
|
"type": {
|
|
2896
2896
|
"definition": {
|
|
2897
|
-
"description":
|
|
2897
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
2898
2898
|
"enumValues": null,
|
|
2899
2899
|
"fields": {
|
|
2900
2900
|
"id": {
|
|
@@ -2989,7 +2989,7 @@
|
|
|
2989
2989
|
"responseStr": "device:$deviceProfileRef ",
|
|
2990
2990
|
"type": {
|
|
2991
2991
|
"definition": {
|
|
2992
|
-
"description":
|
|
2992
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
2993
2993
|
"enumValues": null,
|
|
2994
2994
|
"fields": {
|
|
2995
2995
|
"id": {
|
|
@@ -3412,7 +3412,7 @@
|
|
|
3412
3412
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
3413
3413
|
"type": {
|
|
3414
3414
|
"definition": {
|
|
3415
|
-
"description":
|
|
3415
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
3416
3416
|
"enumValues": null,
|
|
3417
3417
|
"fields": {
|
|
3418
3418
|
"id": {
|
|
@@ -3490,7 +3490,7 @@
|
|
|
3490
3490
|
"responseStr": "application:$applicationRef ",
|
|
3491
3491
|
"type": {
|
|
3492
3492
|
"definition": {
|
|
3493
|
-
"description":
|
|
3493
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
3494
3494
|
"enumValues": null,
|
|
3495
3495
|
"fields": {
|
|
3496
3496
|
"id": {
|
|
@@ -3568,7 +3568,7 @@
|
|
|
3568
3568
|
"responseStr": "customApp:$customApplicationRef ",
|
|
3569
3569
|
"type": {
|
|
3570
3570
|
"definition": {
|
|
3571
|
-
"description":
|
|
3571
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
3572
3572
|
"enumValues": null,
|
|
3573
3573
|
"fields": {
|
|
3574
3574
|
"id": {
|
|
@@ -3646,7 +3646,7 @@
|
|
|
3646
3646
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
3647
3647
|
"type": {
|
|
3648
3648
|
"definition": {
|
|
3649
|
-
"description":
|
|
3649
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
3650
3650
|
"enumValues": null,
|
|
3651
3651
|
"fields": {
|
|
3652
3652
|
"id": {
|
|
@@ -3770,7 +3770,7 @@
|
|
|
3770
3770
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3771
3771
|
"type": {
|
|
3772
3772
|
"definition": {
|
|
3773
|
-
"description":
|
|
3773
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
3774
3774
|
"enumValues": null,
|
|
3775
3775
|
"fields": {
|
|
3776
3776
|
"id": {
|
|
@@ -3949,7 +3949,7 @@
|
|
|
3949
3949
|
"responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
|
|
3950
3950
|
"type": {
|
|
3951
3951
|
"definition": {
|
|
3952
|
-
"description":
|
|
3952
|
+
"description": "A reference identifying the SanctionedAppsCategory object. ID: Unique SanctionedAppsCategory Identifier, Name: The SanctionedAppsCategory Name",
|
|
3953
3953
|
"enumValues": null,
|
|
3954
3954
|
"fields": {
|
|
3955
3955
|
"id": {
|
|
@@ -4119,7 +4119,7 @@
|
|
|
4119
4119
|
"responseStr": "country:$countryRef ",
|
|
4120
4120
|
"type": {
|
|
4121
4121
|
"definition": {
|
|
4122
|
-
"description":
|
|
4122
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
4123
4123
|
"enumValues": null,
|
|
4124
4124
|
"fields": {
|
|
4125
4125
|
"id": {
|
|
@@ -4292,7 +4292,7 @@
|
|
|
4292
4292
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4293
4293
|
"type": {
|
|
4294
4294
|
"definition": {
|
|
4295
|
-
"description":
|
|
4295
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
4296
4296
|
"enumValues": null,
|
|
4297
4297
|
"fields": {
|
|
4298
4298
|
"id": {
|
|
@@ -4370,7 +4370,7 @@
|
|
|
4370
4370
|
"responseStr": "group:$groupRef ",
|
|
4371
4371
|
"type": {
|
|
4372
4372
|
"definition": {
|
|
4373
|
-
"description":
|
|
4373
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
4374
4374
|
"enumValues": null,
|
|
4375
4375
|
"fields": {
|
|
4376
4376
|
"id": {
|
|
@@ -4448,7 +4448,7 @@
|
|
|
4448
4448
|
"responseStr": "host:$hostRef ",
|
|
4449
4449
|
"type": {
|
|
4450
4450
|
"definition": {
|
|
4451
|
-
"description":
|
|
4451
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
4452
4452
|
"enumValues": null,
|
|
4453
4453
|
"fields": {
|
|
4454
4454
|
"id": {
|
|
@@ -4627,7 +4627,7 @@
|
|
|
4627
4627
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
4628
4628
|
"type": {
|
|
4629
4629
|
"definition": {
|
|
4630
|
-
"description":
|
|
4630
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
4631
4631
|
"enumValues": null,
|
|
4632
4632
|
"fields": {
|
|
4633
4633
|
"id": {
|
|
@@ -4705,7 +4705,7 @@
|
|
|
4705
4705
|
"responseStr": "site:$siteRef ",
|
|
4706
4706
|
"type": {
|
|
4707
4707
|
"definition": {
|
|
4708
|
-
"description":
|
|
4708
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
4709
4709
|
"enumValues": null,
|
|
4710
4710
|
"fields": {
|
|
4711
4711
|
"id": {
|
|
@@ -4783,7 +4783,7 @@
|
|
|
4783
4783
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
4784
4784
|
"type": {
|
|
4785
4785
|
"definition": {
|
|
4786
|
-
"description":
|
|
4786
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
4787
4787
|
"enumValues": null,
|
|
4788
4788
|
"fields": {
|
|
4789
4789
|
"id": {
|
|
@@ -4884,7 +4884,7 @@
|
|
|
4884
4884
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
4885
4885
|
"type": {
|
|
4886
4886
|
"definition": {
|
|
4887
|
-
"description":
|
|
4887
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
4888
4888
|
"enumValues": null,
|
|
4889
4889
|
"fields": {
|
|
4890
4890
|
"id": {
|
|
@@ -4962,7 +4962,7 @@
|
|
|
4962
4962
|
"responseStr": "user:$userRef ",
|
|
4963
4963
|
"type": {
|
|
4964
4964
|
"definition": {
|
|
4965
|
-
"description":
|
|
4965
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
4966
4966
|
"enumValues": null,
|
|
4967
4967
|
"fields": {
|
|
4968
4968
|
"id": {
|
|
@@ -5040,7 +5040,7 @@
|
|
|
5040
5040
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
5041
5041
|
"type": {
|
|
5042
5042
|
"definition": {
|
|
5043
|
-
"description":
|
|
5043
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
5044
5044
|
"enumValues": null,
|
|
5045
5045
|
"fields": {
|
|
5046
5046
|
"id": {
|
|
@@ -5135,7 +5135,7 @@
|
|
|
5135
5135
|
"responseStr": "device:$deviceProfileRef ",
|
|
5136
5136
|
"type": {
|
|
5137
5137
|
"definition": {
|
|
5138
|
-
"description":
|
|
5138
|
+
"description": "A reference identifying the DeviceProfile object. ID: Unique DeviceProfile Identifier, Name: The DeviceProfile Name",
|
|
5139
5139
|
"enumValues": null,
|
|
5140
5140
|
"fields": {
|
|
5141
5141
|
"id": {
|
|
@@ -5524,7 +5524,7 @@
|
|
|
5524
5524
|
"responseStr": "service:$wanFirewallServiceType ",
|
|
5525
5525
|
"type": {
|
|
5526
5526
|
"definition": {
|
|
5527
|
-
"description": "
|
|
5527
|
+
"description": "Returns the Service Type to which this Wan Firewall rule applies",
|
|
5528
5528
|
"enumValues": null,
|
|
5529
5529
|
"fields": {
|
|
5530
5530
|
"custom": {
|
|
@@ -5738,7 +5738,7 @@
|
|
|
5738
5738
|
"responseStr": "standard:$serviceRef ",
|
|
5739
5739
|
"type": {
|
|
5740
5740
|
"definition": {
|
|
5741
|
-
"description":
|
|
5741
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
5742
5742
|
"enumValues": null,
|
|
5743
5743
|
"fields": {
|
|
5744
5744
|
"id": {
|
|
@@ -5928,7 +5928,7 @@
|
|
|
5928
5928
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
5929
5929
|
"type": {
|
|
5930
5930
|
"definition": {
|
|
5931
|
-
"description":
|
|
5931
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
5932
5932
|
"enumValues": null,
|
|
5933
5933
|
"fields": {
|
|
5934
5934
|
"id": {
|
|
@@ -6006,7 +6006,7 @@
|
|
|
6006
6006
|
"responseStr": "group:$groupRef ",
|
|
6007
6007
|
"type": {
|
|
6008
6008
|
"definition": {
|
|
6009
|
-
"description":
|
|
6009
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
6010
6010
|
"enumValues": null,
|
|
6011
6011
|
"fields": {
|
|
6012
6012
|
"id": {
|
|
@@ -6084,7 +6084,7 @@
|
|
|
6084
6084
|
"responseStr": "host:$hostRef ",
|
|
6085
6085
|
"type": {
|
|
6086
6086
|
"definition": {
|
|
6087
|
-
"description":
|
|
6087
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
6088
6088
|
"enumValues": null,
|
|
6089
6089
|
"fields": {
|
|
6090
6090
|
"id": {
|
|
@@ -6263,7 +6263,7 @@
|
|
|
6263
6263
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
6264
6264
|
"type": {
|
|
6265
6265
|
"definition": {
|
|
6266
|
-
"description":
|
|
6266
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
6267
6267
|
"enumValues": null,
|
|
6268
6268
|
"fields": {
|
|
6269
6269
|
"id": {
|
|
@@ -6341,7 +6341,7 @@
|
|
|
6341
6341
|
"responseStr": "site:$siteRef ",
|
|
6342
6342
|
"type": {
|
|
6343
6343
|
"definition": {
|
|
6344
|
-
"description":
|
|
6344
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
6345
6345
|
"enumValues": null,
|
|
6346
6346
|
"fields": {
|
|
6347
6347
|
"id": {
|
|
@@ -6419,7 +6419,7 @@
|
|
|
6419
6419
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
6420
6420
|
"type": {
|
|
6421
6421
|
"definition": {
|
|
6422
|
-
"description":
|
|
6422
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
6423
6423
|
"enumValues": null,
|
|
6424
6424
|
"fields": {
|
|
6425
6425
|
"id": {
|
|
@@ -6520,7 +6520,7 @@
|
|
|
6520
6520
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
6521
6521
|
"type": {
|
|
6522
6522
|
"definition": {
|
|
6523
|
-
"description":
|
|
6523
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
6524
6524
|
"enumValues": null,
|
|
6525
6525
|
"fields": {
|
|
6526
6526
|
"id": {
|
|
@@ -6598,7 +6598,7 @@
|
|
|
6598
6598
|
"responseStr": "user:$userRef ",
|
|
6599
6599
|
"type": {
|
|
6600
6600
|
"definition": {
|
|
6601
|
-
"description":
|
|
6601
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
6602
6602
|
"enumValues": null,
|
|
6603
6603
|
"fields": {
|
|
6604
6604
|
"id": {
|
|
@@ -6676,7 +6676,7 @@
|
|
|
6676
6676
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
6677
6677
|
"type": {
|
|
6678
6678
|
"definition": {
|
|
6679
|
-
"description":
|
|
6679
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
6680
6680
|
"enumValues": null,
|
|
6681
6681
|
"fields": {
|
|
6682
6682
|
"id": {
|
|
@@ -7248,7 +7248,7 @@
|
|
|
7248
7248
|
"responseStr": "service:$wanFirewallServiceType ",
|
|
7249
7249
|
"type": {
|
|
7250
7250
|
"definition": {
|
|
7251
|
-
"description": "
|
|
7251
|
+
"description": "Returns the Service Type to which this Wan Firewall rule applies",
|
|
7252
7252
|
"enumValues": null,
|
|
7253
7253
|
"fields": {
|
|
7254
7254
|
"custom": {
|
|
@@ -7462,7 +7462,7 @@
|
|
|
7462
7462
|
"responseStr": "standard:$serviceRef ",
|
|
7463
7463
|
"type": {
|
|
7464
7464
|
"definition": {
|
|
7465
|
-
"description":
|
|
7465
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
7466
7466
|
"enumValues": null,
|
|
7467
7467
|
"fields": {
|
|
7468
7468
|
"id": {
|
|
@@ -7652,7 +7652,7 @@
|
|
|
7652
7652
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
7653
7653
|
"type": {
|
|
7654
7654
|
"definition": {
|
|
7655
|
-
"description":
|
|
7655
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
7656
7656
|
"enumValues": null,
|
|
7657
7657
|
"fields": {
|
|
7658
7658
|
"id": {
|
|
@@ -7730,7 +7730,7 @@
|
|
|
7730
7730
|
"responseStr": "group:$groupRef ",
|
|
7731
7731
|
"type": {
|
|
7732
7732
|
"definition": {
|
|
7733
|
-
"description":
|
|
7733
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
7734
7734
|
"enumValues": null,
|
|
7735
7735
|
"fields": {
|
|
7736
7736
|
"id": {
|
|
@@ -7808,7 +7808,7 @@
|
|
|
7808
7808
|
"responseStr": "host:$hostRef ",
|
|
7809
7809
|
"type": {
|
|
7810
7810
|
"definition": {
|
|
7811
|
-
"description":
|
|
7811
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
7812
7812
|
"enumValues": null,
|
|
7813
7813
|
"fields": {
|
|
7814
7814
|
"id": {
|
|
@@ -7987,7 +7987,7 @@
|
|
|
7987
7987
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
7988
7988
|
"type": {
|
|
7989
7989
|
"definition": {
|
|
7990
|
-
"description":
|
|
7990
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
7991
7991
|
"enumValues": null,
|
|
7992
7992
|
"fields": {
|
|
7993
7993
|
"id": {
|
|
@@ -8065,7 +8065,7 @@
|
|
|
8065
8065
|
"responseStr": "site:$siteRef ",
|
|
8066
8066
|
"type": {
|
|
8067
8067
|
"definition": {
|
|
8068
|
-
"description":
|
|
8068
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
8069
8069
|
"enumValues": null,
|
|
8070
8070
|
"fields": {
|
|
8071
8071
|
"id": {
|
|
@@ -8143,7 +8143,7 @@
|
|
|
8143
8143
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
8144
8144
|
"type": {
|
|
8145
8145
|
"definition": {
|
|
8146
|
-
"description":
|
|
8146
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
8147
8147
|
"enumValues": null,
|
|
8148
8148
|
"fields": {
|
|
8149
8149
|
"id": {
|
|
@@ -8244,7 +8244,7 @@
|
|
|
8244
8244
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
8245
8245
|
"type": {
|
|
8246
8246
|
"definition": {
|
|
8247
|
-
"description":
|
|
8247
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
8248
8248
|
"enumValues": null,
|
|
8249
8249
|
"fields": {
|
|
8250
8250
|
"id": {
|
|
@@ -8322,7 +8322,7 @@
|
|
|
8322
8322
|
"responseStr": "user:$userRef ",
|
|
8323
8323
|
"type": {
|
|
8324
8324
|
"definition": {
|
|
8325
|
-
"description":
|
|
8325
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
8326
8326
|
"enumValues": null,
|
|
8327
8327
|
"fields": {
|
|
8328
8328
|
"id": {
|
|
@@ -8400,7 +8400,7 @@
|
|
|
8400
8400
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
8401
8401
|
"type": {
|
|
8402
8402
|
"definition": {
|
|
8403
|
-
"description":
|
|
8403
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
8404
8404
|
"enumValues": null,
|
|
8405
8405
|
"fields": {
|
|
8406
8406
|
"id": {
|
|
@@ -8608,7 +8608,7 @@
|
|
|
8608
8608
|
"responseStr": "mailingList:$subscriptionMailingListRef ",
|
|
8609
8609
|
"type": {
|
|
8610
8610
|
"definition": {
|
|
8611
|
-
"description":
|
|
8611
|
+
"description": "A reference identifying the SubscriptionMailingList object. ID: Unique SubscriptionMailingList Identifier, Name: The SubscriptionMailingList Name",
|
|
8612
8612
|
"enumValues": null,
|
|
8613
8613
|
"fields": {
|
|
8614
8614
|
"id": {
|
|
@@ -8686,7 +8686,7 @@
|
|
|
8686
8686
|
"responseStr": "subscriptionGroup:$subscriptionGroupRef ",
|
|
8687
8687
|
"type": {
|
|
8688
8688
|
"definition": {
|
|
8689
|
-
"description":
|
|
8689
|
+
"description": "A reference identifying the SubscriptionGroup object. ID: Unique SubscriptionGroup Identifier, Name: The SubscriptionGroup Name",
|
|
8690
8690
|
"enumValues": null,
|
|
8691
8691
|
"fields": {
|
|
8692
8692
|
"id": {
|
|
@@ -8764,7 +8764,7 @@
|
|
|
8764
8764
|
"responseStr": "webhook:$subscriptionWebhookRef ",
|
|
8765
8765
|
"type": {
|
|
8766
8766
|
"definition": {
|
|
8767
|
-
"description":
|
|
8767
|
+
"description": "A reference identifying the SubscriptionWebhook object. ID: Unique SubscriptionWebhook Identifier, Name: The SubscriptionWebhook Name",
|
|
8768
8768
|
"enumValues": null,
|
|
8769
8769
|
"fields": {
|
|
8770
8770
|
"id": {
|