Method: customers.deployments.list
คำขอ HTTP
GET https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/deployments
URL ใช้ไวยากรณ์ gRPC Transcoding
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
parent |
string
ต้องระบุ ชื่อทรัพยากรระดับบนสุด เช่น "nodes/1", customer/1/nodes/2
|
พารามิเตอร์การค้นหา
พารามิเตอร์ |
pageSize |
integer
จํานวนสูงสุดของการทําให้ใช้งานได้ที่จะส่งคืนในการตอบสนอง
|
pageToken |
string
โทเค็นการใส่เลขหน้าที่แสดงผลจากการเรียกไปยัง deployments.list ครั้งก่อน ซึ่งระบุว่าข้อมูลนี้ควรอยู่ต่อที่ใด
|
filter |
string
นิพจน์ตัวกรอง ตัวกรองควรมีรูปแบบต่อไปนี้: "DIRECT_CHILDREN" หรือรูปแบบ: "direct_children" ตัวกรองไม่คํานึงถึงตัวพิมพ์เล็กและตัวพิมพ์ใหญ่ หากว่างเปล่า ระบบจะไม่กรองการทําให้ใช้งานได้
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ ListDeploymentsResponse
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/sasportal
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2022-11-02 UTC
[null,null,["อัปเดตล่าสุด 2022-11-02 UTC"],[[["Lists available deployments, providing details about their configuration and status within the system."],["Users can filter deployments, specify the maximum number of results returned, and utilize pagination for navigating larger datasets."],["The API endpoint employs gRPC Transcoding and requires authorization with the `https://www.googleapis.com/auth/sasportal` scope for access."],["Both path and query parameters are used to define the request, allowing for flexible retrieval of deployment information."]]],["This document details the process of listing deployments via an HTTP GET request to `https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/deployments`. The request requires a `parent` path parameter specifying the resource, and supports optional `pageSize`, `pageToken`, and `filter` query parameters for pagination and filtering. The request body must be empty. Successful responses return a `ListDeploymentsResponse`, and the operation necessitates the `https://www.googleapis.com/auth/sasportal` OAuth scope.\n"]]