Method: customers.nodes.list
คำขอ HTTP
GET https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodes
URL ใช้ไวยากรณ์ gRPC Transcoding
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
parent |
string
ต้องระบุ ชื่อทรัพยากรระดับบนสุด เช่น "nodes/1"
|
พารามิเตอร์การค้นหา
พารามิเตอร์ |
pageSize |
integer
จํานวนโหนดสูงสุดที่จะแสดงในการตอบกลับ
|
pageToken |
string
โทเค็นการใส่เลขหน้าที่แสดงผลจากการเรียกไปยัง nodes.list ครั้งก่อน ซึ่งระบุว่าข้อมูลนี้ควรอยู่ต่อที่ใด
|
filter |
string
นิพจน์ตัวกรอง ตัวกรองควรมีรูปแบบต่อไปนี้: "DIRECT_CHILDREN" หรือรูปแบบ: "direct_children" ตัวกรองไม่คํานึงถึงตัวพิมพ์เล็กและตัวพิมพ์ใหญ่ หากเว้นว่างไว้ ระบบจะไม่กรองโหนด
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ ListNodesResponse
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต 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 nodes within the Spectrum Access System, allowing for filtering and pagination."],["Requires authorization with the `https://www.googleapis.com/auth/sasportal` scope for access."],["Uses a GET request to the specified endpoint with path and optional query parameters."],["Request body should be empty, and a successful response will contain a ListNodesResponse object."],["Path parameter `parent` is required and specifies the parent resource name."]]],["This document details the process of listing nodes via an HTTP GET request to `https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodes`. It requires a `parent` path parameter (a string representing the parent resource name). Optional query parameters include `pageSize` (integer) and `pageToken` (string) for pagination, and `filter` (string) for specific filtering. The request body must be empty. A successful response returns a `ListNodesResponse` instance. Authorization requires the `https://www.googleapis.com/auth/sasportal` scope.\n"]]