Method: customers.nodes.list
Yêu cầu HTTP
GET https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/nodes
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Các tham số |
parent |
string
Bắt buộc. Tên tài nguyên mẹ, ví dụ: "nodes/1"
|
Tham số truy vấn
Các tham số |
pageSize |
number
Số nút tối đa cần trả về trong phản hồi.
|
pageToken |
string
Mã thông báo phân trang được trả về từ lệnh gọi trước đó đến nodes.list method cho biết vị trí tiếp tục của trang thông tin này.
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của ListNodesResponse
.
Phạm vi cấp phép
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/userinfo.email
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2022-09-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2022-09-26 UTC."],[[["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"]]