qmodify container

Updated

Description

This command modifies an existing container that is associated with a Vault Tracker policy.

In case of an error, an error code and description are displayed as: "container: Error errorcode: errordescription"

Usage

qmodify container [-cs <commserver_host_name>] -container <container> [-newname <newname>] [-cap <capacity>] [-track <trackingid>] [-desc <description>] [-tf <tokenfile>] [-tk <token>] [-h]
    

Options

-cs

CommServe host name

-container

Name of the existing container

-newname

New name for the container

-cap

Maximum capacity of the container

-track

Container's tracking ID

-desc

A description of the container

-tf

Read token from a file

-tk

Token string

-h

Displays help

Diagnostics

Possible exit status values are:

0 - Successful completion.

1 - CLI usage failures, due to the use of an unsupported option or missing argument.

2 - Any other failure.

Example

Change the name of a container from box123 to carton123

qmodify container -container box123 -newname carton123
    

Was this page helpful?