Method: customers.dpcs.list
רשימה של פקדי מדיניות המכשיר (DPC) שתומכים בהרשמה ללא מגע.
בקשת HTTP
GET https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/dpcs
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
parent |
string
חובה. הלקוח שיכול להשתמש בבקרי ה-DPC בהגדרות. שם של משאב API בפורמט 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 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-08 (שעון UTC)."],[[["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"]]