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 값을 입력합니다.
|
메서드 |
|
계정 내 사용자에게 사용된 항목의 속성과 통계 모음인 보고서를 가져옵니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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. |"]]