Method: nodes.deployments.list
คำขอ HTTP
GET https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*}/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"],[[["This document details the process for listing deployments within the Spectrum Access System (SAS), including how to structure the HTTP request and utilize path and query parameters."],["The request requires specific path and query parameters to define the parent resource and refine the search for deployments, such as pagination and filtering."],["Successful execution of the request will return a list of deployments within the specified parameters, contained within a ListDeploymentsResponse object."],["Authorization for this operation necessitates the \"https://www.googleapis.com/auth/sasportal\" OAuth scope."]]],["This document details the process of listing deployments via an HTTP GET request to `https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*}/deployments`. The request requires a `parent` path parameter and supports optional `pageSize`, `pageToken`, and `filter` query parameters. The request body must be empty. A successful response returns a `ListDeploymentsResponse`. The request must use the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization. It uses gRPC Transcoding.\n"]]