Skip to main content

DescribeHistogram

Description

obtains statistics on the number of host logs queried within the specified time range.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeHistogram

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
QueryBODYstringYesNo sample value for this parameter.log query criteria.
EndTimeBODYstringYesNo sample value for this parameter.query end time.
regionIdBODYstringYesNo sample value for this parameter.region id
StartTimeBODYstringYesNo sample value for this parameter.query start time.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.
Categoriesstringno demo valuetimeline information.
Itemsarrayno demo valuelog volume statistics. see the following parameter description for specific sub-items.
Datalistno demo valuelog data statistics.

Example

Successful Response example

{
"RequestId":"no demo value",
"Categories":"no demo value",
"Items":"no demo value",
"Data":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}