describe-dbc-diagnostic-data-job

subtitle

Describes a diagnostic job for the given Database Catalog.

version

0.9.109

Description

Describes a diagnostic job for the given Database Catalog. The output includes a list of jobs along with their current status and some metadata related to each job.

Synopsis

  describe-dbc-diagnostic-data-job
--cluster-id <value>
--dbc-id <value>
--job-id <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--cluster-id (string)

ID of cluster.

--dbc-id (string)

ID of the Database Catalog.

--job-id (string)

ID of the diagnostic job.

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

job -> (object)

Represents a Diagnostic Data Job

Form Factors: public

jobId -> (string)

The unique identifier of the Diagnostic Data Job.

startTime -> (datetime)

The start time of the Diagnostic Data Job.

endTime -> (datetime)

The finish time of the Diagnostic Data Job.

url -> (string)

This URL points to a download location if the destination is DOWNLOAD.

status -> (string)

Represents the possible status values of a Diagnostic Data Job.

Form Factors: public

labels -> (map)

Additional key-value pair attributes associated with the Diagnostic Data Job.

key -> (string)

value -> (string)

Form Factors

public