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
אלה ההודעות שקריאות לבני אדם לגבי אזהרה: - אזהרה על כך שהנתונים לא זמינים – לצערנו, אין נתונים עבור התאריך yyyy-mm-dd עבור האפליקציה '
application
name '. - אזהרה: נתונים חלקיים זמינים – הנתונים של התאריך yyyy-mm-dd לא זמינים כרגע לאפליקציה '
application name '. יש לנסות שוב אחרי כמה שעות.
|
warnings[].data[] |
object
צמדי מפתח/ערך שמספקים מידע מפורט על האזהרה.
|
warnings[].data[].key |
string
מפתח שמשויך לצמד מפתח/ערך כדי לספק מידע מפורט על האזהרה.
|
warnings[].data[].value |
string
הערך שמשויך לצמד מפתח/ערך כדי לספק מידע מפורט על האזהרה.
|
usageReports[] |
object (UsageReport )
רשומות שונות של פרמטרים של אפליקציות.
|
nextPageToken |
string
אסימון לציון הדף הבא. בדוח עם כמה דפים מופיע המאפיין nextPageToken בתגובה. בבקשות הבאות לקבלת כל הדפים בדוח, מזינים את הערך nextPageToken במחרוזת השאילתה pageToken .
|
Methods |
|
אחזור דוח שהוא אוסף של נכסים ונתונים סטטיסטיים של ישויות שבהן משתמשים בחשבון. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-03-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-03-25 (שעון UTC)."],[],[],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. |"]]