update-data-visualization

subtitle

Asynchronous operation that updates the configuration of a Cloudera Data Visualization. The describe-data-visualization can be used at any time to get the latest status of a Data Visualization.

version

0.9.109

Description

Asynchronous operation that updates the configuration of a Cloudera Data Visualization. The describe-data-visualization can be used at any time to get the latest status of a Data Visualization.

Synopsis

  update-data-visualization
--cluster-id <value>
--data-visualization-id <value>
[--config <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--cluster-id (string)

ID of the Cloudera Data Visualization’s cluster.

--data-visualization-id (string)

ID of the Cloudera Data Visualization.

--config (object)

Configurations for a Cloudera Data Visualization

userGroups -> (array)

User groups to allow user access to Data Visualization for selected users

item -> (string)

adminGroups -> (array)

Admin groups to allow configuration access to Data Visualization for selected users

item -> (string)

resourcePool -> (string)

The Resource Pool of the Cloudera Data Visualization.

Form Factors: private

Shorthand Syntax:

userGroups=string,string,adminGroups=string,string,resourcePool=string

JSON Syntax:

{
  "userGroups": ["string", ...],
  "adminGroups": ["string", ...],
  "resourcePool": "string"
}

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

status -> (string)

The status of asynchronous update configuration request for Cloudera Data Visualization. To find the latest status please use describe-data-visualization.

Form Factors

public, private