cluster gateway get

Lists the data-fabric gateways that a source data-fabric cluster is using.

The source data-fabric cluster could be using the data-fabric gateways either for replication of table data to a destination data-fabric cluster or for the indexing of data in an Elasticsearch cluster.

This list of gateways is created by the cluster gateway set command.

Syntax

CLI
/opt/mapr/bin/maprcli cluster gateway get
    [ -cluster <sourceCluster> ]
    -dstcluster <destinationCluster>   
REST
http[s]://<host>:<port>/rest/cluster/gateway/get?dstcluster=<path>&cluster=<path>

Parameters

Parameter Description
cluster If you are not on the source cluster, provide the name of the source cluster on which this command should run.
dstcluster

The name of the cluster on which the gateways are located.

If you are replicating table data to another data-fabric cluster, specify the name of that destination cluster. This destination cluster could be the source cluster if you are performing intra-cluster replication.

If you are indexing table data in an Elasticsearch cluster, specify the name of the source data-fabric cluster because that is where the gateways are located.

Example

Gets the list of gateways that is stored on a source data-fabric cluster. The gateways are being used for table replication and are located in the destination data-fabric cluster sfcluster.

CLI
/opt/mapr/bin/maprcli cluster gateway get -dstcluster sfcluster
REST
https://<host>:<port>/rest/cluster/gateway/get?dstcluster=sfcluster
Example Output
cluster gatewayConfig 
sfcluster gw1 gw2