list-tables¶
- subtitle
List tables in a namespace.
- version
0.9.159
Description¶
list tables in a namespace.
Synopsis¶
list-tables
--datahub-crn <value>
--namespace <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--datahub-crn (string)
The CRN of the CLO Data Hub.
--namespace (string)
The namespace name for which table and it’s policies will be listed.
--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¶
tables -> (array)
List of all tables for a particular namespace
item -> (object)
The table object containing name, status and other details.
status -> (string)
The table status.
namespace -> (string)
The name of the namespace.
tableName -> (string)
The name of the table.
policies -> (array)
The list of associated policies.
item -> (string)
The name of the associated policy.
lastExecutionTime -> (integer)
The last task execution time in epoch milliseconds.
Form Factors¶
public