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
एपीआई रिसॉर्स का टाइप. इस्तेमाल की रिपोर्ट के लिए, वैल्यू 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 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]