Method: customers.dpcs.list
تعرض هذه السمة وحدات التحكّم بسياسة الجهاز (DPC) المتوافقة مع ميزة "إعداد الأجهزة الجوّالة للمؤسسات دفعةً واحدة".
طلب HTTP
GET https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/dpcs
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
parent |
string
مطلوب. العميل الذي يمكنه استخدام وحدات التحكّم في حدود البيانات في الإعدادات. اسم مورد واجهة برمجة التطبيقات بالتنسيق customers/[CUSTOMER_ID] .
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
إذا كانت الاستجابة ناجحة، سيحتوي نص الاستجابة على بيانات بالبنية التالية:
رسالة رد على وحدات التحكّم بسياسة الجهاز (DPC) لبيانات العميل
تمثيل JSON |
{
"dpcs": [
{
object (Dpc )
}
]
} |
الحقول |
dpcs[] |
object (Dpc )
قائمة جهات إدارة الخدمات الجوّالة للمؤسسات (DPC) المتاحة للعميل والتي تتيح ميزة "إعداد الأجهزة الجوّالة للمؤسسات دفعةً واحدة"
|
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/androidworkzerotouchemm
لمزيد من المعلومات، يُرجى الاطّلاع على نظرة عامة على بروتوكول OAuth 2.0.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-08 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-08 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This webpage details how to list Device Policy Controllers (DPCs) that support zero-touch enrollment via an HTTP GET request."],["The request URL structure requires a `parent` path parameter, representing the customer's ID in the format `customers/[CUSTOMER_ID]`."],["The request body for listing DPCs must be empty, and the response will contain a list of DPCs in JSON format."],["Successful responses return a JSON object, with the `dpcs[]` field containing an array of DPC objects."],["Authorisation to perform the request requires the `https://www.googleapis.com/auth/androidworkzerotouchemm` OAuth scope."]]],["This document details retrieving a list of Device Policy Controllers (DPCs) supporting zero-touch enrollment. A `GET` request is sent to a specific URL using gRPC Transcoding, including the customer ID as a required `parent` path parameter. The request body must be empty. A successful response contains a JSON object with a `dpcs[]` field, listing available DPCs. The process requires `https://www.googleapis.com/auth/androidworkzerotouchemm` OAuth scope for authorization.\n"]]