- 资源:GetSearchApplicationQueryStatsResponse
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
- SearchApplicationQueryStats
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
- QueryCountByStatus
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
- 方法
资源:GetSearchApplicationQueryStatsResponse
用于获取给定日期之间搜索应用查询统计信息的响应格式。
JSON 表示法 |
---|
{
"stats": [
{
object ( |
字段 | |
---|---|
stats[] |
搜索应用按日期的查询统计信息。 |
totalQueryCount |
指定日期范围内的成功查询总数(状态代码 200)。 |
SearchApplicationQueryStats
搜索应用级查询统计信息(按日期)
JSON 表示法 |
---|
{ "date": { object ( |
字段 | |
---|---|
date |
计算查询统计信息的日期。系统会返回在临近午夜时分的次日计算的统计信息。 |
queryCountByStatus[] |
|
QueryCountByStatus
JSON 表示法 |
---|
{ "statusCode": integer, "count": string } |
字段 | |
---|---|
statusCode |
这表示 HTTP 状态代码。 |
count |
|
方法 |
|
---|---|
|
获取搜索应用的查询统计信息。 |