REST Resource: entityUsageReports
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Risorsa: UsageReports
Rappresentazione JSON |
{
"kind": string,
"etag": string,
"warnings": [
{
"code": string,
"message": string,
"data": [
{
"key": string,
"value": string
}
]
}
],
"usageReports": [
{
object (UsageReport )
}
],
"nextPageToken": string
} |
Campi |
kind |
string
Il tipo di risorsa API. Per un report sull'utilizzo, il valore è admin#reports#usageReports .
|
etag |
string
ETag della risorsa.
|
warnings[] |
object
Eventuali avvisi.
|
warnings[].code |
string
Codice leggibile dalla macchina o tipo di avviso. Il valore del codice avviso è 200 .
|
warnings[].message |
string
I messaggi leggibili per un avviso sono: - Avviso: i dati non sono disponibili. Purtroppo, i dati relativi alla data aaaa-mm-gg per l'applicazione "
application
name " non sono disponibili. - Avviso: sono disponibili dati parziali: i dati relativi alla data aaaa-mm-gg per l'applicazione "
application name " non sono disponibili al momento. Riprova tra qualche ora.
|
warnings[].data[] |
object
Coppie chiave-valore per fornire informazioni dettagliate sull'avviso.
|
warnings[].data[].key |
string
Chiave associata a una coppia chiave-valore per fornire informazioni dettagliate sull'avviso.
|
warnings[].data[].value |
string
Valore associato a una coppia chiave-valore per fornire informazioni dettagliate sull'avviso.
|
usageReports[] |
object (UsageReport )
Vari record dei parametri dell'applicazione.
|
nextPageToken |
string
Token per specificare la pagina successiva. Un report con più pagine ha una proprietà nextPageToken nella risposta. Per le richieste successive che recuperano tutte le pagine del report, inserisci il valore nextPageToken nella stringa di query pageToken .
|
Metodi |
|
Recupera un report che è una raccolta di proprietà e statistiche per le entità utilizzate dagli utenti all'interno dell'account. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-03-25 UTC.
[null,null,["Ultimo aggiornamento 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. |"]]