Method: customers.nodes.list
HTTP 要求
GET https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodes
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
parent |
string
必要,父項資源名稱,例如「nodenode/1」。
|
查詢參數
參數 |
pageSize |
number
回應中傳回的節點數量上限。
|
pageToken |
string
從先前呼叫 nodes.list method 傳回的分頁權杖,指出此產品資訊應從何處執行。
|
回應主體
如果成功,回應主體會包含 ListNodesResponse
的執行例項。
授權範圍
需要下列 OAuth 範圍:
https://www.googleapis.com/auth/userinfo.email
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-09-26 (世界標準時間)。
[null,null,["上次更新時間:2022-09-26 (世界標準時間)。"],[[["Lists SAS portal nodes within a given parent resource, providing pagination options for large datasets."],["Requires `parent` as a path parameter specifying the parent resource name and accepts optional `pageSize` and `pageToken` query parameters for pagination control."],["The request body should be empty, while a successful response returns a `ListNodesResponse` object containing the node information."],["To authorize the request, the `https://www.googleapis.com/auth/userinfo.email` OAuth scope is necessary."]]],["This document outlines the process for listing nodes via an HTTP GET request to `https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodes`. It requires a `parent` path parameter (a string like \"nodes/1\"). Optional query parameters include `pageSize` (a number) and `pageToken` (a string). The request body must be empty. A successful response will return a `ListNodesResponse` instance, and the authorization scope requires `https://www.googleapis.com/auth/userinfo.email`.\n"]]