cluster gateway local
Lists the gateways configured on the Data Fabric cluster on which this command is run.
Syntax
- CLI
-
maprcli cluster gateway local [ -cluster cluster on which command to be run ] [ -format dns/text. default: text ]
- REST
-
Request Type GET Request URL http[s]://<host>:<port>/rest/cluster/gateway/local?<parameters>
Parameters
Parameter | Description |
---|---|
format |
(Optional) The output format. Either dns or
text . Default: text . NOTE
|
cluster |
(Optional) If you are not on a Data Fabric cluster where one or more gateways are
configured, provide the name of the cluster.
|
Example
Display the list of gateways configured on a Data Fabric cluster in text format:
- CLI
-
maprcli cluster gateway local
- REST
-
curl -X GET -u <username> https://abc.sj.us:8443/rest/cluster/gateway/local
- Example Output
gatewayinfo centos23 centos22
Display the list of gateways configured on a Data Fabric cluster in DNS format:
- CLI
-
maprcli cluster gateway local -format dns
- REST
-
curl -X GET -u <username> https://abc.sj.us:8443/rest/cluster/gateway/local?format=dns
- Example Output
gatewaydnsinfo ; TXT Record addresses gateway.mycluster IN TXT "centos23 centos22"