content/integrate/redis-data-integration/reference/cli/redis-di-get-rejected.md
Usage: redis-di get-rejected [OPTIONS]
log_level:
info--log-level -lrdi_host (REQUIRED):
none--rdi-hostHost/IP of RDI Database
rdi_port (REQUIRED):
none--rdi-portPort of RDI Database
rdi_user:
none--rdi-userRDI Database Username
rdi_password:
none--rdi-passwordRDI 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
max_records:
none--max-recordsMaximum rejected records per DLQ
oldest:
false--oldest -oDisplays the oldest rejected records. If omitted, most recent records will be retrieved
dlq_name:
none--dlq-nameOnly prints the rejected records for the specified DLQ (Dead Letter Queue) name
help:
false--helpShow this message and exit.
Usage: redis-di get-rejected [OPTIONS]
Returns all the stored rejected entries
Options:
-l, --log-level [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL]
[default: INFO]
--rdi-host TEXT Host/IP of RDI Database [required]
--rdi-port INTEGER RANGE Port of RDI Database [1<=x<=65535;
required]
--rdi-user TEXT RDI Database Username
--rdi-password TEXT RDI 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
--max-records INTEGER RANGE Maximum rejected records per DLQ [x>=1]
-o, --oldest Displays the oldest rejected records. If
omitted, most recent records will be
retrieved
--dlq-name TEXT Only prints the rejected records for the
specified DLQ (Dead Letter Queue) name
--help Show this message and exit.