ListNodesResponse

  • Provides a JSON representation of the response for listing nodes within the Spectrum Access System.

  • The response includes an array of nodes matching the request and a pagination token for retrieving further results.

  • If the nextPageToken field is absent or empty, it signifies that all nodes have been listed.

Response for nodes.list.

JSON representation
{
  "nodes": [
    {
      object (Node)
    }
  ],
  "nextPageToken": string
}
Fields
nodes[]

object (Node)

The nodes that match the request.

nextPageToken

string

A pagination token returned from a previous call to nodes.list that indicates from where listing should continue. If the field is missing or empty, it means there is no more nodes.