ListNodesResponse
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
JSON-представление |
---|
{
"nodes": [
{
object (Node )
}
],
"nextPageToken": string
} |
Поля |
---|
nodes[] | object ( Node ) nodes , соответствующие запросу. |
nextPageToken | string Токен пагинации, возвращаемый предыдущим вызовом nodes.list method , который указывает, с какой точки следует продолжить вывод списка. Если поле отсутствует или пусто, это означает, что узлов больше нет. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-25 UTC.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-25 UTC."],[[["\u003cp\u003eThe \u003ccode\u003enodes.list\u003c/code\u003e method response provides a list of nodes matching the request and a pagination token for retrieving additional results.\u003c/p\u003e\n"],["\u003cp\u003eEach node in the response is represented by a \u003ccode\u003eNode\u003c/code\u003e object containing detailed information.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003enextPageToken\u003c/code\u003e is included if more nodes are available, allowing for retrieval of subsequent pages.\u003c/p\u003e\n"]]],["The `nodes.list` method returns a JSON object containing a list of `nodes` and a `nextPageToken`. The `nodes` array contains objects representing the nodes that match the request. The `nextPageToken`, if present, is a string used for pagination, indicating where to continue listing nodes from a previous call; an absent or empty token signifies no more nodes are available.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse for [nodes.list method](/spectrum-access-system/reference/rest/nodes.nodes/list#spectrum.sas.portal.v1alpha1.DeviceManager.ListNodes).\n\n| JSON representation ||\n|----------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"nodes\": [ { object (/spectrum-access-system/reference/rest/customers.nodes#Node) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `nodes[]` | `object (`[Node](/spectrum-access-system/reference/rest/customers.nodes#Node)`)` The [nodes](/spectrum-access-system/reference/rest/customers.nodes#Node) that match the request. |\n| `nextPageToken` | `string` A pagination token returned from a previous call to [nodes.list method](/spectrum-access-system/reference/rest/nodes.nodes/list#spectrum.sas.portal.v1alpha1.DeviceManager.ListNodes) that indicates from where listing should continue. If the field is missing or empty, it means there is no more nodes. |"]]