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
|
@@ -1182,7 +1182,7 @@
|
|
|
1182
1182
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
1183
1183
|
"type": {
|
|
1184
1184
|
"definition": {
|
|
1185
|
-
"description":
|
|
1185
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
1186
1186
|
"enumValues": null,
|
|
1187
1187
|
"fields": {
|
|
1188
1188
|
"id": {
|
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
"responseStr": "application:$applicationRef ",
|
|
1261
1261
|
"type": {
|
|
1262
1262
|
"definition": {
|
|
1263
|
-
"description":
|
|
1263
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
1264
1264
|
"enumValues": null,
|
|
1265
1265
|
"fields": {
|
|
1266
1266
|
"id": {
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
"responseStr": "customApp:$customApplicationRef ",
|
|
1339
1339
|
"type": {
|
|
1340
1340
|
"definition": {
|
|
1341
|
-
"description":
|
|
1341
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
1342
1342
|
"enumValues": null,
|
|
1343
1343
|
"fields": {
|
|
1344
1344
|
"id": {
|
|
@@ -1416,7 +1416,7 @@
|
|
|
1416
1416
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
1417
1417
|
"type": {
|
|
1418
1418
|
"definition": {
|
|
1419
|
-
"description":
|
|
1419
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
1420
1420
|
"enumValues": null,
|
|
1421
1421
|
"fields": {
|
|
1422
1422
|
"id": {
|
|
@@ -1889,7 +1889,7 @@
|
|
|
1889
1889
|
"responseStr": "service:$serviceRef ",
|
|
1890
1890
|
"type": {
|
|
1891
1891
|
"definition": {
|
|
1892
|
-
"description":
|
|
1892
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
1893
1893
|
"enumValues": null,
|
|
1894
1894
|
"fields": {
|
|
1895
1895
|
"id": {
|
|
@@ -2098,7 +2098,7 @@
|
|
|
2098
2098
|
"responseStr": "allocationIp:$allocatedIpRef ",
|
|
2099
2099
|
"type": {
|
|
2100
2100
|
"definition": {
|
|
2101
|
-
"description":
|
|
2101
|
+
"description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
|
|
2102
2102
|
"enumValues": null,
|
|
2103
2103
|
"fields": {
|
|
2104
2104
|
"id": {
|
|
@@ -2176,7 +2176,7 @@
|
|
|
2176
2176
|
"responseStr": "backhaulingSite:$siteRef ",
|
|
2177
2177
|
"type": {
|
|
2178
2178
|
"definition": {
|
|
2179
|
-
"description":
|
|
2179
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
2180
2180
|
"enumValues": null,
|
|
2181
2181
|
"fields": {
|
|
2182
2182
|
"id": {
|
|
@@ -2275,7 +2275,7 @@
|
|
|
2275
2275
|
"responseStr": "popLocation:$popLocationRef ",
|
|
2276
2276
|
"type": {
|
|
2277
2277
|
"definition": {
|
|
2278
|
-
"description":
|
|
2278
|
+
"description": "A reference identifying the PopLocation object. ID: Unique PopLocation Identifier, Name: The PopLocation Name",
|
|
2279
2279
|
"enumValues": null,
|
|
2280
2280
|
"fields": {
|
|
2281
2281
|
"id": {
|
|
@@ -3031,7 +3031,7 @@
|
|
|
3031
3031
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3032
3032
|
"type": {
|
|
3033
3033
|
"definition": {
|
|
3034
|
-
"description":
|
|
3034
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
3035
3035
|
"enumValues": null,
|
|
3036
3036
|
"fields": {
|
|
3037
3037
|
"id": {
|
|
@@ -3109,7 +3109,7 @@
|
|
|
3109
3109
|
"responseStr": "group:$groupRef ",
|
|
3110
3110
|
"type": {
|
|
3111
3111
|
"definition": {
|
|
3112
|
-
"description":
|
|
3112
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
3113
3113
|
"enumValues": null,
|
|
3114
3114
|
"fields": {
|
|
3115
3115
|
"id": {
|
|
@@ -3187,7 +3187,7 @@
|
|
|
3187
3187
|
"responseStr": "host:$hostRef ",
|
|
3188
3188
|
"type": {
|
|
3189
3189
|
"definition": {
|
|
3190
|
-
"description":
|
|
3190
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
3191
3191
|
"enumValues": null,
|
|
3192
3192
|
"fields": {
|
|
3193
3193
|
"id": {
|
|
@@ -3366,7 +3366,7 @@
|
|
|
3366
3366
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
3367
3367
|
"type": {
|
|
3368
3368
|
"definition": {
|
|
3369
|
-
"description":
|
|
3369
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
3370
3370
|
"enumValues": null,
|
|
3371
3371
|
"fields": {
|
|
3372
3372
|
"id": {
|
|
@@ -3444,7 +3444,7 @@
|
|
|
3444
3444
|
"responseStr": "site:$siteRef ",
|
|
3445
3445
|
"type": {
|
|
3446
3446
|
"definition": {
|
|
3447
|
-
"description":
|
|
3447
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
3448
3448
|
"enumValues": null,
|
|
3449
3449
|
"fields": {
|
|
3450
3450
|
"id": {
|
|
@@ -3522,7 +3522,7 @@
|
|
|
3522
3522
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
3523
3523
|
"type": {
|
|
3524
3524
|
"definition": {
|
|
3525
|
-
"description":
|
|
3525
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
3526
3526
|
"enumValues": null,
|
|
3527
3527
|
"fields": {
|
|
3528
3528
|
"id": {
|
|
@@ -3623,7 +3623,7 @@
|
|
|
3623
3623
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
3624
3624
|
"type": {
|
|
3625
3625
|
"definition": {
|
|
3626
|
-
"description":
|
|
3626
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
3627
3627
|
"enumValues": null,
|
|
3628
3628
|
"fields": {
|
|
3629
3629
|
"id": {
|
|
@@ -3701,7 +3701,7 @@
|
|
|
3701
3701
|
"responseStr": "user:$userRef ",
|
|
3702
3702
|
"type": {
|
|
3703
3703
|
"definition": {
|
|
3704
|
-
"description":
|
|
3704
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
3705
3705
|
"enumValues": null,
|
|
3706
3706
|
"fields": {
|
|
3707
3707
|
"id": {
|
|
@@ -3779,7 +3779,7 @@
|
|
|
3779
3779
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
3780
3780
|
"type": {
|
|
3781
3781
|
"definition": {
|
|
3782
|
-
"description":
|
|
3782
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
3783
3783
|
"enumValues": null,
|
|
3784
3784
|
"fields": {
|
|
3785
3785
|
"id": {
|
|
@@ -3929,7 +3929,7 @@
|
|
|
3929
3929
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
3930
3930
|
"type": {
|
|
3931
3931
|
"definition": {
|
|
3932
|
-
"description":
|
|
3932
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
3933
3933
|
"enumValues": null,
|
|
3934
3934
|
"fields": {
|
|
3935
3935
|
"id": {
|
|
@@ -4007,7 +4007,7 @@
|
|
|
4007
4007
|
"responseStr": "application:$applicationRef ",
|
|
4008
4008
|
"type": {
|
|
4009
4009
|
"definition": {
|
|
4010
|
-
"description":
|
|
4010
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
4011
4011
|
"enumValues": null,
|
|
4012
4012
|
"fields": {
|
|
4013
4013
|
"id": {
|
|
@@ -4085,7 +4085,7 @@
|
|
|
4085
4085
|
"responseStr": "customApp:$customApplicationRef ",
|
|
4086
4086
|
"type": {
|
|
4087
4087
|
"definition": {
|
|
4088
|
-
"description":
|
|
4088
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
4089
4089
|
"enumValues": null,
|
|
4090
4090
|
"fields": {
|
|
4091
4091
|
"id": {
|
|
@@ -4163,7 +4163,7 @@
|
|
|
4163
4163
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
4164
4164
|
"type": {
|
|
4165
4165
|
"definition": {
|
|
4166
|
-
"description":
|
|
4166
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
4167
4167
|
"enumValues": null,
|
|
4168
4168
|
"fields": {
|
|
4169
4169
|
"id": {
|
|
@@ -4636,7 +4636,7 @@
|
|
|
4636
4636
|
"responseStr": "service:$serviceRef ",
|
|
4637
4637
|
"type": {
|
|
4638
4638
|
"definition": {
|
|
4639
|
-
"description":
|
|
4639
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
4640
4640
|
"enumValues": null,
|
|
4641
4641
|
"fields": {
|
|
4642
4642
|
"id": {
|
|
@@ -4826,7 +4826,7 @@
|
|
|
4826
4826
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4827
4827
|
"type": {
|
|
4828
4828
|
"definition": {
|
|
4829
|
-
"description":
|
|
4829
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
4830
4830
|
"enumValues": null,
|
|
4831
4831
|
"fields": {
|
|
4832
4832
|
"id": {
|
|
@@ -4904,7 +4904,7 @@
|
|
|
4904
4904
|
"responseStr": "group:$groupRef ",
|
|
4905
4905
|
"type": {
|
|
4906
4906
|
"definition": {
|
|
4907
|
-
"description":
|
|
4907
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
4908
4908
|
"enumValues": null,
|
|
4909
4909
|
"fields": {
|
|
4910
4910
|
"id": {
|
|
@@ -4982,7 +4982,7 @@
|
|
|
4982
4982
|
"responseStr": "host:$hostRef ",
|
|
4983
4983
|
"type": {
|
|
4984
4984
|
"definition": {
|
|
4985
|
-
"description":
|
|
4985
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
4986
4986
|
"enumValues": null,
|
|
4987
4987
|
"fields": {
|
|
4988
4988
|
"id": {
|
|
@@ -5161,7 +5161,7 @@
|
|
|
5161
5161
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
5162
5162
|
"type": {
|
|
5163
5163
|
"definition": {
|
|
5164
|
-
"description":
|
|
5164
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
5165
5165
|
"enumValues": null,
|
|
5166
5166
|
"fields": {
|
|
5167
5167
|
"id": {
|
|
@@ -5239,7 +5239,7 @@
|
|
|
5239
5239
|
"responseStr": "site:$siteRef ",
|
|
5240
5240
|
"type": {
|
|
5241
5241
|
"definition": {
|
|
5242
|
-
"description":
|
|
5242
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
5243
5243
|
"enumValues": null,
|
|
5244
5244
|
"fields": {
|
|
5245
5245
|
"id": {
|
|
@@ -5317,7 +5317,7 @@
|
|
|
5317
5317
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
5318
5318
|
"type": {
|
|
5319
5319
|
"definition": {
|
|
5320
|
-
"description":
|
|
5320
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
5321
5321
|
"enumValues": null,
|
|
5322
5322
|
"fields": {
|
|
5323
5323
|
"id": {
|
|
@@ -5418,7 +5418,7 @@
|
|
|
5418
5418
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
5419
5419
|
"type": {
|
|
5420
5420
|
"definition": {
|
|
5421
|
-
"description":
|
|
5421
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
5422
5422
|
"enumValues": null,
|
|
5423
5423
|
"fields": {
|
|
5424
5424
|
"id": {
|
|
@@ -5496,7 +5496,7 @@
|
|
|
5496
5496
|
"responseStr": "user:$userRef ",
|
|
5497
5497
|
"type": {
|
|
5498
5498
|
"definition": {
|
|
5499
|
-
"description":
|
|
5499
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
5500
5500
|
"enumValues": null,
|
|
5501
5501
|
"fields": {
|
|
5502
5502
|
"id": {
|
|
@@ -5574,7 +5574,7 @@
|
|
|
5574
5574
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
5575
5575
|
"type": {
|
|
5576
5576
|
"definition": {
|
|
5577
|
-
"description":
|
|
5577
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
5578
5578
|
"enumValues": null,
|
|
5579
5579
|
"fields": {
|
|
5580
5580
|
"id": {
|
|
@@ -5785,7 +5785,7 @@
|
|
|
5785
5785
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
5786
5786
|
"type": {
|
|
5787
5787
|
"definition": {
|
|
5788
|
-
"description":
|
|
5788
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
5789
5789
|
"enumValues": null,
|
|
5790
5790
|
"fields": {
|
|
5791
5791
|
"id": {
|
|
@@ -5863,7 +5863,7 @@
|
|
|
5863
5863
|
"responseStr": "group:$groupRef ",
|
|
5864
5864
|
"type": {
|
|
5865
5865
|
"definition": {
|
|
5866
|
-
"description":
|
|
5866
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
5867
5867
|
"enumValues": null,
|
|
5868
5868
|
"fields": {
|
|
5869
5869
|
"id": {
|
|
@@ -5941,7 +5941,7 @@
|
|
|
5941
5941
|
"responseStr": "host:$hostRef ",
|
|
5942
5942
|
"type": {
|
|
5943
5943
|
"definition": {
|
|
5944
|
-
"description":
|
|
5944
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
5945
5945
|
"enumValues": null,
|
|
5946
5946
|
"fields": {
|
|
5947
5947
|
"id": {
|
|
@@ -6120,7 +6120,7 @@
|
|
|
6120
6120
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
6121
6121
|
"type": {
|
|
6122
6122
|
"definition": {
|
|
6123
|
-
"description":
|
|
6123
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
6124
6124
|
"enumValues": null,
|
|
6125
6125
|
"fields": {
|
|
6126
6126
|
"id": {
|
|
@@ -6198,7 +6198,7 @@
|
|
|
6198
6198
|
"responseStr": "site:$siteRef ",
|
|
6199
6199
|
"type": {
|
|
6200
6200
|
"definition": {
|
|
6201
|
-
"description":
|
|
6201
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
6202
6202
|
"enumValues": null,
|
|
6203
6203
|
"fields": {
|
|
6204
6204
|
"id": {
|
|
@@ -6276,7 +6276,7 @@
|
|
|
6276
6276
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
6277
6277
|
"type": {
|
|
6278
6278
|
"definition": {
|
|
6279
|
-
"description":
|
|
6279
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
6280
6280
|
"enumValues": null,
|
|
6281
6281
|
"fields": {
|
|
6282
6282
|
"id": {
|
|
@@ -6377,7 +6377,7 @@
|
|
|
6377
6377
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
6378
6378
|
"type": {
|
|
6379
6379
|
"definition": {
|
|
6380
|
-
"description":
|
|
6380
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
6381
6381
|
"enumValues": null,
|
|
6382
6382
|
"fields": {
|
|
6383
6383
|
"id": {
|
|
@@ -6455,7 +6455,7 @@
|
|
|
6455
6455
|
"responseStr": "user:$userRef ",
|
|
6456
6456
|
"type": {
|
|
6457
6457
|
"definition": {
|
|
6458
|
-
"description":
|
|
6458
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
6459
6459
|
"enumValues": null,
|
|
6460
6460
|
"fields": {
|
|
6461
6461
|
"id": {
|
|
@@ -6533,7 +6533,7 @@
|
|
|
6533
6533
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
6534
6534
|
"type": {
|
|
6535
6535
|
"definition": {
|
|
6536
|
-
"description":
|
|
6536
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
6537
6537
|
"enumValues": null,
|
|
6538
6538
|
"fields": {
|
|
6539
6539
|
"id": {
|
|
@@ -7003,7 +7003,7 @@
|
|
|
7003
7003
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
7004
7004
|
"type": {
|
|
7005
7005
|
"definition": {
|
|
7006
|
-
"description":
|
|
7006
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
7007
7007
|
"enumValues": null,
|
|
7008
7008
|
"fields": {
|
|
7009
7009
|
"id": {
|
|
@@ -7081,7 +7081,7 @@
|
|
|
7081
7081
|
"responseStr": "group:$groupRef ",
|
|
7082
7082
|
"type": {
|
|
7083
7083
|
"definition": {
|
|
7084
|
-
"description":
|
|
7084
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
7085
7085
|
"enumValues": null,
|
|
7086
7086
|
"fields": {
|
|
7087
7087
|
"id": {
|
|
@@ -7159,7 +7159,7 @@
|
|
|
7159
7159
|
"responseStr": "host:$hostRef ",
|
|
7160
7160
|
"type": {
|
|
7161
7161
|
"definition": {
|
|
7162
|
-
"description":
|
|
7162
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
7163
7163
|
"enumValues": null,
|
|
7164
7164
|
"fields": {
|
|
7165
7165
|
"id": {
|
|
@@ -7338,7 +7338,7 @@
|
|
|
7338
7338
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
7339
7339
|
"type": {
|
|
7340
7340
|
"definition": {
|
|
7341
|
-
"description":
|
|
7341
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
7342
7342
|
"enumValues": null,
|
|
7343
7343
|
"fields": {
|
|
7344
7344
|
"id": {
|
|
@@ -7416,7 +7416,7 @@
|
|
|
7416
7416
|
"responseStr": "site:$siteRef ",
|
|
7417
7417
|
"type": {
|
|
7418
7418
|
"definition": {
|
|
7419
|
-
"description":
|
|
7419
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
7420
7420
|
"enumValues": null,
|
|
7421
7421
|
"fields": {
|
|
7422
7422
|
"id": {
|
|
@@ -7494,7 +7494,7 @@
|
|
|
7494
7494
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
7495
7495
|
"type": {
|
|
7496
7496
|
"definition": {
|
|
7497
|
-
"description":
|
|
7497
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
7498
7498
|
"enumValues": null,
|
|
7499
7499
|
"fields": {
|
|
7500
7500
|
"id": {
|
|
@@ -7595,7 +7595,7 @@
|
|
|
7595
7595
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
7596
7596
|
"type": {
|
|
7597
7597
|
"definition": {
|
|
7598
|
-
"description":
|
|
7598
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
7599
7599
|
"enumValues": null,
|
|
7600
7600
|
"fields": {
|
|
7601
7601
|
"id": {
|
|
@@ -7673,7 +7673,7 @@
|
|
|
7673
7673
|
"responseStr": "user:$userRef ",
|
|
7674
7674
|
"type": {
|
|
7675
7675
|
"definition": {
|
|
7676
|
-
"description":
|
|
7676
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
7677
7677
|
"enumValues": null,
|
|
7678
7678
|
"fields": {
|
|
7679
7679
|
"id": {
|
|
@@ -7751,7 +7751,7 @@
|
|
|
7751
7751
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
7752
7752
|
"type": {
|
|
7753
7753
|
"definition": {
|
|
7754
|
-
"description":
|
|
7754
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
7755
7755
|
"enumValues": null,
|
|
7756
7756
|
"fields": {
|
|
7757
7757
|
"id": {
|