REST Resource: stats.query.searchapplications

リソース: GetSearchApplicationQueryStatsResponse

指定された日付間の検索アプリケーションのクエリ統計情報を取得するためのレスポンス形式。

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

object (SearchApplicationQueryStats)

検索アプリケーションの 1 日ごとのクエリ統計情報。

totalQueryCount

string (int64 format)

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

SearchApplicationQueryStats

1 日ごとの検索アプリケーション レベルのクエリ統計数

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

object (Date)

クエリの統計情報が計算された日付。翌日、深夜 0 時に近いデータに計算された統計情報が返されます。

queryCountByStatus[]

object (QueryCountByStatus)

QueryCountByStatus

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

integer

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

count

string (int64 format)

メソッド

get

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