update-hbase-policy

subtitle

Update an HBase Replication Policy.

version

0.9.112

Description

Updates an existing HBase replication policy with the given parameters on a specific cluster.

Synopsis

  update-hbase-policy
--cluster-crn <value>
--policy-id <value>
--update-hbase-policy-definition <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--cluster-crn (string)

The CRN of the cluster where the policy will be updated.

--policy-id (string)

The ID of the policy to be updated.

--update-hbase-policy-definition (object)

HBase policy update request definition.

name -> (string)

The policy name.

description -> (string)

Description of the policy.

tables -> (array)

List of tables to be replicated. The items should be in “namespace:tablename” format.

item -> (string)

Shorthand Syntax:

name=string,description=string,tables=string,string

JSON Syntax:

{
  "name": "string",
  "description": "string",
  "tables": ["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

clusterCrn -> (string)

The CRN of the input cluster.

requestId -> (string)

The ID of the request. Populated only for Ambari backend.

message -> (string)

The detailed description of the action taken.

status -> (string)

The status of the request (Successful or an error).

Form Factors

public