संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ऐसी रिपोर्ट अपलोड करता है जिसमें डिवाइस पर ऐप्लिकेशन की स्थितियों में हुए सभी बदलावों की जानकारी शामिल होती है
पिछली रिपोर्ट जनरेट की गई थी. इस तरीके को तीन बार कॉल किया जा सकता है
किसी डिवाइस के लिए 24 घंटे.
अनुरोध
एचटीटीपी अनुरोध
POST https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/devices/deviceId/forceReportUpload
पैरामीटर
पैरामीटर का नाम
मान
ब्यौरा
पाथ पैरामीटर
deviceId
string
डिवाइस का आईडी.
enterpriseId
string
एंटरप्राइज़ का आईडी.
userId
string
उपयोगकर्ता का आईडी.
अनुमति देना
इस अनुरोध के लिए, नीचे दिए गए स्कोप वाले अनुमति की ज़रूरत है:
[null,null,["आखिरी बार 2024-09-10 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eUploads a report detailing app state changes on a device since the last report, callable up to three times daily per device.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidenterprise\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eThe request is sent as an HTTP POST to a specific endpoint, including enterprise, user, and device IDs in the URL.\u003c/p\u003e\n"],["\u003cp\u003eNo request body is necessary for this API call, and a successful invocation results in an empty response.\u003c/p\u003e\n"]]],[],null,["# Devices: forceReportUpload\n\n| **Note:** Requires [authorization](#auth).\n\nUploads a report containing any changes in app states on the device since\nthe last report was generated. You can call this method up to 3 times every\n24 hours for a given device.\n\nRequest\n-------\n\n### HTTP request\n\n```\nPOST https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId/users/userId/devices/deviceId/forceReportUpload\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|----------------|----------|---------------------------|\n| **Path parameters** |||\n| `deviceId` | `string` | The ID of the device. |\n| `enterpriseId` | `string` | The ID of the enterprise. |\n| `userId` | `string` | The ID of the user. |\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|-----------------------------------------------------|\n| `https://www.googleapis.com/auth/androidenterprise` |\n\nFor more information, see the [authentication and authorization](/android/work/play/emm-api/v1/how-tos/authorizing) page.\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns an empty response body."]]