create-hue

subtitle

Create Hue Query Editor in a CDW cluster.

version

0.9.136

Description

Create Hue Query Editor in a CDW cluster.

Synopsis

  create-hue
--cluster-id <value>
--name <value>
[--instance-count <value>]
[--description <value>]
[--db-name <value>]
[--config <value>]
[--hue-version <value>]
[--user-groups <value>]
[--db-init-strategy <value>]
[--tags <value>]
[--resource-pool <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--cluster-id (string)

Cluster of the Hue Query Editor.

--name (string)

Name of the Hue Query Editor.

--instance-count (integer)

Number of Hue Query Editor backend pods.

--description (string)

Description for the Hue Query Editor.

--db-name (string)

Name of the database backing the Hue Query Editor.

--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)

LDAP Groupnames to be enabled for auth.

item -> (string)

enableSSO -> (boolean)

Should SSO be enabled for this VW.

JSON Syntax:

{
  "commonConfigs": {
    "configBlocks": [
      {
        "id": "string",
        "content": {
          "keyValues": {"string": "string"
            ...},
          "text": "string",
          "json": "string"
        }
      }
      ...
    ]
  },
  "applicationConfigs": {"string": {
        "configBlocks": [
          {
            "id": "string",
            "content": {
              "keyValues": {"string": "string"
                ...},
              "text": "string",
              "json": "string"
            }
          }
          ...
        ]
      }
    ...},
  "ldapGroups": ["string", ...],
  "enableSSO": true|false
}

--hue-version (string)

Version of the Hue Query Editor.

--user-groups (array)

User groups that are allowed to access to Hue Query Editor.

Syntax:

"string" "string" ...

--db-init-strategy (string)

Database initialization strategy for Hue Query Editor.

Possible values:

  • CLONE_VW_DB

  • FLUSH

  • CREATE_OR_REUSE

--tags (array)

List of tags to apply on compute instances.

Shorthand Syntax:

key=string,value=string ... (separate items with spaces)

JSON Syntax:

[
  {
    "key": "string",
    "value": "string"
  }
  ...
]

--resource-pool (string)

The Resource Pool of the Hue Query Editor.

Form Factors: private

--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

hueId -> (string)

ID of the new Hue Query Editor.

clusterId -> (string)

Cluster of the Hue Query Editor.

Form Factors

public, private