All Products
Search
Document Center

Simple Log Service:Histogram

Last Updated:Nov 28, 2024
ParameterTypeDescriptionExample
object

The data structure of log distribution.

frominteger

The start time of the subinterval. The value is a UNIX timestamp representing the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC.

1409529600
tointeger

The end time of the subinterval. The value is a UNIX timestamp representing the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC.

1409569200
countlong

The number of logs that are generated during the subinterval.

2
progressstring

Indicates whether the query result in the subinterval is complete. Valid values:

  • Complete: The query is successful, and the complete result is returned.
  • Incomplete: The query is successful, but the query result is incomplete. To obtain the complete result, you must repeat the request.
Complete