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
|
@@ -1162,7 +1162,7 @@
|
|
|
1162
1162
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
1163
1163
|
"type": {
|
|
1164
1164
|
"definition": {
|
|
1165
|
-
"description":
|
|
1165
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
1166
1166
|
"enumValues": null,
|
|
1167
1167
|
"fields": {
|
|
1168
1168
|
"id": {
|
|
@@ -1240,7 +1240,7 @@
|
|
|
1240
1240
|
"responseStr": "application:$applicationRef ",
|
|
1241
1241
|
"type": {
|
|
1242
1242
|
"definition": {
|
|
1243
|
-
"description":
|
|
1243
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
1244
1244
|
"enumValues": null,
|
|
1245
1245
|
"fields": {
|
|
1246
1246
|
"id": {
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
"responseStr": "customApp:$customApplicationRef ",
|
|
1319
1319
|
"type": {
|
|
1320
1320
|
"definition": {
|
|
1321
|
-
"description":
|
|
1321
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
1322
1322
|
"enumValues": null,
|
|
1323
1323
|
"fields": {
|
|
1324
1324
|
"id": {
|
|
@@ -1396,7 +1396,7 @@
|
|
|
1396
1396
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
1397
1397
|
"type": {
|
|
1398
1398
|
"definition": {
|
|
1399
|
-
"description":
|
|
1399
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
1400
1400
|
"enumValues": null,
|
|
1401
1401
|
"fields": {
|
|
1402
1402
|
"id": {
|
|
@@ -1869,7 +1869,7 @@
|
|
|
1869
1869
|
"responseStr": "service:$serviceRef ",
|
|
1870
1870
|
"type": {
|
|
1871
1871
|
"definition": {
|
|
1872
|
-
"description":
|
|
1872
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
1873
1873
|
"enumValues": null,
|
|
1874
1874
|
"fields": {
|
|
1875
1875
|
"id": {
|
|
@@ -2078,7 +2078,7 @@
|
|
|
2078
2078
|
"responseStr": "allocationIp:$allocatedIpRef ",
|
|
2079
2079
|
"type": {
|
|
2080
2080
|
"definition": {
|
|
2081
|
-
"description":
|
|
2081
|
+
"description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
|
|
2082
2082
|
"enumValues": null,
|
|
2083
2083
|
"fields": {
|
|
2084
2084
|
"id": {
|
|
@@ -2156,7 +2156,7 @@
|
|
|
2156
2156
|
"responseStr": "backhaulingSite:$siteRef ",
|
|
2157
2157
|
"type": {
|
|
2158
2158
|
"definition": {
|
|
2159
|
-
"description":
|
|
2159
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
2160
2160
|
"enumValues": null,
|
|
2161
2161
|
"fields": {
|
|
2162
2162
|
"id": {
|
|
@@ -2255,7 +2255,7 @@
|
|
|
2255
2255
|
"responseStr": "popLocation:$popLocationRef ",
|
|
2256
2256
|
"type": {
|
|
2257
2257
|
"definition": {
|
|
2258
|
-
"description":
|
|
2258
|
+
"description": "A reference identifying the PopLocation object. ID: Unique PopLocation Identifier, Name: The PopLocation Name",
|
|
2259
2259
|
"enumValues": null,
|
|
2260
2260
|
"fields": {
|
|
2261
2261
|
"id": {
|
|
@@ -3011,7 +3011,7 @@
|
|
|
3011
3011
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
3012
3012
|
"type": {
|
|
3013
3013
|
"definition": {
|
|
3014
|
-
"description":
|
|
3014
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
3015
3015
|
"enumValues": null,
|
|
3016
3016
|
"fields": {
|
|
3017
3017
|
"id": {
|
|
@@ -3089,7 +3089,7 @@
|
|
|
3089
3089
|
"responseStr": "group:$groupRef ",
|
|
3090
3090
|
"type": {
|
|
3091
3091
|
"definition": {
|
|
3092
|
-
"description":
|
|
3092
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
3093
3093
|
"enumValues": null,
|
|
3094
3094
|
"fields": {
|
|
3095
3095
|
"id": {
|
|
@@ -3167,7 +3167,7 @@
|
|
|
3167
3167
|
"responseStr": "host:$hostRef ",
|
|
3168
3168
|
"type": {
|
|
3169
3169
|
"definition": {
|
|
3170
|
-
"description":
|
|
3170
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
3171
3171
|
"enumValues": null,
|
|
3172
3172
|
"fields": {
|
|
3173
3173
|
"id": {
|
|
@@ -3346,7 +3346,7 @@
|
|
|
3346
3346
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
3347
3347
|
"type": {
|
|
3348
3348
|
"definition": {
|
|
3349
|
-
"description":
|
|
3349
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
3350
3350
|
"enumValues": null,
|
|
3351
3351
|
"fields": {
|
|
3352
3352
|
"id": {
|
|
@@ -3424,7 +3424,7 @@
|
|
|
3424
3424
|
"responseStr": "site:$siteRef ",
|
|
3425
3425
|
"type": {
|
|
3426
3426
|
"definition": {
|
|
3427
|
-
"description":
|
|
3427
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
3428
3428
|
"enumValues": null,
|
|
3429
3429
|
"fields": {
|
|
3430
3430
|
"id": {
|
|
@@ -3502,7 +3502,7 @@
|
|
|
3502
3502
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
3503
3503
|
"type": {
|
|
3504
3504
|
"definition": {
|
|
3505
|
-
"description":
|
|
3505
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
3506
3506
|
"enumValues": null,
|
|
3507
3507
|
"fields": {
|
|
3508
3508
|
"id": {
|
|
@@ -3603,7 +3603,7 @@
|
|
|
3603
3603
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
3604
3604
|
"type": {
|
|
3605
3605
|
"definition": {
|
|
3606
|
-
"description":
|
|
3606
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
3607
3607
|
"enumValues": null,
|
|
3608
3608
|
"fields": {
|
|
3609
3609
|
"id": {
|
|
@@ -3681,7 +3681,7 @@
|
|
|
3681
3681
|
"responseStr": "user:$userRef ",
|
|
3682
3682
|
"type": {
|
|
3683
3683
|
"definition": {
|
|
3684
|
-
"description":
|
|
3684
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
3685
3685
|
"enumValues": null,
|
|
3686
3686
|
"fields": {
|
|
3687
3687
|
"id": {
|
|
@@ -3759,7 +3759,7 @@
|
|
|
3759
3759
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
3760
3760
|
"type": {
|
|
3761
3761
|
"definition": {
|
|
3762
|
-
"description":
|
|
3762
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
3763
3763
|
"enumValues": null,
|
|
3764
3764
|
"fields": {
|
|
3765
3765
|
"id": {
|
|
@@ -3909,7 +3909,7 @@
|
|
|
3909
3909
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
3910
3910
|
"type": {
|
|
3911
3911
|
"definition": {
|
|
3912
|
-
"description":
|
|
3912
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
3913
3913
|
"enumValues": null,
|
|
3914
3914
|
"fields": {
|
|
3915
3915
|
"id": {
|
|
@@ -3987,7 +3987,7 @@
|
|
|
3987
3987
|
"responseStr": "application:$applicationRef ",
|
|
3988
3988
|
"type": {
|
|
3989
3989
|
"definition": {
|
|
3990
|
-
"description":
|
|
3990
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
3991
3991
|
"enumValues": null,
|
|
3992
3992
|
"fields": {
|
|
3993
3993
|
"id": {
|
|
@@ -4065,7 +4065,7 @@
|
|
|
4065
4065
|
"responseStr": "customApp:$customApplicationRef ",
|
|
4066
4066
|
"type": {
|
|
4067
4067
|
"definition": {
|
|
4068
|
-
"description":
|
|
4068
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
4069
4069
|
"enumValues": null,
|
|
4070
4070
|
"fields": {
|
|
4071
4071
|
"id": {
|
|
@@ -4143,7 +4143,7 @@
|
|
|
4143
4143
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
4144
4144
|
"type": {
|
|
4145
4145
|
"definition": {
|
|
4146
|
-
"description":
|
|
4146
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
4147
4147
|
"enumValues": null,
|
|
4148
4148
|
"fields": {
|
|
4149
4149
|
"id": {
|
|
@@ -4616,7 +4616,7 @@
|
|
|
4616
4616
|
"responseStr": "service:$serviceRef ",
|
|
4617
4617
|
"type": {
|
|
4618
4618
|
"definition": {
|
|
4619
|
-
"description":
|
|
4619
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
4620
4620
|
"enumValues": null,
|
|
4621
4621
|
"fields": {
|
|
4622
4622
|
"id": {
|
|
@@ -4806,7 +4806,7 @@
|
|
|
4806
4806
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
4807
4807
|
"type": {
|
|
4808
4808
|
"definition": {
|
|
4809
|
-
"description":
|
|
4809
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
4810
4810
|
"enumValues": null,
|
|
4811
4811
|
"fields": {
|
|
4812
4812
|
"id": {
|
|
@@ -4884,7 +4884,7 @@
|
|
|
4884
4884
|
"responseStr": "group:$groupRef ",
|
|
4885
4885
|
"type": {
|
|
4886
4886
|
"definition": {
|
|
4887
|
-
"description":
|
|
4887
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
4888
4888
|
"enumValues": null,
|
|
4889
4889
|
"fields": {
|
|
4890
4890
|
"id": {
|
|
@@ -4962,7 +4962,7 @@
|
|
|
4962
4962
|
"responseStr": "host:$hostRef ",
|
|
4963
4963
|
"type": {
|
|
4964
4964
|
"definition": {
|
|
4965
|
-
"description":
|
|
4965
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
4966
4966
|
"enumValues": null,
|
|
4967
4967
|
"fields": {
|
|
4968
4968
|
"id": {
|
|
@@ -5141,7 +5141,7 @@
|
|
|
5141
5141
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
5142
5142
|
"type": {
|
|
5143
5143
|
"definition": {
|
|
5144
|
-
"description":
|
|
5144
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
5145
5145
|
"enumValues": null,
|
|
5146
5146
|
"fields": {
|
|
5147
5147
|
"id": {
|
|
@@ -5219,7 +5219,7 @@
|
|
|
5219
5219
|
"responseStr": "site:$siteRef ",
|
|
5220
5220
|
"type": {
|
|
5221
5221
|
"definition": {
|
|
5222
|
-
"description":
|
|
5222
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
5223
5223
|
"enumValues": null,
|
|
5224
5224
|
"fields": {
|
|
5225
5225
|
"id": {
|
|
@@ -5297,7 +5297,7 @@
|
|
|
5297
5297
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
5298
5298
|
"type": {
|
|
5299
5299
|
"definition": {
|
|
5300
|
-
"description":
|
|
5300
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
5301
5301
|
"enumValues": null,
|
|
5302
5302
|
"fields": {
|
|
5303
5303
|
"id": {
|
|
@@ -5398,7 +5398,7 @@
|
|
|
5398
5398
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
5399
5399
|
"type": {
|
|
5400
5400
|
"definition": {
|
|
5401
|
-
"description":
|
|
5401
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
5402
5402
|
"enumValues": null,
|
|
5403
5403
|
"fields": {
|
|
5404
5404
|
"id": {
|
|
@@ -5476,7 +5476,7 @@
|
|
|
5476
5476
|
"responseStr": "user:$userRef ",
|
|
5477
5477
|
"type": {
|
|
5478
5478
|
"definition": {
|
|
5479
|
-
"description":
|
|
5479
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
5480
5480
|
"enumValues": null,
|
|
5481
5481
|
"fields": {
|
|
5482
5482
|
"id": {
|
|
@@ -5554,7 +5554,7 @@
|
|
|
5554
5554
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
5555
5555
|
"type": {
|
|
5556
5556
|
"definition": {
|
|
5557
|
-
"description":
|
|
5557
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
5558
5558
|
"enumValues": null,
|
|
5559
5559
|
"fields": {
|
|
5560
5560
|
"id": {
|
|
@@ -5765,7 +5765,7 @@
|
|
|
5765
5765
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
5766
5766
|
"type": {
|
|
5767
5767
|
"definition": {
|
|
5768
|
-
"description":
|
|
5768
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
5769
5769
|
"enumValues": null,
|
|
5770
5770
|
"fields": {
|
|
5771
5771
|
"id": {
|
|
@@ -5843,7 +5843,7 @@
|
|
|
5843
5843
|
"responseStr": "group:$groupRef ",
|
|
5844
5844
|
"type": {
|
|
5845
5845
|
"definition": {
|
|
5846
|
-
"description":
|
|
5846
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
5847
5847
|
"enumValues": null,
|
|
5848
5848
|
"fields": {
|
|
5849
5849
|
"id": {
|
|
@@ -5921,7 +5921,7 @@
|
|
|
5921
5921
|
"responseStr": "host:$hostRef ",
|
|
5922
5922
|
"type": {
|
|
5923
5923
|
"definition": {
|
|
5924
|
-
"description":
|
|
5924
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
5925
5925
|
"enumValues": null,
|
|
5926
5926
|
"fields": {
|
|
5927
5927
|
"id": {
|
|
@@ -6100,7 +6100,7 @@
|
|
|
6100
6100
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
6101
6101
|
"type": {
|
|
6102
6102
|
"definition": {
|
|
6103
|
-
"description":
|
|
6103
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
6104
6104
|
"enumValues": null,
|
|
6105
6105
|
"fields": {
|
|
6106
6106
|
"id": {
|
|
@@ -6178,7 +6178,7 @@
|
|
|
6178
6178
|
"responseStr": "site:$siteRef ",
|
|
6179
6179
|
"type": {
|
|
6180
6180
|
"definition": {
|
|
6181
|
-
"description":
|
|
6181
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
6182
6182
|
"enumValues": null,
|
|
6183
6183
|
"fields": {
|
|
6184
6184
|
"id": {
|
|
@@ -6256,7 +6256,7 @@
|
|
|
6256
6256
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
6257
6257
|
"type": {
|
|
6258
6258
|
"definition": {
|
|
6259
|
-
"description":
|
|
6259
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
6260
6260
|
"enumValues": null,
|
|
6261
6261
|
"fields": {
|
|
6262
6262
|
"id": {
|
|
@@ -6357,7 +6357,7 @@
|
|
|
6357
6357
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
6358
6358
|
"type": {
|
|
6359
6359
|
"definition": {
|
|
6360
|
-
"description":
|
|
6360
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
6361
6361
|
"enumValues": null,
|
|
6362
6362
|
"fields": {
|
|
6363
6363
|
"id": {
|
|
@@ -6435,7 +6435,7 @@
|
|
|
6435
6435
|
"responseStr": "user:$userRef ",
|
|
6436
6436
|
"type": {
|
|
6437
6437
|
"definition": {
|
|
6438
|
-
"description":
|
|
6438
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
6439
6439
|
"enumValues": null,
|
|
6440
6440
|
"fields": {
|
|
6441
6441
|
"id": {
|
|
@@ -6513,7 +6513,7 @@
|
|
|
6513
6513
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
6514
6514
|
"type": {
|
|
6515
6515
|
"definition": {
|
|
6516
|
-
"description":
|
|
6516
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
6517
6517
|
"enumValues": null,
|
|
6518
6518
|
"fields": {
|
|
6519
6519
|
"id": {
|
|
@@ -6983,7 +6983,7 @@
|
|
|
6983
6983
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
6984
6984
|
"type": {
|
|
6985
6985
|
"definition": {
|
|
6986
|
-
"description":
|
|
6986
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
6987
6987
|
"enumValues": null,
|
|
6988
6988
|
"fields": {
|
|
6989
6989
|
"id": {
|
|
@@ -7061,7 +7061,7 @@
|
|
|
7061
7061
|
"responseStr": "group:$groupRef ",
|
|
7062
7062
|
"type": {
|
|
7063
7063
|
"definition": {
|
|
7064
|
-
"description":
|
|
7064
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
7065
7065
|
"enumValues": null,
|
|
7066
7066
|
"fields": {
|
|
7067
7067
|
"id": {
|
|
@@ -7139,7 +7139,7 @@
|
|
|
7139
7139
|
"responseStr": "host:$hostRef ",
|
|
7140
7140
|
"type": {
|
|
7141
7141
|
"definition": {
|
|
7142
|
-
"description":
|
|
7142
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
7143
7143
|
"enumValues": null,
|
|
7144
7144
|
"fields": {
|
|
7145
7145
|
"id": {
|
|
@@ -7318,7 +7318,7 @@
|
|
|
7318
7318
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
7319
7319
|
"type": {
|
|
7320
7320
|
"definition": {
|
|
7321
|
-
"description":
|
|
7321
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
7322
7322
|
"enumValues": null,
|
|
7323
7323
|
"fields": {
|
|
7324
7324
|
"id": {
|
|
@@ -7396,7 +7396,7 @@
|
|
|
7396
7396
|
"responseStr": "site:$siteRef ",
|
|
7397
7397
|
"type": {
|
|
7398
7398
|
"definition": {
|
|
7399
|
-
"description":
|
|
7399
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
7400
7400
|
"enumValues": null,
|
|
7401
7401
|
"fields": {
|
|
7402
7402
|
"id": {
|
|
@@ -7474,7 +7474,7 @@
|
|
|
7474
7474
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
7475
7475
|
"type": {
|
|
7476
7476
|
"definition": {
|
|
7477
|
-
"description":
|
|
7477
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
7478
7478
|
"enumValues": null,
|
|
7479
7479
|
"fields": {
|
|
7480
7480
|
"id": {
|
|
@@ -7575,7 +7575,7 @@
|
|
|
7575
7575
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
7576
7576
|
"type": {
|
|
7577
7577
|
"definition": {
|
|
7578
|
-
"description":
|
|
7578
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
7579
7579
|
"enumValues": null,
|
|
7580
7580
|
"fields": {
|
|
7581
7581
|
"id": {
|
|
@@ -7653,7 +7653,7 @@
|
|
|
7653
7653
|
"responseStr": "user:$userRef ",
|
|
7654
7654
|
"type": {
|
|
7655
7655
|
"definition": {
|
|
7656
|
-
"description":
|
|
7656
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
7657
7657
|
"enumValues": null,
|
|
7658
7658
|
"fields": {
|
|
7659
7659
|
"id": {
|
|
@@ -7731,7 +7731,7 @@
|
|
|
7731
7731
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
7732
7732
|
"type": {
|
|
7733
7733
|
"definition": {
|
|
7734
|
-
"description":
|
|
7734
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
7735
7735
|
"enumValues": null,
|
|
7736
7736
|
"fields": {
|
|
7737
7737
|
"id": {
|