REST Resource: entityUsageReports
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:UsageReports
JSON 表示法 |
{
"kind": string,
"etag": string,
"warnings": [
{
"code": string,
"message": string,
"data": [
{
"key": string,
"value": string
}
]
}
],
"usageReports": [
{
object (UsageReport )
}
],
"nextPageToken": string
} |
欄位 |
kind |
string
API 資源的類型。在使用情形報表中,這個值為 admin#reports#usageReports 。
|
etag |
string
資源的 ETag。
|
warnings[] |
object
警告 (如有)。
|
warnings[].code |
string
機器可讀取的代碼或警告類型。警告代碼值為 200 。
|
warnings[].message |
string
警告訊息的使用者可理解訊息如下: - 資料無法使用警告 - 很抱歉,應用程式「
application
name 」的 yyyy-mm-dd 日期資料無法使用。 - 部分資料可用警告 - 應用程式「
application name 」的yyyy-mm-dd日期資料目前無法使用,請過幾小時後再試一次。
|
warnings[].data[] |
object
鍵/值組合,提供警告的詳細資訊。
|
warnings[].data[].key |
string
與鍵/值組合相關聯的鍵,可提供警告的詳細資訊。
|
warnings[].data[].value |
string
與鍵/值組合相關聯的值,可提供警告的詳細資訊。
|
usageReports[] |
object (UsageReport )
各種應用程式參數記錄。
|
nextPageToken |
string
用於指定下一頁的符記。含有多個頁面的報表在回應中會有 nextPageToken 屬性。如要取得所有報表頁面的後續要求,請在 pageToken 查詢字串中輸入 nextPageToken 值。
|
方法 |
|
擷取報表,其中包含帳戶使用者使用的實體屬性和統計資料集合。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-03-25 (世界標準時間)。
[null,null,["上次更新時間:2025-03-25 (世界標準時間)。"],[],[],null,["# REST Resource: entityUsageReports\n\n- [Resource: UsageReports](#UsageReports)\n - [JSON representation](#UsageReports.SCHEMA_REPRESENTATION)\n - [JSON representation](#UsageReports.SCHEMA_REPRESENTATION.warnings.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: UsageReports\n----------------------\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"etag\": string, \"warnings\": [ { \"code\": string, \"message\": string, \"data\": [ { \"key\": string, \"value\": string } ] } ], \"usageReports\": [ { object (/workspace/admin/reports/reference/rest/v1/customerUsageReports#UsageReports.UsageReport) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` The type of API resource. For a usage report, the value is `admin#reports#usageReports`. |\n| `etag` | `string` ETag of the resource. |\n| `warnings[]` | `object` Warnings, if any. |\n| `warnings[].code` | `string` Machine readable code or warning type. The warning code value is `200`. |\n| `warnings[].message` | `string` The human readable messages for a warning are: - Data is not available warning - Sorry, data for date yyyy-mm-dd for application \"`application name`\" is not available. - Partial data is available warning - Data for date yyyy-mm-dd for application \"`application name`\" is not available right now, please try again after a few hours. \u003cbr /\u003e |\n| `warnings[].data[]` | `object` Key-value pairs to give detailed information on the warning. |\n| `warnings[].data[].key` | `string` Key associated with a key-value pair to give detailed information on the warning. |\n| `warnings[].data[].value` | `string` Value associated with a key-value pair to give detailed information on the warning. |\n| `usageReports[]` | `object (`[UsageReport](/workspace/admin/reports/reference/rest/v1/customerUsageReports#UsageReports.UsageReport)`)` Various application parameter records. |\n| `nextPageToken` | `string` Token to specify next page. A report with multiple pages has a `nextPageToken` property in the response. For your follow-on requests getting all of the report's pages, enter the `nextPageToken` value in the `pageToken` query string. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|\n| ### [get](/workspace/admin/reports/reference/rest/v1/entityUsageReports/get) | Retrieves a report which is a collection of properties and statistics for entities used by users within the account. |"]]