dialhome lastdialed

Displays the date of the last successful Dial Home call in Unix Epoch time. Permissions required: fc or a.

Syntax

CLI
maprcli dialhome lastdialed
REST
Request Type GET
Request URL
http[s]://<host>:<port>/rest/dialhome/lastdialed 

Output

The date of the last successful Dial Home call in Unix Epoch time.

Sample output

$ maprcli dialhome lastdialed
date           
1322438400000                             

Examples

Show the date of the most recent Dial Home:

CLI
maprcli dialhome lastdialed
REST
NOTE
When using a self-signed certificate, pass the -k option to curl to avoid the certificate check.
curl -k -u <username> -X GET https://abc.sj.us:8443/rest/dialhome/lastdialed