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
|
@@ -22693,7 +22693,7 @@
|
|
|
22693
22693
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
22694
22694
|
"type": {
|
|
22695
22695
|
"definition": {
|
|
22696
|
-
"description":
|
|
22696
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
22697
22697
|
"enumValues": null,
|
|
22698
22698
|
"fields": {
|
|
22699
22699
|
"id": {
|
|
@@ -22771,7 +22771,7 @@
|
|
|
22771
22771
|
"responseStr": "application:$applicationRef ",
|
|
22772
22772
|
"type": {
|
|
22773
22773
|
"definition": {
|
|
22774
|
-
"description":
|
|
22774
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
22775
22775
|
"enumValues": null,
|
|
22776
22776
|
"fields": {
|
|
22777
22777
|
"id": {
|
|
@@ -22849,7 +22849,7 @@
|
|
|
22849
22849
|
"responseStr": "customApp:$customApplicationRef ",
|
|
22850
22850
|
"type": {
|
|
22851
22851
|
"definition": {
|
|
22852
|
-
"description":
|
|
22852
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
22853
22853
|
"enumValues": null,
|
|
22854
22854
|
"fields": {
|
|
22855
22855
|
"id": {
|
|
@@ -22927,7 +22927,7 @@
|
|
|
22927
22927
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
22928
22928
|
"type": {
|
|
22929
22929
|
"definition": {
|
|
22930
|
-
"description":
|
|
22930
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
22931
22931
|
"enumValues": null,
|
|
22932
22932
|
"fields": {
|
|
22933
22933
|
"id": {
|
|
@@ -23400,7 +23400,7 @@
|
|
|
23400
23400
|
"responseStr": "service:$serviceRef ",
|
|
23401
23401
|
"type": {
|
|
23402
23402
|
"definition": {
|
|
23403
|
-
"description":
|
|
23403
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
23404
23404
|
"enumValues": null,
|
|
23405
23405
|
"fields": {
|
|
23406
23406
|
"id": {
|
|
@@ -23609,7 +23609,7 @@
|
|
|
23609
23609
|
"responseStr": "allocationIp:$allocatedIpRef ",
|
|
23610
23610
|
"type": {
|
|
23611
23611
|
"definition": {
|
|
23612
|
-
"description":
|
|
23612
|
+
"description": "A reference identifying the AllocatedIp object. ID: Unique AllocatedIp Identifier, Name: The AllocatedIp Name",
|
|
23613
23613
|
"enumValues": null,
|
|
23614
23614
|
"fields": {
|
|
23615
23615
|
"id": {
|
|
@@ -23687,7 +23687,7 @@
|
|
|
23687
23687
|
"responseStr": "backhaulingSite:$siteRef ",
|
|
23688
23688
|
"type": {
|
|
23689
23689
|
"definition": {
|
|
23690
|
-
"description":
|
|
23690
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
23691
23691
|
"enumValues": null,
|
|
23692
23692
|
"fields": {
|
|
23693
23693
|
"id": {
|
|
@@ -23786,7 +23786,7 @@
|
|
|
23786
23786
|
"responseStr": "popLocation:$popLocationRef ",
|
|
23787
23787
|
"type": {
|
|
23788
23788
|
"definition": {
|
|
23789
|
-
"description":
|
|
23789
|
+
"description": "A reference identifying the PopLocation object. ID: Unique PopLocation Identifier, Name: The PopLocation Name",
|
|
23790
23790
|
"enumValues": null,
|
|
23791
23791
|
"fields": {
|
|
23792
23792
|
"id": {
|
|
@@ -24542,7 +24542,7 @@
|
|
|
24542
24542
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
24543
24543
|
"type": {
|
|
24544
24544
|
"definition": {
|
|
24545
|
-
"description":
|
|
24545
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
24546
24546
|
"enumValues": null,
|
|
24547
24547
|
"fields": {
|
|
24548
24548
|
"id": {
|
|
@@ -24620,7 +24620,7 @@
|
|
|
24620
24620
|
"responseStr": "group:$groupRef ",
|
|
24621
24621
|
"type": {
|
|
24622
24622
|
"definition": {
|
|
24623
|
-
"description":
|
|
24623
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
24624
24624
|
"enumValues": null,
|
|
24625
24625
|
"fields": {
|
|
24626
24626
|
"id": {
|
|
@@ -24698,7 +24698,7 @@
|
|
|
24698
24698
|
"responseStr": "host:$hostRef ",
|
|
24699
24699
|
"type": {
|
|
24700
24700
|
"definition": {
|
|
24701
|
-
"description":
|
|
24701
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
24702
24702
|
"enumValues": null,
|
|
24703
24703
|
"fields": {
|
|
24704
24704
|
"id": {
|
|
@@ -24877,7 +24877,7 @@
|
|
|
24877
24877
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
24878
24878
|
"type": {
|
|
24879
24879
|
"definition": {
|
|
24880
|
-
"description":
|
|
24880
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
24881
24881
|
"enumValues": null,
|
|
24882
24882
|
"fields": {
|
|
24883
24883
|
"id": {
|
|
@@ -24955,7 +24955,7 @@
|
|
|
24955
24955
|
"responseStr": "site:$siteRef ",
|
|
24956
24956
|
"type": {
|
|
24957
24957
|
"definition": {
|
|
24958
|
-
"description":
|
|
24958
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
24959
24959
|
"enumValues": null,
|
|
24960
24960
|
"fields": {
|
|
24961
24961
|
"id": {
|
|
@@ -25033,7 +25033,7 @@
|
|
|
25033
25033
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
25034
25034
|
"type": {
|
|
25035
25035
|
"definition": {
|
|
25036
|
-
"description":
|
|
25036
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
25037
25037
|
"enumValues": null,
|
|
25038
25038
|
"fields": {
|
|
25039
25039
|
"id": {
|
|
@@ -25134,7 +25134,7 @@
|
|
|
25134
25134
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
25135
25135
|
"type": {
|
|
25136
25136
|
"definition": {
|
|
25137
|
-
"description":
|
|
25137
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
25138
25138
|
"enumValues": null,
|
|
25139
25139
|
"fields": {
|
|
25140
25140
|
"id": {
|
|
@@ -25212,7 +25212,7 @@
|
|
|
25212
25212
|
"responseStr": "user:$userRef ",
|
|
25213
25213
|
"type": {
|
|
25214
25214
|
"definition": {
|
|
25215
|
-
"description":
|
|
25215
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
25216
25216
|
"enumValues": null,
|
|
25217
25217
|
"fields": {
|
|
25218
25218
|
"id": {
|
|
@@ -25290,7 +25290,7 @@
|
|
|
25290
25290
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
25291
25291
|
"type": {
|
|
25292
25292
|
"definition": {
|
|
25293
|
-
"description":
|
|
25293
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
25294
25294
|
"enumValues": null,
|
|
25295
25295
|
"fields": {
|
|
25296
25296
|
"id": {
|
|
@@ -25440,7 +25440,7 @@
|
|
|
25440
25440
|
"responseStr": "appCategory:$applicationCategoryRef ",
|
|
25441
25441
|
"type": {
|
|
25442
25442
|
"definition": {
|
|
25443
|
-
"description":
|
|
25443
|
+
"description": "A reference identifying the ApplicationCategory object. ID: Unique ApplicationCategory Identifier, Name: The ApplicationCategory Name",
|
|
25444
25444
|
"enumValues": null,
|
|
25445
25445
|
"fields": {
|
|
25446
25446
|
"id": {
|
|
@@ -25518,7 +25518,7 @@
|
|
|
25518
25518
|
"responseStr": "application:$applicationRef ",
|
|
25519
25519
|
"type": {
|
|
25520
25520
|
"definition": {
|
|
25521
|
-
"description":
|
|
25521
|
+
"description": "A reference identifying the Application object. ID: Unique Application Identifier, Name: The Application Name",
|
|
25522
25522
|
"enumValues": null,
|
|
25523
25523
|
"fields": {
|
|
25524
25524
|
"id": {
|
|
@@ -25596,7 +25596,7 @@
|
|
|
25596
25596
|
"responseStr": "customApp:$customApplicationRef ",
|
|
25597
25597
|
"type": {
|
|
25598
25598
|
"definition": {
|
|
25599
|
-
"description":
|
|
25599
|
+
"description": "A reference identifying the CustomApplication object. ID: Unique CustomApplication Identifier, Name: The CustomApplication Name",
|
|
25600
25600
|
"enumValues": null,
|
|
25601
25601
|
"fields": {
|
|
25602
25602
|
"id": {
|
|
@@ -25674,7 +25674,7 @@
|
|
|
25674
25674
|
"responseStr": "customCategory:$customCategoryRef ",
|
|
25675
25675
|
"type": {
|
|
25676
25676
|
"definition": {
|
|
25677
|
-
"description":
|
|
25677
|
+
"description": "A reference identifying the CustomCategory object. ID: Unique CustomCategory Identifier, Name: The CustomCategory Name",
|
|
25678
25678
|
"enumValues": null,
|
|
25679
25679
|
"fields": {
|
|
25680
25680
|
"id": {
|
|
@@ -26147,7 +26147,7 @@
|
|
|
26147
26147
|
"responseStr": "service:$serviceRef ",
|
|
26148
26148
|
"type": {
|
|
26149
26149
|
"definition": {
|
|
26150
|
-
"description":
|
|
26150
|
+
"description": "A reference identifying the Service object. ID: Unique Service Identifier, Name: The Service Name",
|
|
26151
26151
|
"enumValues": null,
|
|
26152
26152
|
"fields": {
|
|
26153
26153
|
"id": {
|
|
@@ -26337,7 +26337,7 @@
|
|
|
26337
26337
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
26338
26338
|
"type": {
|
|
26339
26339
|
"definition": {
|
|
26340
|
-
"description":
|
|
26340
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
26341
26341
|
"enumValues": null,
|
|
26342
26342
|
"fields": {
|
|
26343
26343
|
"id": {
|
|
@@ -26415,7 +26415,7 @@
|
|
|
26415
26415
|
"responseStr": "group:$groupRef ",
|
|
26416
26416
|
"type": {
|
|
26417
26417
|
"definition": {
|
|
26418
|
-
"description":
|
|
26418
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
26419
26419
|
"enumValues": null,
|
|
26420
26420
|
"fields": {
|
|
26421
26421
|
"id": {
|
|
@@ -26493,7 +26493,7 @@
|
|
|
26493
26493
|
"responseStr": "host:$hostRef ",
|
|
26494
26494
|
"type": {
|
|
26495
26495
|
"definition": {
|
|
26496
|
-
"description":
|
|
26496
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
26497
26497
|
"enumValues": null,
|
|
26498
26498
|
"fields": {
|
|
26499
26499
|
"id": {
|
|
@@ -26672,7 +26672,7 @@
|
|
|
26672
26672
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
26673
26673
|
"type": {
|
|
26674
26674
|
"definition": {
|
|
26675
|
-
"description":
|
|
26675
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
26676
26676
|
"enumValues": null,
|
|
26677
26677
|
"fields": {
|
|
26678
26678
|
"id": {
|
|
@@ -26750,7 +26750,7 @@
|
|
|
26750
26750
|
"responseStr": "site:$siteRef ",
|
|
26751
26751
|
"type": {
|
|
26752
26752
|
"definition": {
|
|
26753
|
-
"description":
|
|
26753
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
26754
26754
|
"enumValues": null,
|
|
26755
26755
|
"fields": {
|
|
26756
26756
|
"id": {
|
|
@@ -26828,7 +26828,7 @@
|
|
|
26828
26828
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
26829
26829
|
"type": {
|
|
26830
26830
|
"definition": {
|
|
26831
|
-
"description":
|
|
26831
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
26832
26832
|
"enumValues": null,
|
|
26833
26833
|
"fields": {
|
|
26834
26834
|
"id": {
|
|
@@ -26929,7 +26929,7 @@
|
|
|
26929
26929
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
26930
26930
|
"type": {
|
|
26931
26931
|
"definition": {
|
|
26932
|
-
"description":
|
|
26932
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
26933
26933
|
"enumValues": null,
|
|
26934
26934
|
"fields": {
|
|
26935
26935
|
"id": {
|
|
@@ -27007,7 +27007,7 @@
|
|
|
27007
27007
|
"responseStr": "user:$userRef ",
|
|
27008
27008
|
"type": {
|
|
27009
27009
|
"definition": {
|
|
27010
|
-
"description":
|
|
27010
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
27011
27011
|
"enumValues": null,
|
|
27012
27012
|
"fields": {
|
|
27013
27013
|
"id": {
|
|
@@ -27085,7 +27085,7 @@
|
|
|
27085
27085
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
27086
27086
|
"type": {
|
|
27087
27087
|
"definition": {
|
|
27088
|
-
"description":
|
|
27088
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
27089
27089
|
"enumValues": null,
|
|
27090
27090
|
"fields": {
|
|
27091
27091
|
"id": {
|
|
@@ -27296,7 +27296,7 @@
|
|
|
27296
27296
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
27297
27297
|
"type": {
|
|
27298
27298
|
"definition": {
|
|
27299
|
-
"description":
|
|
27299
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
27300
27300
|
"enumValues": null,
|
|
27301
27301
|
"fields": {
|
|
27302
27302
|
"id": {
|
|
@@ -27374,7 +27374,7 @@
|
|
|
27374
27374
|
"responseStr": "group:$groupRef ",
|
|
27375
27375
|
"type": {
|
|
27376
27376
|
"definition": {
|
|
27377
|
-
"description":
|
|
27377
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
27378
27378
|
"enumValues": null,
|
|
27379
27379
|
"fields": {
|
|
27380
27380
|
"id": {
|
|
@@ -27452,7 +27452,7 @@
|
|
|
27452
27452
|
"responseStr": "host:$hostRef ",
|
|
27453
27453
|
"type": {
|
|
27454
27454
|
"definition": {
|
|
27455
|
-
"description":
|
|
27455
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
27456
27456
|
"enumValues": null,
|
|
27457
27457
|
"fields": {
|
|
27458
27458
|
"id": {
|
|
@@ -27631,7 +27631,7 @@
|
|
|
27631
27631
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
27632
27632
|
"type": {
|
|
27633
27633
|
"definition": {
|
|
27634
|
-
"description":
|
|
27634
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
27635
27635
|
"enumValues": null,
|
|
27636
27636
|
"fields": {
|
|
27637
27637
|
"id": {
|
|
@@ -27709,7 +27709,7 @@
|
|
|
27709
27709
|
"responseStr": "site:$siteRef ",
|
|
27710
27710
|
"type": {
|
|
27711
27711
|
"definition": {
|
|
27712
|
-
"description":
|
|
27712
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
27713
27713
|
"enumValues": null,
|
|
27714
27714
|
"fields": {
|
|
27715
27715
|
"id": {
|
|
@@ -27787,7 +27787,7 @@
|
|
|
27787
27787
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
27788
27788
|
"type": {
|
|
27789
27789
|
"definition": {
|
|
27790
|
-
"description":
|
|
27790
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
27791
27791
|
"enumValues": null,
|
|
27792
27792
|
"fields": {
|
|
27793
27793
|
"id": {
|
|
@@ -27888,7 +27888,7 @@
|
|
|
27888
27888
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
27889
27889
|
"type": {
|
|
27890
27890
|
"definition": {
|
|
27891
|
-
"description":
|
|
27891
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
27892
27892
|
"enumValues": null,
|
|
27893
27893
|
"fields": {
|
|
27894
27894
|
"id": {
|
|
@@ -27966,7 +27966,7 @@
|
|
|
27966
27966
|
"responseStr": "user:$userRef ",
|
|
27967
27967
|
"type": {
|
|
27968
27968
|
"definition": {
|
|
27969
|
-
"description":
|
|
27969
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
27970
27970
|
"enumValues": null,
|
|
27971
27971
|
"fields": {
|
|
27972
27972
|
"id": {
|
|
@@ -28044,7 +28044,7 @@
|
|
|
28044
28044
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
28045
28045
|
"type": {
|
|
28046
28046
|
"definition": {
|
|
28047
|
-
"description":
|
|
28047
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
28048
28048
|
"enumValues": null,
|
|
28049
28049
|
"fields": {
|
|
28050
28050
|
"id": {
|
|
@@ -28514,7 +28514,7 @@
|
|
|
28514
28514
|
"responseStr": "globalIpRange:$globalIpRangeRef ",
|
|
28515
28515
|
"type": {
|
|
28516
28516
|
"definition": {
|
|
28517
|
-
"description":
|
|
28517
|
+
"description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
|
|
28518
28518
|
"enumValues": null,
|
|
28519
28519
|
"fields": {
|
|
28520
28520
|
"id": {
|
|
@@ -28592,7 +28592,7 @@
|
|
|
28592
28592
|
"responseStr": "group:$groupRef ",
|
|
28593
28593
|
"type": {
|
|
28594
28594
|
"definition": {
|
|
28595
|
-
"description":
|
|
28595
|
+
"description": "A reference identifying the Group object. ID: Unique Group Identifier, Name: The Group Name",
|
|
28596
28596
|
"enumValues": null,
|
|
28597
28597
|
"fields": {
|
|
28598
28598
|
"id": {
|
|
@@ -28670,7 +28670,7 @@
|
|
|
28670
28670
|
"responseStr": "host:$hostRef ",
|
|
28671
28671
|
"type": {
|
|
28672
28672
|
"definition": {
|
|
28673
|
-
"description":
|
|
28673
|
+
"description": "A reference identifying the Host object. ID: Unique Host Identifier, Name: The Host Name",
|
|
28674
28674
|
"enumValues": null,
|
|
28675
28675
|
"fields": {
|
|
28676
28676
|
"id": {
|
|
@@ -28849,7 +28849,7 @@
|
|
|
28849
28849
|
"responseStr": "networkInterface:$networkInterfaceRef ",
|
|
28850
28850
|
"type": {
|
|
28851
28851
|
"definition": {
|
|
28852
|
-
"description":
|
|
28852
|
+
"description": "A reference identifying the NetworkInterface object. ID: Unique NetworkInterface Identifier, Name: The NetworkInterface Name",
|
|
28853
28853
|
"enumValues": null,
|
|
28854
28854
|
"fields": {
|
|
28855
28855
|
"id": {
|
|
@@ -28927,7 +28927,7 @@
|
|
|
28927
28927
|
"responseStr": "site:$siteRef ",
|
|
28928
28928
|
"type": {
|
|
28929
28929
|
"definition": {
|
|
28930
|
-
"description":
|
|
28930
|
+
"description": "A reference identifying the Site object. ID: Unique Site Identifier, Name: The Site Name",
|
|
28931
28931
|
"enumValues": null,
|
|
28932
28932
|
"fields": {
|
|
28933
28933
|
"id": {
|
|
@@ -29005,7 +29005,7 @@
|
|
|
29005
29005
|
"responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
|
|
29006
29006
|
"type": {
|
|
29007
29007
|
"definition": {
|
|
29008
|
-
"description":
|
|
29008
|
+
"description": "A reference identifying the SiteNetworkSubnet object. ID: Unique SiteNetworkSubnet Identifier, Name: The SiteNetworkSubnet Name",
|
|
29009
29009
|
"enumValues": null,
|
|
29010
29010
|
"fields": {
|
|
29011
29011
|
"id": {
|
|
@@ -29106,7 +29106,7 @@
|
|
|
29106
29106
|
"responseStr": "systemGroup:$systemGroupRef ",
|
|
29107
29107
|
"type": {
|
|
29108
29108
|
"definition": {
|
|
29109
|
-
"description":
|
|
29109
|
+
"description": "A reference identifying the SystemGroup object. ID: Unique SystemGroup Identifier, Name: The SystemGroup Name",
|
|
29110
29110
|
"enumValues": null,
|
|
29111
29111
|
"fields": {
|
|
29112
29112
|
"id": {
|
|
@@ -29184,7 +29184,7 @@
|
|
|
29184
29184
|
"responseStr": "user:$userRef ",
|
|
29185
29185
|
"type": {
|
|
29186
29186
|
"definition": {
|
|
29187
|
-
"description":
|
|
29187
|
+
"description": "A reference identifying the User object. ID: Unique User Identifier, Name: The User Name",
|
|
29188
29188
|
"enumValues": null,
|
|
29189
29189
|
"fields": {
|
|
29190
29190
|
"id": {
|
|
@@ -29262,7 +29262,7 @@
|
|
|
29262
29262
|
"responseStr": "usersGroup:$usersGroupRef ",
|
|
29263
29263
|
"type": {
|
|
29264
29264
|
"definition": {
|
|
29265
|
-
"description":
|
|
29265
|
+
"description": "A reference identifying the UsersGroup object. ID: Unique UsersGroup Identifier, Name: The UsersGroup Name",
|
|
29266
29266
|
"enumValues": null,
|
|
29267
29267
|
"fields": {
|
|
29268
29268
|
"id": {
|