Google Admin Reports
Catalog 暂无描述。
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "GOOGLE_ADMIN_REPORTS_ACTIVITIES_LIST", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_ADMIN_REPORTS_ACTIVITIES_LIST", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_ADMIN_REPORTS_ACTIVITIES_LIST --data '{ }'Tool 目录
可用 Tools
6 个可调用操作
Reports Activities ListGOOGLE_ADMIN_REPORTS_ACTIVITIES_LISTRetrieves 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/admin.reports.audit.readonlyTags
Reports Activities WatchGOOGLE_ADMIN_REPORTS_ACTIVITIES_WATCHStart receiving notifications for account activities. For more information, see Receiving Push Notifications.需要连接1 scope
Start receiving notifications for account activities. For more information, see Receiving Push Notifications.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/admin.reports.audit.readonlyTags
Admin Channels StopGOOGLE_ADMIN_REPORTS_ADMIN_CHANNELS_STOPStop watching resources through this channel.需要连接1 scope
Stop watching resources through this channel.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/admin.reports.audit.readonlyTags
Reports CustomerUsageReports GetGOOGLE_ADMIN_REPORTS_CUSTOMER_USAGE_REPORTS_GETRetrieves 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/admin.reports.usage.readonlyTags
Reports EntityUsageReports GetGOOGLE_ADMIN_REPORTS_ENTITY_USAGE_REPORTS_GETRetrieves 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/admin.reports.usage.readonlyTags
Reports UserUsageReport GetGOOGLE_ADMIN_REPORTS_USER_USAGE_REPORT_GETRetrieves 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/admin.reports.usage.readonlyTags