content/integrate/write-behind/reference/cli/redis-di-status.md
Usage: redis-di status [OPTIONS]
loglevel:
info--loglevel -log-levelrdi_host (REQUIRED):
none--rdi-hostHost/IP of Write-behind Database
rdi_port (REQUIRED):
none--rdi-portPort of Write-behind Database
rdi_password:
none--rdi-passwordWrite-behind Database Password
rdi_key:
none--rdi-keyPrivate key file to authenticate with
rdi_cert:
none--rdi-certClient certificate file to authenticate with
rdi_cacert:
none--rdi-cacertCA certificate file to verify with
rdi_key_password:
none--rdi-key-passwordPassword for unlocking an encrypted private key
live:
false--live -lLive data flow monitoring
page_number:
none--page-number -pSet the page number (live mode only)
page_size:
none--page-size -sSet the page size (live mode only)
ingested_only:
false--ingested-only -iDisplay ingested data streams (live mode only)
help:
false--helpShow this message and exit.
Usage: redis-di status [OPTIONS]
Displays the status of the pipeline end to end
Options:
-log-level, --loglevel [DEBUG|INFO|WARN|ERROR|CRITICAL]
[default: INFO]
--rdi-host TEXT Host/IP of Write-behind Database [required]
--rdi-port INTEGER RANGE Port of Write-behind Database [1000<=x<=65535;
required]
--rdi-password TEXT Write-behind Database Password
--rdi-key TEXT Private key file to authenticate with
--rdi-cert TEXT Client certificate file to authenticate with
--rdi-cacert TEXT CA certificate file to verify with
--rdi-key-password TEXT Password for unlocking an encrypted private
key
-l, --live Live data flow monitoring
-p, --page-number INTEGER RANGE
Set the page number (live mode only) [x>=1]
-s, --page-size INTEGER RANGE Set the page size (live mode only) [x>=1]
-i, --ingested-only Display ingested data streams (live mode
only)
--help Show this message and exit.