Skip to content

iectl iem-v2 device log-streaming sync-status

view sync status of applied log streaming settings on specific Edge Device

Synopsis

This method views sync status of applied log streaming settings on specific Edge Device.

iectl iem-v2 device log-streaming sync-status [flags]

Options

      --device-id string    id of the device for which the sync status needs to be viewed
      --follow              use this flag to follow the sync status until it changes to completed [optional]
  -h, --help                help for sync-status
      --poll-interval int   polling interval in seconds. Use with --follow to specify how frequently the status is fetched.
                            must be between 1 and 300 seconds [optional]. (default 5)
      --quiet               use this flag with --follow to suppress repeated status output, only shows output on completion [optional]

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Example

$ iectl iem-v2 device log-streaming sync-status --device-id "sampleDeviceId" --follow --poll-interval 10
$ iectl iem-v2 device log-streaming sync-status --device-id "sampleDeviceId" --follow --quiet

SEE ALSO