list-connector-test-jobs

subtitle

List test connector jobs.

version

0.9.161

Description

List test connector jobs.

Synopsis

  list-connector-test-jobs
--cluster-id <value>
[--job-id <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--cluster-id (string)

The ID of the cluster.

--job-id (string)

The ID of the specific job to fetch (optional).

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

results -> (array)

List of test connector jobs.

item -> (object)

Test connector job details.

Form Factors: public, private

jobId -> (string)

The ID of the test job.

jobStartTime -> (datetime)

The start time of the test job.

jobFinishTime -> (datetime)

The finish time of the test job.

outputLog -> (string)

The output log of the test job.

status -> (string)

Represents the possible status values of a test connector job.

labels -> (map)

Additional key-value pair attributes associated with the test connector job.

key -> (string)

value -> (string)

Form Factors

public, private