Admin SDK: Data Transfer API
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Admin SDK की मदद से, एंटरप्राइज़ डोमेन के एडमिन, उपयोगकर्ता, ग्रुप वगैरह जैसे संसाधनों को देख और मैनेज कर सकते हैं. साथ ही, यह डोमेन के ऑडिट और इस्तेमाल की रिपोर्ट भी उपलब्ध कराता है.
सेवा: admin.googleapis.com
हमारा सुझाव है कि इस सेवा को कॉल करने के लिए, Google की दी गई क्लाइंट लाइब्रेरी का इस्तेमाल करें. अगर आपके ऐप्लिकेशन को इस सेवा को कॉल करने के लिए, अपनी लाइब्रेरी का इस्तेमाल करना है, तो एपीआई अनुरोध करते समय यहां दी गई जानकारी का इस्तेमाल करें.
डिस्कवरी दस्तावेज़
डिस्कवरी दस्तावेज़, मशीन से पढ़ा जा सकने वाला एक दस्तावेज़ होता है. इसमें REST API के बारे में जानकारी दी जाती है और उन्हें इस्तेमाल करने का तरीका बताया जाता है. इसका इस्तेमाल, Google API के साथ इंटरैक्ट करने वाली क्लाइंट लाइब्रेरी, आईडीई प्लग इन, और अन्य टूल बनाने के लिए किया जाता है. एक सेवा, कई डिस्कवरी दस्तावेज़ उपलब्ध करा सकती है. यह सेवा, एपीआई के बारे में ज़रूरी जानकारी देने वाला यह दस्तावेज़ उपलब्ध कराती है:
सेवा का एंडपॉइंट
सेवा एंडपॉइंट एक बेस यूआरएल होता है, जो किसी एपीआई सेवा का नेटवर्क पता बताता है. किसी सेवा में कई सेवा एंडपॉइंट हो सकते हैं. इस सेवा का सेवा एंडपॉइंट यहां दिया गया है. यहां दिए गए सभी यूआरआई, इस सेवा एंडपॉइंट से जुड़े हैं:
https://admin.googleapis.com
तरीके |
get |
GET /admin/datatransfer/v1/applications/{applicationId}
दिए गए ऐप्लिकेशन आईडी के लिए, ऐप्लिकेशन के बारे में जानकारी दिखाता है. |
list |
GET /admin/datatransfer/v1/applications
किसी ग्राहक के डेटा को ट्रांसफ़र करने के लिए उपलब्ध ऐप्लिकेशन की सूची दिखाता है. |
तरीके |
get |
GET /admin/datatransfer/v1/transfers/{dataTransferId}
डेटा ट्रांसफ़र के अनुरोध को उसके संसाधन आईडी के हिसाब से वापस लाता है. |
insert |
POST /admin/datatransfer/v1/transfers
डेटा ट्रांसफ़र करने का अनुरोध डालता है. |
list |
GET /admin/datatransfer/v1/transfers
सोर्स उपयोगकर्ता, डेस्टिनेशन उपयोगकर्ता या स्थिति के हिसाब से, किसी ग्राहक के लिए ट्रांसफ़र की सूची दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[],[],null,["# Admin SDK: Data Transfer API\n\nAdmin SDK lets administrators of enterprise domains to view and manage resources like user, groups etc. It also provides audit and usage reports of domain.\n\nService: admin.googleapis.com\n-----------------------------\n\nTo call this service, we recommend that you use the Google-provided [client libraries](https://cloud.google.com/apis/docs/client-libraries-explained). If your application needs to use your own libraries to call this service, use the following information when you make the API requests.\n\n### Discovery document\n\nA [Discovery Document](https://developers.google.com/discovery/v1/reference/apis) is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:\n\n- \u003chttps://admin.googleapis.com/$discovery/rest?version=datatransfer_v1\u003e\n\n### Service endpoint\n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_service_endpoint) is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:\n\n- `https://admin.googleapis.com`\n\nREST Resource: [applications](/workspace/admin/data-transfer/reference/rest/v1/applications)\n--------------------------------------------------------------------------------------------\n\n| Methods ||\n|----------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|\n| [get](/workspace/admin/data-transfer/reference/rest/v1/applications/get) | `GET /admin/datatransfer/v1/applications/{applicationId}` Retrieves information about an application for the given application ID. |\n| [list](/workspace/admin/data-transfer/reference/rest/v1/applications/list) | `GET /admin/datatransfer/v1/applications` Lists the applications available for data transfer for a customer. |\n\nREST Resource: [transfers](/workspace/admin/data-transfer/reference/rest/v1/transfers)\n--------------------------------------------------------------------------------------\n\n| Methods ||\n|-----------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|\n| [get](/workspace/admin/data-transfer/reference/rest/v1/transfers/get) | `GET /admin/datatransfer/v1/transfers/{dataTransferId}` Retrieves a data transfer request by its resource ID. |\n| [insert](/workspace/admin/data-transfer/reference/rest/v1/transfers/insert) | `POST /admin/datatransfer/v1/transfers` Inserts a data transfer request. |\n| [list](/workspace/admin/data-transfer/reference/rest/v1/transfers/list) | `GET /admin/datatransfer/v1/transfers` Lists the transfers for a customer by source user, destination user, or status. |"]]