Method: nodes.nodes.list
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Permintaan HTTP
GET https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*}/nodes
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
parent |
string
Wajib. Nama resource induk, misalnya, "nodes/1".
|
Parameter kueri
Parameter |
pageSize |
number
Jumlah maksimum node yang akan ditampilkan dalam respons.
|
pageToken |
string
Token penomoran halaman yang ditampilkan dari panggilan sebelumnya ke nodes.list method yang menunjukkan dari mana listingan ini harus dilanjutkan.
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons memuat instance ListNodesResponse
.
Cakupan Otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/userinfo.email
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-07-25 UTC."],[[["Lists nodes, providing a paginated view of node resources within a specified parent."],["Requires authorization with the `https://www.googleapis.com/auth/userinfo.email` scope."],["Uses a `GET` request to the `/v1alpha1/{parent=nodes/*}/nodes` endpoint with optional `pageSize` and `pageToken` query parameters."],["The `parent` path parameter specifies the parent resource name."],["Returns a `ListNodesResponse` object containing the list of nodes and pagination information."]]],["This document outlines how to list nodes via an HTTP GET request to `https://sasportal.googleapis.com/v1alpha1/{parent=nodes/*}/nodes`. The `parent` path parameter is required, representing the parent resource name. Optional query parameters include `pageSize` to limit results and `pageToken` for pagination. The request body must be empty. A successful response returns a `ListNodesResponse` instance. This operation requires the `https://www.googleapis.com/auth/userinfo.email` authorization scope.\n"]]