REST Resource: stats.query.searchapplications

リソース: GetSearchApplicationQueryStatsResponse

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

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

object (SearchApplicationQueryStats)

検索アプリケーションの日付ごとの統計情報をクエリします。

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)

Methods

get

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