catocli 1.0.21__py3-none-any.whl → 2.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of catocli might be problematic. Click here for more details.
- catocli/Utils/clidriver.py +112 -25
- catocli/Utils/profile_manager.py +188 -0
- catocli/Utils/version_checker.py +192 -0
- catocli/__init__.py +1 -1
- catocli/parsers/configure/__init__.py +115 -0
- catocli/parsers/configure/configure.py +307 -0
- catocli/parsers/custom/__init__.py +8 -0
- catocli/parsers/custom/export_rules/__init__.py +36 -0
- catocli/parsers/custom/export_rules/export_rules.py +361 -0
- catocli/parsers/custom/import_rules_to_tf/__init__.py +58 -0
- catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +577 -0
- catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
- catocli/parsers/mutation_hardware/README.md +7 -0
- catocli/parsers/mutation_hardware/__init__.py +23 -0
- catocli/parsers/mutation_hardware_updateHardwareShipping/README.md +17 -0
- catocli/parsers/mutation_site_addBgpPeer/README.md +1 -1
- catocli/parsers/mutation_site_addNetworkRange/README.md +1 -1
- catocli/parsers/mutation_site_updateBgpPeer/README.md +1 -1
- catocli/parsers/mutation_site_updateNetworkRange/README.md +1 -1
- catocli/parsers/mutation_sites_addBgpPeer/README.md +1 -1
- catocli/parsers/mutation_sites_addNetworkRange/README.md +1 -1
- catocli/parsers/mutation_sites_updateBgpPeer/README.md +1 -1
- catocli/parsers/mutation_sites_updateNetworkRange/README.md +1 -1
- catocli/parsers/query_auditFeed/README.md +1 -1
- catocli/parsers/query_catalogs/README.md +19 -0
- catocli/parsers/query_catalogs/__init__.py +17 -0
- catocli/parsers/query_devices/README.md +19 -0
- catocli/parsers/query_devices/__init__.py +17 -0
- catocli/parsers/query_eventsFeed/README.md +1 -1
- catocli/parsers/query_hardware/README.md +17 -0
- catocli/parsers/query_hardware/__init__.py +17 -0
- catocli/parsers/query_sandbox/README.md +1 -1
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/METADATA +1 -1
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/RECORD +139 -114
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/top_level.txt +1 -0
- graphql_client/api/call_api.py +4 -0
- graphql_client/api_client_types.py +4 -3
- graphql_client/configuration.py +2 -0
- models/mutation.admin.addAdmin.json +130 -0
- models/mutation.hardware.updateHardwareShipping.json +2506 -0
- models/mutation.policy.appTenantRestriction.addRule.json +11 -11
- models/mutation.policy.appTenantRestriction.createPolicyRevision.json +11 -11
- models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +11 -11
- models/mutation.policy.appTenantRestriction.moveRule.json +11 -11
- models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +11 -11
- models/mutation.policy.appTenantRestriction.removeRule.json +11 -11
- models/mutation.policy.appTenantRestriction.updatePolicy.json +11 -11
- models/mutation.policy.appTenantRestriction.updateRule.json +11 -11
- models/mutation.policy.dynamicIpAllocation.addRule.json +4 -4
- models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +4 -4
- models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +4 -4
- models/mutation.policy.dynamicIpAllocation.moveRule.json +4 -4
- models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +4 -4
- models/mutation.policy.dynamicIpAllocation.removeRule.json +4 -4
- models/mutation.policy.dynamicIpAllocation.updatePolicy.json +4 -4
- models/mutation.policy.dynamicIpAllocation.updateRule.json +4 -4
- models/mutation.policy.internetFirewall.addRule.json +63 -63
- models/mutation.policy.internetFirewall.createPolicyRevision.json +45 -45
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +45 -45
- models/mutation.policy.internetFirewall.moveRule.json +45 -45
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +45 -45
- models/mutation.policy.internetFirewall.removeRule.json +45 -45
- models/mutation.policy.internetFirewall.updatePolicy.json +45 -45
- models/mutation.policy.internetFirewall.updateRule.json +63 -63
- models/mutation.policy.remotePortFwd.addRule.json +5 -5
- models/mutation.policy.remotePortFwd.createPolicyRevision.json +5 -5
- models/mutation.policy.remotePortFwd.discardPolicyRevision.json +5 -5
- models/mutation.policy.remotePortFwd.moveRule.json +5 -5
- models/mutation.policy.remotePortFwd.publishPolicyRevision.json +5 -5
- models/mutation.policy.remotePortFwd.removeRule.json +5 -5
- models/mutation.policy.remotePortFwd.updatePolicy.json +5 -5
- models/mutation.policy.remotePortFwd.updateRule.json +5 -5
- models/mutation.policy.socketLan.addRule.json +3580 -125
- models/mutation.policy.socketLan.createPolicyRevision.json +3580 -125
- models/mutation.policy.socketLan.discardPolicyRevision.json +3580 -125
- models/mutation.policy.socketLan.moveRule.json +3580 -125
- models/mutation.policy.socketLan.publishPolicyRevision.json +3580 -125
- models/mutation.policy.socketLan.removeRule.json +3580 -125
- models/mutation.policy.socketLan.updatePolicy.json +3580 -125
- models/mutation.policy.socketLan.updateRule.json +3580 -125
- models/mutation.policy.wanFirewall.addRule.json +77 -77
- models/mutation.policy.wanFirewall.createPolicyRevision.json +59 -59
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +59 -59
- models/mutation.policy.wanFirewall.moveRule.json +59 -59
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +59 -59
- models/mutation.policy.wanFirewall.removeRule.json +59 -59
- models/mutation.policy.wanFirewall.updatePolicy.json +59 -59
- models/mutation.policy.wanFirewall.updateRule.json +77 -77
- models/mutation.policy.wanNetwork.addRule.json +49 -49
- models/mutation.policy.wanNetwork.createPolicyRevision.json +49 -49
- models/mutation.policy.wanNetwork.discardPolicyRevision.json +49 -49
- models/mutation.policy.wanNetwork.moveRule.json +49 -49
- models/mutation.policy.wanNetwork.publishPolicyRevision.json +49 -49
- models/mutation.policy.wanNetwork.removeRule.json +49 -49
- models/mutation.policy.wanNetwork.updatePolicy.json +49 -49
- models/mutation.policy.wanNetwork.updateRule.json +49 -49
- models/mutation.site.addBgpPeer.json +2812 -217
- models/mutation.site.addNetworkRange.json +114 -0
- models/mutation.site.addSocketSite.json +18 -0
- models/mutation.site.removeBgpPeer.json +667 -1
- models/mutation.site.updateBgpPeer.json +3152 -559
- models/mutation.site.updateNetworkRange.json +114 -0
- models/mutation.sites.addBgpPeer.json +2812 -217
- models/mutation.sites.addNetworkRange.json +114 -0
- models/mutation.sites.addSocketSite.json +18 -0
- models/mutation.sites.removeBgpPeer.json +667 -1
- models/mutation.sites.updateBgpPeer.json +3152 -559
- models/mutation.sites.updateNetworkRange.json +114 -0
- models/mutation.xdr.addStoryComment.json +2 -2
- models/mutation.xdr.analystFeedback.json +182 -42
- models/mutation.xdr.deleteStoryComment.json +2 -2
- models/query.accountMetrics.json +112 -0
- models/query.accountSnapshot.json +62 -0
- models/query.admin.json +46 -0
- models/query.admins.json +46 -0
- models/query.appStats.json +528 -0
- models/query.appStatsTimeSeries.json +396 -0
- models/query.auditFeed.json +273 -3336
- models/query.catalogs.json +9840 -0
- models/query.devices.json +15469 -0
- models/query.events.json +4606 -4318
- models/query.eventsFeed.json +1167 -1095
- models/query.eventsTimeSeries.json +3459 -3243
- models/query.hardware.json +5730 -0
- models/query.hardwareManagement.json +8 -2
- models/query.licensing.json +3 -3
- models/query.policy.json +3743 -298
- models/query.sandbox.json +6 -4
- models/query.site.json +1329 -4
- models/query.xdr.stories.json +182 -42
- models/query.xdr.story.json +182 -42
- schema/catolib.py +105 -28
- scripts/catolib.py +62 -0
- scripts/export_if_rules_to_json.py +188 -0
- scripts/export_wf_rules_to_json.py +111 -0
- scripts/import_wf_rules_to_tfstate.py +331 -0
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/LICENSE +0 -0
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/WHEEL +0 -0
- {catocli-1.0.21.dist-info → catocli-2.0.1.dist-info}/entry_points.txt +0 -0
|
@@ -23157,7 +23157,7 @@
|
|
|
23157
23157
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
23158
23158
|
"type": {
|
|
23159
23159
|
"definition": {
|
|
23160
|
-
"description":
|
|
23160
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
23161
23161
|
"enumValues": null,
|
|
23162
23162
|
"fields": {
|
|
23163
23163
|
"id": {
|
|
@@ -23235,7 +23235,7 @@
|
|
|
23235
23235
|
"responseStr": "application:$applicationRef ",
|
|
23236
23236
|
"type": {
|
|
23237
23237
|
"definition": {
|
|
23238
|
-
"description":
|
|
23238
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
23239
23239
|
"enumValues": null,
|
|
23240
23240
|
"fields": {
|
|
23241
23241
|
"id": {
|
|
@@ -23313,7 +23313,7 @@
|
|
|
23313
23313
|
"responseStr": "customApp:$customApplicationRef ",
|
|
23314
23314
|
"type": {
|
|
23315
23315
|
"definition": {
|
|
23316
|
-
"description":
|
|
23316
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
23317
23317
|
"enumValues": null,
|
|
23318
23318
|
"fields": {
|
|
23319
23319
|
"id": {
|
|
@@ -23391,7 +23391,7 @@
|
|
|
23391
23391
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
23392
23392
|
"type": {
|
|
23393
23393
|
"definition": {
|
|
23394
|
-
"description":
|
|
23394
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
23395
23395
|
"enumValues": null,
|
|
23396
23396
|
"fields": {
|
|
23397
23397
|
"id": {
|
|
@@ -23864,7 +23864,7 @@
|
|
|
23864
23864
|
"responseStr": "service:$serviceRef ",
|
|
23865
23865
|
"type": {
|
|
23866
23866
|
"definition": {
|
|
23867
|
-
"description":
|
|
23867
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
23868
23868
|
"enumValues": null,
|
|
23869
23869
|
"fields": {
|
|
23870
23870
|
"id": {
|
|
@@ -24073,7 +24073,7 @@
|
|
|
24073
24073
|
"responseStr": "allocationIp:$allocatedIpRef ",
|
|
24074
24074
|
"type": {
|
|
24075
24075
|
"definition": {
|
|
24076
|
-
"description":
|
|
24076
|
+
"description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
|
|
24077
24077
|
"enumValues": null,
|
|
24078
24078
|
"fields": {
|
|
24079
24079
|
"id": {
|
|
@@ -24151,7 +24151,7 @@
|
|
|
24151
24151
|
"responseStr": "backhaulingSite:$siteRef ",
|
|
24152
24152
|
"type": {
|
|
24153
24153
|
"definition": {
|
|
24154
|
-
"description":
|
|
24154
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
24155
24155
|
"enumValues": null,
|
|
24156
24156
|
"fields": {
|
|
24157
24157
|
"id": {
|
|
@@ -24250,7 +24250,7 @@
|
|
|
24250
24250
|
"responseStr": "popLocation:$popLocationRef ",
|
|
24251
24251
|
"type": {
|
|
24252
24252
|
"definition": {
|
|
24253
|
-
"description":
|
|
24253
|
+
"description": "A reference identifying the PopLocation object. ID: Unique PopLocation Identifier, Name: The PopLocation Name",
|
|
24254
24254
|
"enumValues": null,
|
|
24255
24255
|
"fields": {
|
|
24256
24256
|
"id": {
|
|
@@ -25006,7 +25006,7 @@
|
|
|
25006
25006
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
25007
25007
|
"type": {
|
|
25008
25008
|
"definition": {
|
|
25009
|
-
"description":
|
|
25009
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
25010
25010
|
"enumValues": null,
|
|
25011
25011
|
"fields": {
|
|
25012
25012
|
"id": {
|
|
@@ -25084,7 +25084,7 @@
|
|
|
25084
25084
|
"responseStr": "group:$groupRef ",
|
|
25085
25085
|
"type": {
|
|
25086
25086
|
"definition": {
|
|
25087
|
-
"description":
|
|
25087
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
25088
25088
|
"enumValues": null,
|
|
25089
25089
|
"fields": {
|
|
25090
25090
|
"id": {
|
|
@@ -25162,7 +25162,7 @@
|
|
|
25162
25162
|
"responseStr": "host:$hostRef ",
|
|
25163
25163
|
"type": {
|
|
25164
25164
|
"definition": {
|
|
25165
|
-
"description":
|
|
25165
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
25166
25166
|
"enumValues": null,
|
|
25167
25167
|
"fields": {
|
|
25168
25168
|
"id": {
|
|
@@ -25341,7 +25341,7 @@
|
|
|
25341
25341
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
25342
25342
|
"type": {
|
|
25343
25343
|
"definition": {
|
|
25344
|
-
"description":
|
|
25344
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
25345
25345
|
"enumValues": null,
|
|
25346
25346
|
"fields": {
|
|
25347
25347
|
"id": {
|
|
@@ -25419,7 +25419,7 @@
|
|
|
25419
25419
|
"responseStr": "site:$siteRef ",
|
|
25420
25420
|
"type": {
|
|
25421
25421
|
"definition": {
|
|
25422
|
-
"description":
|
|
25422
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
25423
25423
|
"enumValues": null,
|
|
25424
25424
|
"fields": {
|
|
25425
25425
|
"id": {
|
|
@@ -25497,7 +25497,7 @@
|
|
|
25497
25497
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
25498
25498
|
"type": {
|
|
25499
25499
|
"definition": {
|
|
25500
|
-
"description":
|
|
25500
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
25501
25501
|
"enumValues": null,
|
|
25502
25502
|
"fields": {
|
|
25503
25503
|
"id": {
|
|
@@ -25598,7 +25598,7 @@
|
|
|
25598
25598
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
25599
25599
|
"type": {
|
|
25600
25600
|
"definition": {
|
|
25601
|
-
"description":
|
|
25601
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
25602
25602
|
"enumValues": null,
|
|
25603
25603
|
"fields": {
|
|
25604
25604
|
"id": {
|
|
@@ -25676,7 +25676,7 @@
|
|
|
25676
25676
|
"responseStr": "user:$userRef ",
|
|
25677
25677
|
"type": {
|
|
25678
25678
|
"definition": {
|
|
25679
|
-
"description":
|
|
25679
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
25680
25680
|
"enumValues": null,
|
|
25681
25681
|
"fields": {
|
|
25682
25682
|
"id": {
|
|
@@ -25754,7 +25754,7 @@
|
|
|
25754
25754
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
25755
25755
|
"type": {
|
|
25756
25756
|
"definition": {
|
|
25757
|
-
"description":
|
|
25757
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
25758
25758
|
"enumValues": null,
|
|
25759
25759
|
"fields": {
|
|
25760
25760
|
"id": {
|
|
@@ -25904,7 +25904,7 @@
|
|
|
25904
25904
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
25905
25905
|
"type": {
|
|
25906
25906
|
"definition": {
|
|
25907
|
-
"description":
|
|
25907
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
25908
25908
|
"enumValues": null,
|
|
25909
25909
|
"fields": {
|
|
25910
25910
|
"id": {
|
|
@@ -25982,7 +25982,7 @@
|
|
|
25982
25982
|
"responseStr": "application:$applicationRef ",
|
|
25983
25983
|
"type": {
|
|
25984
25984
|
"definition": {
|
|
25985
|
-
"description":
|
|
25985
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
25986
25986
|
"enumValues": null,
|
|
25987
25987
|
"fields": {
|
|
25988
25988
|
"id": {
|
|
@@ -26060,7 +26060,7 @@
|
|
|
26060
26060
|
"responseStr": "customApp:$customApplicationRef ",
|
|
26061
26061
|
"type": {
|
|
26062
26062
|
"definition": {
|
|
26063
|
-
"description":
|
|
26063
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
26064
26064
|
"enumValues": null,
|
|
26065
26065
|
"fields": {
|
|
26066
26066
|
"id": {
|
|
@@ -26138,7 +26138,7 @@
|
|
|
26138
26138
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
26139
26139
|
"type": {
|
|
26140
26140
|
"definition": {
|
|
26141
|
-
"description":
|
|
26141
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
26142
26142
|
"enumValues": null,
|
|
26143
26143
|
"fields": {
|
|
26144
26144
|
"id": {
|
|
@@ -26611,7 +26611,7 @@
|
|
|
26611
26611
|
"responseStr": "service:$serviceRef ",
|
|
26612
26612
|
"type": {
|
|
26613
26613
|
"definition": {
|
|
26614
|
-
"description":
|
|
26614
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
26615
26615
|
"enumValues": null,
|
|
26616
26616
|
"fields": {
|
|
26617
26617
|
"id": {
|
|
@@ -26801,7 +26801,7 @@
|
|
|
26801
26801
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
26802
26802
|
"type": {
|
|
26803
26803
|
"definition": {
|
|
26804
|
-
"description":
|
|
26804
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
26805
26805
|
"enumValues": null,
|
|
26806
26806
|
"fields": {
|
|
26807
26807
|
"id": {
|
|
@@ -26879,7 +26879,7 @@
|
|
|
26879
26879
|
"responseStr": "group:$groupRef ",
|
|
26880
26880
|
"type": {
|
|
26881
26881
|
"definition": {
|
|
26882
|
-
"description":
|
|
26882
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
26883
26883
|
"enumValues": null,
|
|
26884
26884
|
"fields": {
|
|
26885
26885
|
"id": {
|
|
@@ -26957,7 +26957,7 @@
|
|
|
26957
26957
|
"responseStr": "host:$hostRef ",
|
|
26958
26958
|
"type": {
|
|
26959
26959
|
"definition": {
|
|
26960
|
-
"description":
|
|
26960
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
26961
26961
|
"enumValues": null,
|
|
26962
26962
|
"fields": {
|
|
26963
26963
|
"id": {
|
|
@@ -27136,7 +27136,7 @@
|
|
|
27136
27136
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
27137
27137
|
"type": {
|
|
27138
27138
|
"definition": {
|
|
27139
|
-
"description":
|
|
27139
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
27140
27140
|
"enumValues": null,
|
|
27141
27141
|
"fields": {
|
|
27142
27142
|
"id": {
|
|
@@ -27214,7 +27214,7 @@
|
|
|
27214
27214
|
"responseStr": "site:$siteRef ",
|
|
27215
27215
|
"type": {
|
|
27216
27216
|
"definition": {
|
|
27217
|
-
"description":
|
|
27217
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
27218
27218
|
"enumValues": null,
|
|
27219
27219
|
"fields": {
|
|
27220
27220
|
"id": {
|
|
@@ -27292,7 +27292,7 @@
|
|
|
27292
27292
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
27293
27293
|
"type": {
|
|
27294
27294
|
"definition": {
|
|
27295
|
-
"description":
|
|
27295
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
27296
27296
|
"enumValues": null,
|
|
27297
27297
|
"fields": {
|
|
27298
27298
|
"id": {
|
|
@@ -27393,7 +27393,7 @@
|
|
|
27393
27393
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
27394
27394
|
"type": {
|
|
27395
27395
|
"definition": {
|
|
27396
|
-
"description":
|
|
27396
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
27397
27397
|
"enumValues": null,
|
|
27398
27398
|
"fields": {
|
|
27399
27399
|
"id": {
|
|
@@ -27471,7 +27471,7 @@
|
|
|
27471
27471
|
"responseStr": "user:$userRef ",
|
|
27472
27472
|
"type": {
|
|
27473
27473
|
"definition": {
|
|
27474
|
-
"description":
|
|
27474
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
27475
27475
|
"enumValues": null,
|
|
27476
27476
|
"fields": {
|
|
27477
27477
|
"id": {
|
|
@@ -27549,7 +27549,7 @@
|
|
|
27549
27549
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
27550
27550
|
"type": {
|
|
27551
27551
|
"definition": {
|
|
27552
|
-
"description":
|
|
27552
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
27553
27553
|
"enumValues": null,
|
|
27554
27554
|
"fields": {
|
|
27555
27555
|
"id": {
|
|
@@ -27760,7 +27760,7 @@
|
|
|
27760
27760
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
27761
27761
|
"type": {
|
|
27762
27762
|
"definition": {
|
|
27763
|
-
"description":
|
|
27763
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
27764
27764
|
"enumValues": null,
|
|
27765
27765
|
"fields": {
|
|
27766
27766
|
"id": {
|
|
@@ -27838,7 +27838,7 @@
|
|
|
27838
27838
|
"responseStr": "group:$groupRef ",
|
|
27839
27839
|
"type": {
|
|
27840
27840
|
"definition": {
|
|
27841
|
-
"description":
|
|
27841
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
27842
27842
|
"enumValues": null,
|
|
27843
27843
|
"fields": {
|
|
27844
27844
|
"id": {
|
|
@@ -27916,7 +27916,7 @@
|
|
|
27916
27916
|
"responseStr": "host:$hostRef ",
|
|
27917
27917
|
"type": {
|
|
27918
27918
|
"definition": {
|
|
27919
|
-
"description":
|
|
27919
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
27920
27920
|
"enumValues": null,
|
|
27921
27921
|
"fields": {
|
|
27922
27922
|
"id": {
|
|
@@ -28095,7 +28095,7 @@
|
|
|
28095
28095
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
28096
28096
|
"type": {
|
|
28097
28097
|
"definition": {
|
|
28098
|
-
"description":
|
|
28098
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
28099
28099
|
"enumValues": null,
|
|
28100
28100
|
"fields": {
|
|
28101
28101
|
"id": {
|
|
@@ -28173,7 +28173,7 @@
|
|
|
28173
28173
|
"responseStr": "site:$siteRef ",
|
|
28174
28174
|
"type": {
|
|
28175
28175
|
"definition": {
|
|
28176
|
-
"description":
|
|
28176
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
28177
28177
|
"enumValues": null,
|
|
28178
28178
|
"fields": {
|
|
28179
28179
|
"id": {
|
|
@@ -28251,7 +28251,7 @@
|
|
|
28251
28251
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
28252
28252
|
"type": {
|
|
28253
28253
|
"definition": {
|
|
28254
|
-
"description":
|
|
28254
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
28255
28255
|
"enumValues": null,
|
|
28256
28256
|
"fields": {
|
|
28257
28257
|
"id": {
|
|
@@ -28352,7 +28352,7 @@
|
|
|
28352
28352
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
28353
28353
|
"type": {
|
|
28354
28354
|
"definition": {
|
|
28355
|
-
"description":
|
|
28355
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
28356
28356
|
"enumValues": null,
|
|
28357
28357
|
"fields": {
|
|
28358
28358
|
"id": {
|
|
@@ -28430,7 +28430,7 @@
|
|
|
28430
28430
|
"responseStr": "user:$userRef ",
|
|
28431
28431
|
"type": {
|
|
28432
28432
|
"definition": {
|
|
28433
|
-
"description":
|
|
28433
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
28434
28434
|
"enumValues": null,
|
|
28435
28435
|
"fields": {
|
|
28436
28436
|
"id": {
|
|
@@ -28508,7 +28508,7 @@
|
|
|
28508
28508
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
28509
28509
|
"type": {
|
|
28510
28510
|
"definition": {
|
|
28511
|
-
"description":
|
|
28511
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
28512
28512
|
"enumValues": null,
|
|
28513
28513
|
"fields": {
|
|
28514
28514
|
"id": {
|
|
@@ -28978,7 +28978,7 @@
|
|
|
28978
28978
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
28979
28979
|
"type": {
|
|
28980
28980
|
"definition": {
|
|
28981
|
-
"description":
|
|
28981
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
28982
28982
|
"enumValues": null,
|
|
28983
28983
|
"fields": {
|
|
28984
28984
|
"id": {
|
|
@@ -29056,7 +29056,7 @@
|
|
|
29056
29056
|
"responseStr": "group:$groupRef ",
|
|
29057
29057
|
"type": {
|
|
29058
29058
|
"definition": {
|
|
29059
|
-
"description":
|
|
29059
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
29060
29060
|
"enumValues": null,
|
|
29061
29061
|
"fields": {
|
|
29062
29062
|
"id": {
|
|
@@ -29134,7 +29134,7 @@
|
|
|
29134
29134
|
"responseStr": "host:$hostRef ",
|
|
29135
29135
|
"type": {
|
|
29136
29136
|
"definition": {
|
|
29137
|
-
"description":
|
|
29137
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
29138
29138
|
"enumValues": null,
|
|
29139
29139
|
"fields": {
|
|
29140
29140
|
"id": {
|
|
@@ -29313,7 +29313,7 @@
|
|
|
29313
29313
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
29314
29314
|
"type": {
|
|
29315
29315
|
"definition": {
|
|
29316
|
-
"description":
|
|
29316
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
29317
29317
|
"enumValues": null,
|
|
29318
29318
|
"fields": {
|
|
29319
29319
|
"id": {
|
|
@@ -29391,7 +29391,7 @@
|
|
|
29391
29391
|
"responseStr": "site:$siteRef ",
|
|
29392
29392
|
"type": {
|
|
29393
29393
|
"definition": {
|
|
29394
|
-
"description":
|
|
29394
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
29395
29395
|
"enumValues": null,
|
|
29396
29396
|
"fields": {
|
|
29397
29397
|
"id": {
|
|
@@ -29469,7 +29469,7 @@
|
|
|
29469
29469
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
29470
29470
|
"type": {
|
|
29471
29471
|
"definition": {
|
|
29472
|
-
"description":
|
|
29472
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
29473
29473
|
"enumValues": null,
|
|
29474
29474
|
"fields": {
|
|
29475
29475
|
"id": {
|
|
@@ -29570,7 +29570,7 @@
|
|
|
29570
29570
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
29571
29571
|
"type": {
|
|
29572
29572
|
"definition": {
|
|
29573
|
-
"description":
|
|
29573
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
29574
29574
|
"enumValues": null,
|
|
29575
29575
|
"fields": {
|
|
29576
29576
|
"id": {
|
|
@@ -29648,7 +29648,7 @@
|
|
|
29648
29648
|
"responseStr": "user:$userRef ",
|
|
29649
29649
|
"type": {
|
|
29650
29650
|
"definition": {
|
|
29651
|
-
"description":
|
|
29651
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
29652
29652
|
"enumValues": null,
|
|
29653
29653
|
"fields": {
|
|
29654
29654
|
"id": {
|
|
@@ -29726,7 +29726,7 @@
|
|
|
29726
29726
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
29727
29727
|
"type": {
|
|
29728
29728
|
"definition": {
|
|
29729
|
-
"description":
|
|
29729
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
29730
29730
|
"enumValues": null,
|
|
29731
29731
|
"fields": {
|
|
29732
29732
|
"id": {
|