You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timestreams is an API that provides functions to add and organise sensor data. This page describes the timestreams.heartbeat XML-RPC API procedure.
Description
This updates the metadata record to store the IP address for the given device. A POST request containing this procedure name will have returned the number of metadata records whose heartbeat values are update (usually 1). The following is the procedure call signature required to retrieve metadata:
<methodCall> <methodName>timestreams.heartbeat</methodName> <params> <param><value><string>User Name</string></value></param> <param><value><string>Password</string></value></param> <param><value><string>ipaddress</string></value></param> </params> </methodCall>