- Resource: GetSearchApplicationQueryStatsResponse
- SearchApplicationQueryStats
- QueryCountByStatus
- Methods
Resource: GetSearchApplicationQueryStatsResponse
Response format for getting query stats for a search application between given dates.
| JSON representation | 
|---|
| {
  "stats": [
    {
      object ( | 
| Fields | |
|---|---|
| stats[] | 
 Query stats per date for a search application. | 
| totalQueryCount | 
 Total successful query count (status code 200) for the given date range. | 
SearchApplicationQueryStats
Search application level query stats per date
| JSON representation | 
|---|
| { "date": { object ( | 
| Fields | |
|---|---|
| date | 
 The date for which query stats were calculated. Stats calculated on the next day close to midnight are returned. | 
| queryCountByStatus[] | 
 | 
QueryCountByStatus
| JSON representation | 
|---|
| { "statusCode": integer, "count": string } | 
| Fields | |
|---|---|
| statusCode | 
 This represents the http status code. | 
| count | 
 | 
| Methods | |
|---|---|
| 
 | Get the query statistics for search application. |