dialhome enable
Enables Dial Home on the cluster. Permissions required: fc
or
a
Syntax
- CLI
-
maprcli dialhome enable -enable enable/disable dialhome. default: true
- REST
-
Request Type POST Request URL http[s]://<host>:<port>/rest/dialhome/enable
Parameters
Parameter | Description |
---|---|
enable |
Specifies whether to enable or disable Dial Home:
|
Output
A success or failure message.
Sample output
# maprcli dialhome enable -enable true
enabled
1
# maprcli dialhome status
enabled
1
Examples
Enable Dial Home:
maprcli dialhome enable -enable true
NOTE
When using a self-signed certificate, pass the -k
option to
curl
to avoid the certificate check.curl -k -u <username> -X POST https://abc.sj.us:8443/rest/dialhome/enable?enable=true