REST Resource: stats.query.searchapplications

リソース: GetSearchApplicationQueryStatsResponse

指定した期間の検索アプリのクエリ統計情報を取得するためのレスポンス形式。

JSON 表現
{
  "stats": [
    {
      object (SearchApplicationQueryStats)
    }
  ],
  "totalQueryCount": string
}
フィールド
stats[]

object (SearchApplicationQueryStats)

検索アプリの日別のクエリ統計情報。

totalQueryCount

string (int64 format)

指定した期間中の成功したクエリの合計数(ステータス コード 200)。

SearchApplicationQueryStats

検索アプリケーション レベルのクエリ統計情報(日付別)

JSON 表現
{
  "date": {
    object (Date)
  },
  "queryCountByStatus": [
    {
      object (QueryCountByStatus)
    }
  ]
}
フィールド
date

object (Date)

クエリの統計情報が計算された日付。翌日の深夜近くに計算された統計情報が返されます。

queryCountByStatus[]

object (QueryCountByStatus)

QueryCountByStatus

JSON 表現
{
  "statusCode": integer,
  "count": string
}
フィールド
statusCode

integer

これは HTTP ステータス コードを表します。

count

string (int64 format)

メソッド

get

検索アプリケーションのクエリ統計情報を取得します。