list-hues¶
- subtitle
List Hue Query Editors in the provided CDW cluster.
- version
0.9.136
Description¶
List Hue Query Editors in the provided CDW cluster.
Synopsis¶
list-hues
--cluster-id <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--cluster-id
(string)
ID of cluster to list Hue Query Editors.
--cli-input-json
(string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton
. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton
(boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json
.
Output¶
results -> (array)
List of Hue Query Editors.
item -> (object)
Details of a Hue Query Editor.
id -> (string)
Unique ID of Hue Query Editor.
name -> (string)
Name of the Hue Query Editor.
description -> (string)
Description for the Hue Query Editor.
dbName -> (string)
Name of the database backing the Hue Query Editor.
status -> (string)
Status of the Hue Query Editor.
hueVersion -> (string)
Current version of the Hue Query Editor.
instanceCount -> (integer)
Number of Hue Query Editor backend pods.
userGroups -> (array)
User groups that are allowed to access to Hue Query Editor.
item -> (string)
dbInitStrategy -> (string)
Database initialization strategy for Hue Query Editor.
tags -> (array)
List of tags to apply on compute instances.
item -> (object)
A key/value pair attached to some resources.
key -> (string)
The tag’s name.
value -> (string)
The associated value of the tag.
creatorCrn -> (string)
The CRN of the user who created the Hue Query Editor.
resourcePool -> (string)
The name of the Resource Pool the Hue Query Editor is in.
Form Factors: private
config -> (object)
Configurations for a service (DBC or VW)
commonConfigs -> (object)
Configurations for an application inside a service.
configBlocks -> (array)
List of ConfigBlocks for the application.
item -> (object)
A piece of configuration stored in the same place (e.g. same file or environment variables).
id -> (string)
ID of the ConfigBlock. Unique within an ApplicationConfig.
content -> (object)
Contents of a ConfigBlock.
keyValues -> (map)
Key-value type configurations.
key -> (string)
value -> (string)
Key-value type configurations.
text -> (string)
Text type configuration.
json -> (string)
JSON type configuration.
applicationConfigs -> (map)
Application specific configurations.
key -> (string)
value -> (object)
Configurations for an application inside a service.
configBlocks -> (array)
List of ConfigBlocks for the application.
item -> (object)
A piece of configuration stored in the same place (e.g. same file or environment variables).
id -> (string)
ID of the ConfigBlock. Unique within an ApplicationConfig.
content -> (object)
Contents of a ConfigBlock.
keyValues -> (map)
Key-value type configurations.
key -> (string)
value -> (string)
Key-value type configurations.
text -> (string)
Text type configuration.
json -> (string)
JSON type configuration.
ldapGroups -> (array)
List of LDAP Groupnames to be enabled for auth.
item -> (string)
enableSSO -> (boolean)
Should SSO be enabled for this VW. This cannot be changed later.
Form Factors¶
public, private