The last time the meter sent (or attempted to send) push data to
the server. The time is expressed as a decimal Unix
timestamp string. If unavailable, this
is an empty string.
Get /sys/push/last/attempt
SecurityApiKey
Responses
200
Normal response.
401
Unauthorized response.
get/sys/push/last/attempt
Request samples
curl
Python
JavaScript
Go
Response samples
200
401
application/json
{
"result": "1682658499.0",
"error": "Error message (present if an error occurred)."