describe-cluster-diagnostic-data-job¶
- subtitle
Describes a diagnostic job for the given Cluster.
- version
0.9.126
Description¶
Describes a diagnostic job for the given Cluster. The output includes a list of jobs along with their current status and some metadata related to each job.
Synopsis¶
describe-cluster-diagnostic-data-job
--cluster-id <value>
--job-id <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--cluster-id
(string)
ID of the Cluster.
--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