Open Connector
所有 Tools

Google Admin Data Transfer

Catalog 暂无描述。

google-admin-data-transferv1.0.05 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

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_DATA_TRANSFER_APPLICATIONS_GET",  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_DATA_TRANSFER_APPLICATIONS_GET", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute GOOGLE_ADMIN_DATA_TRANSFER_APPLICATIONS_GET --data '{ }'

Tool 目录

可用 Tools

5 个可调用操作

Datatransfer Applications GetGOOGLE_ADMIN_DATA_TRANSFER_APPLICATIONS_GETRetrieves information about an application for the given application ID.

Retrieves information about an application for the given application ID.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonly

Tags

applications
Datatransfer Applications ListGOOGLE_ADMIN_DATA_TRANSFER_APPLICATIONS_LISTLists the applications available for data transfer for a customer.

Lists the applications available for data transfer for a customer.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonly

Tags

applications
Datatransfer Transfers GetGOOGLE_ADMIN_DATA_TRANSFER_TRANSFERS_GETRetrieves a data transfer request by its resource ID.

Retrieves a data transfer request by its resource ID.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonly

Tags

transfers
Datatransfer Transfers InsertGOOGLE_ADMIN_DATA_TRANSFER_TRANSFERS_INSERTInserts a data transfer request. See the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference for specific application requirements.

Inserts a data transfer request. See the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference for specific application requirements.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/admin.datatransfer

Tags

transfers
Datatransfer Transfers ListGOOGLE_ADMIN_DATA_TRANSFER_TRANSFERS_LISTLists the transfers for a customer by source user, destination user, or status.

Lists the transfers for a customer by source user, destination user, or status.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonly

Tags

transfers