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
|
@@ -856,7 +856,7 @@
|
|
|
856
856
|
"responseStr": "application:$applicationRef ",
|
|
857
857
|
"type": {
|
|
858
858
|
"definition": {
|
|
859
|
-
"description":
|
|
859
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
860
860
|
"enumValues": null,
|
|
861
861
|
"fields": {
|
|
862
862
|
"id": {
|
|
@@ -1579,7 +1579,7 @@
|
|
|
1579
1579
|
"responseStr": "country:$countryRef ",
|
|
1580
1580
|
"type": {
|
|
1581
1581
|
"definition": {
|
|
1582
|
-
"description":
|
|
1582
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
1583
1583
|
"enumValues": null,
|
|
1584
1584
|
"fields": {
|
|
1585
1585
|
"id": {
|
|
@@ -1735,7 +1735,7 @@
|
|
|
1735
1735
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1736
1736
|
"type": {
|
|
1737
1737
|
"definition": {
|
|
1738
|
-
"description":
|
|
1738
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
1739
1739
|
"enumValues": null,
|
|
1740
1740
|
"fields": {
|
|
1741
1741
|
"id": {
|
|
@@ -1813,7 +1813,7 @@
|
|
|
1813
1813
|
"responseStr": "group:$groupRef ",
|
|
1814
1814
|
"type": {
|
|
1815
1815
|
"definition": {
|
|
1816
|
-
"description":
|
|
1816
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
1817
1817
|
"enumValues": null,
|
|
1818
1818
|
"fields": {
|
|
1819
1819
|
"id": {
|
|
@@ -1891,7 +1891,7 @@
|
|
|
1891
1891
|
"responseStr": "host:$hostRef ",
|
|
1892
1892
|
"type": {
|
|
1893
1893
|
"definition": {
|
|
1894
|
-
"description":
|
|
1894
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
1895
1895
|
"enumValues": null,
|
|
1896
1896
|
"fields": {
|
|
1897
1897
|
"id": {
|
|
@@ -2070,7 +2070,7 @@
|
|
|
2070
2070
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
2071
2071
|
"type": {
|
|
2072
2072
|
"definition": {
|
|
2073
|
-
"description":
|
|
2073
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
2074
2074
|
"enumValues": null,
|
|
2075
2075
|
"fields": {
|
|
2076
2076
|
"id": {
|
|
@@ -2148,7 +2148,7 @@
|
|
|
2148
2148
|
"responseStr": "site:$siteRef ",
|
|
2149
2149
|
"type": {
|
|
2150
2150
|
"definition": {
|
|
2151
|
-
"description":
|
|
2151
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
2152
2152
|
"enumValues": null,
|
|
2153
2153
|
"fields": {
|
|
2154
2154
|
"id": {
|
|
@@ -2226,7 +2226,7 @@
|
|
|
2226
2226
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
2227
2227
|
"type": {
|
|
2228
2228
|
"definition": {
|
|
2229
|
-
"description":
|
|
2229
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
2230
2230
|
"enumValues": null,
|
|
2231
2231
|
"fields": {
|
|
2232
2232
|
"id": {
|
|
@@ -2327,7 +2327,7 @@
|
|
|
2327
2327
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
2328
2328
|
"type": {
|
|
2329
2329
|
"definition": {
|
|
2330
|
-
"description":
|
|
2330
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
2331
2331
|
"enumValues": null,
|
|
2332
2332
|
"fields": {
|
|
2333
2333
|
"id": {
|
|
@@ -2405,7 +2405,7 @@
|
|
|
2405
2405
|
"responseStr": "user:$userRef ",
|
|
2406
2406
|
"type": {
|
|
2407
2407
|
"definition": {
|
|
2408
|
-
"description":
|
|
2408
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
2409
2409
|
"enumValues": null,
|
|
2410
2410
|
"fields": {
|
|
2411
2411
|
"id": {
|
|
@@ -2483,7 +2483,7 @@
|
|
|
2483
2483
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
2484
2484
|
"type": {
|
|
2485
2485
|
"definition": {
|
|
2486
|
-
"description":
|
|
2486
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
2487
2487
|
"enumValues": null,
|
|
2488
2488
|
"fields": {
|
|
2489
2489
|
"id": {
|
|
@@ -1202,7 +1202,7 @@
|
|
|
1202
1202
|
"responseStr": "application:$applicationRef ",
|
|
1203
1203
|
"type": {
|
|
1204
1204
|
"definition": {
|
|
1205
|
-
"description":
|
|
1205
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
1206
1206
|
"enumValues": null,
|
|
1207
1207
|
"fields": {
|
|
1208
1208
|
"id": {
|
|
@@ -1925,7 +1925,7 @@
|
|
|
1925
1925
|
"responseStr": "country:$countryRef ",
|
|
1926
1926
|
"type": {
|
|
1927
1927
|
"definition": {
|
|
1928
|
-
"description":
|
|
1928
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
1929
1929
|
"enumValues": null,
|
|
1930
1930
|
"fields": {
|
|
1931
1931
|
"id": {
|
|
@@ -2081,7 +2081,7 @@
|
|
|
2081
2081
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
2082
2082
|
"type": {
|
|
2083
2083
|
"definition": {
|
|
2084
|
-
"description":
|
|
2084
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
2085
2085
|
"enumValues": null,
|
|
2086
2086
|
"fields": {
|
|
2087
2087
|
"id": {
|
|
@@ -2159,7 +2159,7 @@
|
|
|
2159
2159
|
"responseStr": "group:$groupRef ",
|
|
2160
2160
|
"type": {
|
|
2161
2161
|
"definition": {
|
|
2162
|
-
"description":
|
|
2162
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
2163
2163
|
"enumValues": null,
|
|
2164
2164
|
"fields": {
|
|
2165
2165
|
"id": {
|
|
@@ -2237,7 +2237,7 @@
|
|
|
2237
2237
|
"responseStr": "host:$hostRef ",
|
|
2238
2238
|
"type": {
|
|
2239
2239
|
"definition": {
|
|
2240
|
-
"description":
|
|
2240
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
2241
2241
|
"enumValues": null,
|
|
2242
2242
|
"fields": {
|
|
2243
2243
|
"id": {
|
|
@@ -2416,7 +2416,7 @@
|
|
|
2416
2416
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
2417
2417
|
"type": {
|
|
2418
2418
|
"definition": {
|
|
2419
|
-
"description":
|
|
2419
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
2420
2420
|
"enumValues": null,
|
|
2421
2421
|
"fields": {
|
|
2422
2422
|
"id": {
|
|
@@ -2494,7 +2494,7 @@
|
|
|
2494
2494
|
"responseStr": "site:$siteRef ",
|
|
2495
2495
|
"type": {
|
|
2496
2496
|
"definition": {
|
|
2497
|
-
"description":
|
|
2497
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
2498
2498
|
"enumValues": null,
|
|
2499
2499
|
"fields": {
|
|
2500
2500
|
"id": {
|
|
@@ -2572,7 +2572,7 @@
|
|
|
2572
2572
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
2573
2573
|
"type": {
|
|
2574
2574
|
"definition": {
|
|
2575
|
-
"description":
|
|
2575
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
2576
2576
|
"enumValues": null,
|
|
2577
2577
|
"fields": {
|
|
2578
2578
|
"id": {
|
|
@@ -2673,7 +2673,7 @@
|
|
|
2673
2673
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
2674
2674
|
"type": {
|
|
2675
2675
|
"definition": {
|
|
2676
|
-
"description":
|
|
2676
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
2677
2677
|
"enumValues": null,
|
|
2678
2678
|
"fields": {
|
|
2679
2679
|
"id": {
|
|
@@ -2751,7 +2751,7 @@
|
|
|
2751
2751
|
"responseStr": "user:$userRef ",
|
|
2752
2752
|
"type": {
|
|
2753
2753
|
"definition": {
|
|
2754
|
-
"description":
|
|
2754
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
2755
2755
|
"enumValues": null,
|
|
2756
2756
|
"fields": {
|
|
2757
2757
|
"id": {
|
|
@@ -2829,7 +2829,7 @@
|
|
|
2829
2829
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
2830
2830
|
"type": {
|
|
2831
2831
|
"definition": {
|
|
2832
|
-
"description":
|
|
2832
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
2833
2833
|
"enumValues": null,
|
|
2834
2834
|
"fields": {
|
|
2835
2835
|
"id": {
|
|
@@ -6279,7 +6279,7 @@
|
|
|
6279
6279
|
"responseStr": "application:$applicationRef ",
|
|
6280
6280
|
"type": {
|
|
6281
6281
|
"definition": {
|
|
6282
|
-
"description":
|
|
6282
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
6283
6283
|
"enumValues": null,
|
|
6284
6284
|
"fields": {
|
|
6285
6285
|
"id": {
|
|
@@ -7002,7 +7002,7 @@
|
|
|
7002
7002
|
"responseStr": "country:$countryRef ",
|
|
7003
7003
|
"type": {
|
|
7004
7004
|
"definition": {
|
|
7005
|
-
"description":
|
|
7005
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
7006
7006
|
"enumValues": null,
|
|
7007
7007
|
"fields": {
|
|
7008
7008
|
"id": {
|
|
@@ -7158,7 +7158,7 @@
|
|
|
7158
7158
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
7159
7159
|
"type": {
|
|
7160
7160
|
"definition": {
|
|
7161
|
-
"description":
|
|
7161
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
7162
7162
|
"enumValues": null,
|
|
7163
7163
|
"fields": {
|
|
7164
7164
|
"id": {
|
|
@@ -7236,7 +7236,7 @@
|
|
|
7236
7236
|
"responseStr": "group:$groupRef ",
|
|
7237
7237
|
"type": {
|
|
7238
7238
|
"definition": {
|
|
7239
|
-
"description":
|
|
7239
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
7240
7240
|
"enumValues": null,
|
|
7241
7241
|
"fields": {
|
|
7242
7242
|
"id": {
|
|
@@ -7314,7 +7314,7 @@
|
|
|
7314
7314
|
"responseStr": "host:$hostRef ",
|
|
7315
7315
|
"type": {
|
|
7316
7316
|
"definition": {
|
|
7317
|
-
"description":
|
|
7317
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
7318
7318
|
"enumValues": null,
|
|
7319
7319
|
"fields": {
|
|
7320
7320
|
"id": {
|
|
@@ -7493,7 +7493,7 @@
|
|
|
7493
7493
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
7494
7494
|
"type": {
|
|
7495
7495
|
"definition": {
|
|
7496
|
-
"description":
|
|
7496
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
7497
7497
|
"enumValues": null,
|
|
7498
7498
|
"fields": {
|
|
7499
7499
|
"id": {
|
|
@@ -7571,7 +7571,7 @@
|
|
|
7571
7571
|
"responseStr": "site:$siteRef ",
|
|
7572
7572
|
"type": {
|
|
7573
7573
|
"definition": {
|
|
7574
|
-
"description":
|
|
7574
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
7575
7575
|
"enumValues": null,
|
|
7576
7576
|
"fields": {
|
|
7577
7577
|
"id": {
|
|
@@ -7649,7 +7649,7 @@
|
|
|
7649
7649
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
7650
7650
|
"type": {
|
|
7651
7651
|
"definition": {
|
|
7652
|
-
"description":
|
|
7652
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
7653
7653
|
"enumValues": null,
|
|
7654
7654
|
"fields": {
|
|
7655
7655
|
"id": {
|
|
@@ -7750,7 +7750,7 @@
|
|
|
7750
7750
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
7751
7751
|
"type": {
|
|
7752
7752
|
"definition": {
|
|
7753
|
-
"description":
|
|
7753
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
7754
7754
|
"enumValues": null,
|
|
7755
7755
|
"fields": {
|
|
7756
7756
|
"id": {
|
|
@@ -7828,7 +7828,7 @@
|
|
|
7828
7828
|
"responseStr": "user:$userRef ",
|
|
7829
7829
|
"type": {
|
|
7830
7830
|
"definition": {
|
|
7831
|
-
"description":
|
|
7831
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
7832
7832
|
"enumValues": null,
|
|
7833
7833
|
"fields": {
|
|
7834
7834
|
"id": {
|
|
@@ -7906,7 +7906,7 @@
|
|
|
7906
7906
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
7907
7907
|
"type": {
|
|
7908
7908
|
"definition": {
|
|
7909
|
-
"description":
|
|
7909
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
7910
7910
|
"enumValues": null,
|
|
7911
7911
|
"fields": {
|
|
7912
7912
|
"id": {
|
|
@@ -2881,7 +2881,7 @@
|
|
|
2881
2881
|
"responseStr": "country:$countryRef ",
|
|
2882
2882
|
"type": {
|
|
2883
2883
|
"definition": {
|
|
2884
|
-
"description":
|
|
2884
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
2885
2885
|
"enumValues": null,
|
|
2886
2886
|
"fields": {
|
|
2887
2887
|
"id": {
|
|
@@ -3153,7 +3153,7 @@
|
|
|
3153
3153
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3154
3154
|
"type": {
|
|
3155
3155
|
"definition": {
|
|
3156
|
-
"description":
|
|
3156
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
3157
3157
|
"enumValues": null,
|
|
3158
3158
|
"fields": {
|
|
3159
3159
|
"id": {
|
|
@@ -3339,7 +3339,7 @@
|
|
|
3339
3339
|
"responseStr": "user:$userRef ",
|
|
3340
3340
|
"type": {
|
|
3341
3341
|
"definition": {
|
|
3342
|
-
"description":
|
|
3342
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
3343
3343
|
"enumValues": null,
|
|
3344
3344
|
"fields": {
|
|
3345
3345
|
"id": {
|
|
@@ -3417,7 +3417,7 @@
|
|
|
3417
3417
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
3418
3418
|
"type": {
|
|
3419
3419
|
"definition": {
|
|
3420
|
-
"description":
|
|
3420
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
3421
3421
|
"enumValues": null,
|
|
3422
3422
|
"fields": {
|
|
3423
3423
|
"id": {
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
"responseStr": "country:$countryRef ",
|
|
1129
1129
|
"type": {
|
|
1130
1130
|
"definition": {
|
|
1131
|
-
"description":
|
|
1131
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
1132
1132
|
"enumValues": null,
|
|
1133
1133
|
"fields": {
|
|
1134
1134
|
"id": {
|
|
@@ -1400,7 +1400,7 @@
|
|
|
1400
1400
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1401
1401
|
"type": {
|
|
1402
1402
|
"definition": {
|
|
1403
|
-
"description":
|
|
1403
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
1404
1404
|
"enumValues": null,
|
|
1405
1405
|
"fields": {
|
|
1406
1406
|
"id": {
|
|
@@ -1586,7 +1586,7 @@
|
|
|
1586
1586
|
"responseStr": "user:$userRef ",
|
|
1587
1587
|
"type": {
|
|
1588
1588
|
"definition": {
|
|
1589
|
-
"description":
|
|
1589
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
1590
1590
|
"enumValues": null,
|
|
1591
1591
|
"fields": {
|
|
1592
1592
|
"id": {
|
|
@@ -1664,7 +1664,7 @@
|
|
|
1664
1664
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
1665
1665
|
"type": {
|
|
1666
1666
|
"definition": {
|
|
1667
|
-
"description":
|
|
1667
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
1668
1668
|
"enumValues": null,
|
|
1669
1669
|
"fields": {
|
|
1670
1670
|
"id": {
|
|
@@ -1065,7 +1065,7 @@
|
|
|
1065
1065
|
"responseStr": "country:$countryRef ",
|
|
1066
1066
|
"type": {
|
|
1067
1067
|
"definition": {
|
|
1068
|
-
"description":
|
|
1068
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
1069
1069
|
"enumValues": null,
|
|
1070
1070
|
"fields": {
|
|
1071
1071
|
"id": {
|
|
@@ -1337,7 +1337,7 @@
|
|
|
1337
1337
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1338
1338
|
"type": {
|
|
1339
1339
|
"definition": {
|
|
1340
|
-
"description":
|
|
1340
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
1341
1341
|
"enumValues": null,
|
|
1342
1342
|
"fields": {
|
|
1343
1343
|
"id": {
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
"responseStr": "user:$userRef ",
|
|
1524
1524
|
"type": {
|
|
1525
1525
|
"definition": {
|
|
1526
|
-
"description":
|
|
1526
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
1527
1527
|
"enumValues": null,
|
|
1528
1528
|
"fields": {
|
|
1529
1529
|
"id": {
|
|
@@ -1601,7 +1601,7 @@
|
|
|
1601
1601
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
1602
1602
|
"type": {
|
|
1603
1603
|
"definition": {
|
|
1604
|
-
"description":
|
|
1604
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
1605
1605
|
"enumValues": null,
|
|
1606
1606
|
"fields": {
|
|
1607
1607
|
"id": {
|
|
@@ -1139,7 +1139,7 @@
|
|
|
1139
1139
|
"responseStr": "country:$countryRef ",
|
|
1140
1140
|
"type": {
|
|
1141
1141
|
"definition": {
|
|
1142
|
-
"description":
|
|
1142
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
1143
1143
|
"enumValues": null,
|
|
1144
1144
|
"fields": {
|
|
1145
1145
|
"id": {
|
|
@@ -1411,7 +1411,7 @@
|
|
|
1411
1411
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1412
1412
|
"type": {
|
|
1413
1413
|
"definition": {
|
|
1414
|
-
"description":
|
|
1414
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
1415
1415
|
"enumValues": null,
|
|
1416
1416
|
"fields": {
|
|
1417
1417
|
"id": {
|
|
@@ -1597,7 +1597,7 @@
|
|
|
1597
1597
|
"responseStr": "user:$userRef ",
|
|
1598
1598
|
"type": {
|
|
1599
1599
|
"definition": {
|
|
1600
|
-
"description":
|
|
1600
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
1601
1601
|
"enumValues": null,
|
|
1602
1602
|
"fields": {
|
|
1603
1603
|
"id": {
|
|
@@ -1675,7 +1675,7 @@
|
|
|
1675
1675
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
1676
1676
|
"type": {
|
|
1677
1677
|
"definition": {
|
|
1678
|
-
"description":
|
|
1678
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
1679
1679
|
"enumValues": null,
|
|
1680
1680
|
"fields": {
|
|
1681
1681
|
"id": {
|
|
@@ -1119,7 +1119,7 @@
|
|
|
1119
1119
|
"responseStr": "country:$countryRef ",
|
|
1120
1120
|
"type": {
|
|
1121
1121
|
"definition": {
|
|
1122
|
-
"description":
|
|
1122
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
1123
1123
|
"enumValues": null,
|
|
1124
1124
|
"fields": {
|
|
1125
1125
|
"id": {
|
|
@@ -1391,7 +1391,7 @@
|
|
|
1391
1391
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1392
1392
|
"type": {
|
|
1393
1393
|
"definition": {
|
|
1394
|
-
"description":
|
|
1394
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
1395
1395
|
"enumValues": null,
|
|
1396
1396
|
"fields": {
|
|
1397
1397
|
"id": {
|
|
@@ -1577,7 +1577,7 @@
|
|
|
1577
1577
|
"responseStr": "user:$userRef ",
|
|
1578
1578
|
"type": {
|
|
1579
1579
|
"definition": {
|
|
1580
|
-
"description":
|
|
1580
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
1581
1581
|
"enumValues": null,
|
|
1582
1582
|
"fields": {
|
|
1583
1583
|
"id": {
|
|
@@ -1655,7 +1655,7 @@
|
|
|
1655
1655
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
1656
1656
|
"type": {
|
|
1657
1657
|
"definition": {
|
|
1658
|
-
"description":
|
|
1658
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
1659
1659
|
"enumValues": null,
|
|
1660
1660
|
"fields": {
|
|
1661
1661
|
"id": {
|
|
@@ -795,7 +795,7 @@
|
|
|
795
795
|
"responseStr": "country:$countryRef ",
|
|
796
796
|
"type": {
|
|
797
797
|
"definition": {
|
|
798
|
-
"description":
|
|
798
|
+
"description": "A reference identifying the Country object. ID: Unique Country Identifier, Name: The Country Name",
|
|
799
799
|
"enumValues": null,
|
|
800
800
|
"fields": {
|
|
801
801
|
"id": {
|
|
@@ -1067,7 +1067,7 @@
|
|
|
1067
1067
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
1068
1068
|
"type": {
|
|
1069
1069
|
"definition": {
|
|
1070
|
-
"description":
|
|
1070
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
1071
1071
|
"enumValues": null,
|
|
1072
1072
|
"fields": {
|
|
1073
1073
|
"id": {
|
|
@@ -1253,7 +1253,7 @@
|
|
|
1253
1253
|
"responseStr": "user:$userRef ",
|
|
1254
1254
|
"type": {
|
|
1255
1255
|
"definition": {
|
|
1256
|
-
"description":
|
|
1256
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
1257
1257
|
"enumValues": null,
|
|
1258
1258
|
"fields": {
|
|
1259
1259
|
"id": {
|
|
@@ -1331,7 +1331,7 @@
|
|
|
1331
1331
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
1332
1332
|
"type": {
|
|
1333
1333
|
"definition": {
|
|
1334
|
-
"description":
|
|
1334
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
1335
1335
|
"enumValues": null,
|
|
1336
1336
|
"fields": {
|
|
1337
1337
|
"id": {
|