get-id-broker-mappings-sync-status¶
- subtitle
Gets ID Broker mappings sync status.
- version
0.9.126
Description¶
Gets the status of the most recent ID Broker mappings sync operation, if any.
Synopsis¶
get-id-broker-mappings-sync-status
--environment-name <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--environment-name
(string)
The name or CRN of the environment.
--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¶
syncNeeded -> (boolean)
Whether a sync is needed to bring in-cluster mappings up-to-date.
globalStatus -> (string)
Status of a sync operation.
statuses -> (map)
Map of datalake cluster CRN to mappings sync status for each datalake cluster in the environment.
key -> (string)
value -> (object)
Status of an ID Broker mappings sync operation.
status -> (string)
Status of a sync operation.
startDate -> (datetime)
The date when the mappings sync started executing. Omitted if status is NEVER_RUN.
endDate -> (datetime)
The date when the mappings sync completed or was terminated. Omitted if status is NEVER_RUN or RUNNING.
errorDetail -> (string)
The detail of the error. Omitted if status is not FAILED.
Form Factors¶
public, private