gws-admin-reports

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

admin-reports (reports_v1)

admin-reports (reports_v1)

PREREQUISITE: Read
../gws-shared/SKILL.md
for auth, global flags, and security rules. If missing, run
gws generate-skills
to create it.
bash
gws admin-reports <resource> <method> [flags]
前提条件: 阅读
../gws-shared/SKILL.md
了解认证、全局标志和安全规则。如果该文件缺失,请运行
gws generate-skills
生成它。
bash
gws admin-reports <resource> <method> [flags]

API Resources

API 资源

activities

activities

  • list
    — Retrieves a list of activities for a specific customer's account and application such as the Admin console application or the Google Drive application. For more information, see the guides for administrator and Google Drive activity reports. For more information about the activity report's parameters, see the activity parameters reference guides.
    • watch
      — Start receiving notifications for account activities. For more information, see Receiving Push Notifications.
  • list
    — 获取特定客户账户和应用(如Admin控制台应用或Google Drive应用)的活动列表。更多信息,请参阅管理员和Google Drive活动报告指南。有关活动报告参数的更多信息,请参阅活动参数参考指南。
    • watch
      — 开始接收账户活动的通知。更多信息,请参阅接收推送通知。

channels

channels

  • stop
    — Stop watching resources through this channel.
  • stop
    — 停止通过此频道监控资源。

customerUsageReports

customerUsageReports

  • get
    — Retrieves a report which is a collection of properties and statistics for a specific customer's account. For more information, see the Customers Usage Report guide. For more information about the customer report's parameters, see the Customers Usage parameters reference guides.
  • get
    — 获取特定客户账户的属性和统计信息集合报告。更多信息,请参阅客户使用情况报告指南。有关客户报告参数的更多信息,请参阅客户使用情况参数参考指南。

entityUsageReports

entityUsageReports

  • get
    — Retrieves a report which is a collection of properties and statistics for entities used by users within the account. For more information, see the Entities Usage Report guide. For more information about the entities report's parameters, see the Entities Usage parameters reference guides.
  • get
    — 获取账户内用户使用的实体的属性和统计信息集合报告。更多信息,请参阅实体使用情况报告指南。有关实体报告参数的更多信息,请参阅实体使用情况参数参考指南。

userUsageReport

userUsageReport

  • get
    — Retrieves a report which is a collection of properties and statistics for a set of users with the account. For more information, see the User Usage Report guide. For more information about the user report's parameters, see the Users Usage parameters reference guides.
  • get
    — 获取账户内一组用户的属性和统计信息集合报告。更多信息,请参阅用户使用情况报告指南。有关用户报告参数的更多信息,请参阅用户使用情况参数参考指南。

Discovering Commands

探索命令

Before calling any API method, inspect it:
bash
undefined
在调用任何API方法之前,请先查看相关信息:
bash
undefined

Browse resources and methods

浏览资源和方法

gws admin-reports --help
gws admin-reports --help

Inspect a method's required params, types, and defaults

查看方法的必填参数、类型和默认值

gws schema admin-reports.<resource>.<method>

Use `gws schema` output to build your `--params` and `--json` flags.
gws schema admin-reports.<resource>.<method>

使用`gws schema`的输出来构建你的`--params`和`--json`标志。