Query statistical data of daily alarm duration for a specific machine within a specified time range The query time range extends up to yesterday
Return Result:
① Display daily alarm duration by day
Request
Header Params
zoneId
string
optional
The query time-zone can be specified by header 'zoneId'. If 'zoneId' is not set, Asia/Shanghai will be used as default. The time-zone ID must be from IANA Time Zone Database(TZDB). If 'zoneId' cannot be recognized, Asia/Shanghai will be used as default.ref: https://docs.oracle.com/javase/8/docs/api/java/time/ZoneId.html
Example:
America/Chicago
Body Params application/json
cardId
string
required
Control Card ID
startDate
integer
required
Query Start Date(Must be within the last three months, statistical data for earlier time periods is not available for query.)
endDate
integer
required
Query End Date(Must be within the last three months, statistical data for earlier time periods is not available for query.)