dse advrep destination list-conf

Lists all configuration for a given replication destination.

Lists all configuration for a given replication destination.

A replication channel is a defined channel of change data between source clusters and destination clusters.

Restriction: Command is supported only on nodes configured for DSE Advanced Replication.

Synopsis

dse advrep destination list-conf
    --separator  field_separator   
    --name  destination_name
Table 1. Legend
Syntax conventions Description
UPPERCASE Literal keyword.
Lowercase Not literal.
Italics Variable value. Replace with a valid option or user-defined value.
[ ] Optional. Square brackets ( [ ] ) surround optional command arguments. Do not type the square brackets.
( ) Group. Parentheses ( ( ) ) identify a group to choose from. Do not type the parentheses.
| Or. A vertical bar ( | ) separates alternative elements. Type any one of the elements. Do not type the vertical bar.
... Repeatable. An ellipsis ( ... ) indicates that you can repeat the syntax element as often as required.
'Literal string' Single quotation ( ' ) marks must surround literal strings in CQL statements. Use single quotation marks to preserve upper case.
{ key:value } Map collection. Braces ( { } ) enclose map collections or key value pairs. A colon separates the key and the value.
<datatype1,datatype2> Set, list, map, or tuple. Angle brackets ( < > ) enclose data types in a set, list, map, or tuple. Separate the data types with a comma.
cql_statement; End CQL statement. A semicolon ( ; ) terminates all CQL statements.
[ -- ] Separate the command line options from the command arguments with two hyphens ( -- ). This syntax is useful when arguments might be mistaken for command line options.
' <schema> ... </schema> ' Search CQL only: Single quotation marks ( ' ) surround an entire XML schema declaration.
@xml_entity='xml_entity_type' Search CQL only: Identify the entity and literal value to overwrite the XML element in the schema and solrconfig files.
--name destination_name (required)
The name of the destination.

Examples

To list the configuration for a replication destination:

dse advrep destination list-conf --name mydest
with a result:
KEYS: ---- [addresses, transmission-enabled, driver-ssl-cipher-suites, driver-ssl-enabled, driver-ssl-protocol, name, driver-connect-timeout, driver-max-requests-per-connection, driver-connections-max, driver-connections, driver-compression, driver-consistency-level, driver-allow-remote-dcs-for-local-cl, driver-used-hosts-per-remote-dc, driver-read-timeout]
-------------------------------------------------------------------------------------------
|destination|name                                |value                                   |
-------------------------------------------------------------------------------------------
|mydest     |addresses                           |10.200.180.162                          |
-------------------------------------------------------------------------------------------
|mydest     |transmission-enabled                |true                                    |
-------------------------------------------------------------------------------------------
|mydest     |driver-ssl-cipher-suites            |TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,|
|           |                                    |TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,  |
|           |                                    |TLS_RSA_WITH_AES_256_CBC_SHA256,        |
|           |                                    |TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, |
|           |                                    |TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384,   |
|           |                                    |TLS_DHE_RSA_WITH_AES_256_CBC_SHA256,    |
|           |                                    |TLS_DHE_DSS_WITH_AES_256_CBC_SHA256,    |
|           |                                    |TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA,   |
|           |                                    |TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,     |
|           |                                    |TLS_RSA_WITH_AES_256_CBC_SHA,           |
|           |                                    |TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA,    |
|           |                                    |TLS_ECDH_RSA_WITH_AES_256_CBC_SHA,      |
|           |                                    |TLS_DHE_RSA_WITH_AES_256_CBC_SHA,       |
|           |                                    |TLS_DHE_DSS_WITH_AES_256_CBC_SHA,       |
|           |                                    |TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,|
|           |                                    |TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,  |
|           |                                    |TLS_RSA_WITH_AES_128_CBC_SHA256,        |
|           |                                    |TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, |
|           |                                    |TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256,   |
|           |                                    |TLS_DHE_RSA_WITH_AES_128_CBC_SHA256,    |
|           |                                    |TLS_DHE_DSS_WITH_AES_128_CBC_SHA256,    |
|           |                                    |TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,   |
|           |                                    |TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,     |
|           |                                    |TLS_RSA_WITH_AES_128_CBC_SHA,           |
|           |                                    |TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA,    |
|           |                                    |TLS_ECDH_RSA_WITH_AES_128_CBC_SHA,      |
|           |                                    |TLS_DHE_RSA_WITH_AES_128_CBC_SHA,       |
|           |                                    |TLS_DHE_DSS_WITH_AES_128_CBC_SHA,       |
|           |                                    |TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,|
|           |                                    |TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,|
|           |                                    |TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,  |
|           |                                    |TLS_RSA_WITH_AES_256_GCM_SHA384,        |
|           |                                    |TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, |
|           |                                    |TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384,   |
|           |                                    |TLS_DHE_RSA_WITH_AES_256_GCM_SHA384,    |
|           |                                    |TLS_DHE_DSS_WITH_AES_256_GCM_SHA384,    |
|           |                                    |TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,  |
|           |                                    |TLS_RSA_WITH_AES_128_GCM_SHA256,        |
|           |                                    |TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, |
|           |                                    |TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256,   |
|           |                                    |TLS_DHE_RSA_WITH_AES_128_GCM_SHA256,    |
|           |                                    |TLS_DHE_DSS_WITH_AES_128_GCM_SHA256,    |
|           |                                    |TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,  |
|           |                                    |TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,    |
|           |                                    |SSL_RSA_WITH_3DES_EDE_CBC_SHA,          |
|           |                                    |TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA,   |
|           |                                    |TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA,     |
|           |                                    |SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA,      |
|           |                                    |SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA,      |
|           |                                    |TLS_ECDHE_ECDSA_WITH_RC4_128_SHA,       |
|           |                                    |TLS_ECDHE_RSA_WITH_RC4_128_SHA,         |
|           |                                    |SSL_RSA_WITH_RC4_128_SHA,               |
|           |                                    |TLS_ECDH_ECDSA_WITH_RC4_128_SHA,        |
|           |                                    |TLS_ECDH_RSA_WITH_RC4_128_SHA,          |
|           |                                    |SSL_RSA_WITH_RC4_128_MD5,               |
|           |                                    |TLS_EMPTY_RENEGOTIATION_INFO_SCSV       |
-------------------------------------------------------------------------------------------
|mydest     |driver-ssl-enabled                  |false                                   |
-------------------------------------------------------------------------------------------
|mydest     |driver-ssl-protocol                 |TLS                                     |
-------------------------------------------------------------------------------------------
|mydest     |name                                |mydest                                  |
-------------------------------------------------------------------------------------------
|mydest     |driver-connect-timeout              |15000                                   |
-------------------------------------------------------------------------------------------
|mydest     |driver-max-requests-per-connection  |1024                                    |
-------------------------------------------------------------------------------------------
|mydest     |driver-connections-max              |8                                       |
-------------------------------------------------------------------------------------------
|mydest     |driver-connections                  |1                                       |
-------------------------------------------------------------------------------------------
|mydest     |driver-compression                  |lz4                                     |
-------------------------------------------------------------------------------------------
|mydest     |driver-consistency-level            |ONE                                     |
-------------------------------------------------------------------------------------------
|mydest     |driver-allow-remote-dcs-for-local-cl|false                                   |
-------------------------------------------------------------------------------------------
|mydest     |driver-used-hosts-per-remote-dc     |0                                       |
-------------------------------------------------------------------------------------------
|mydest     |driver-read-timeout                 |15000                                   |
-------------------------------------------------------------------------------------------