Method: customers.devices.list

  • Lists devices under a node or customer.

  • Uses a GET request to retrieve device information.

  • Requires specifying the parent resource (node or customer) in the path.

  • Supports pagination using pageSize and pageToken query parameters.

  • Requires authorization with the https://www.googleapis.com/auth/userinfo.email scope.

Lists devices under a node or customer.

HTTP request

GET https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/devices

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the parent resource.

Query parameters

Parameters
pageSize

number

The maximum number of devices to return in the response.

pageToken

string

A pagination token returned from a previous call to devices.list that indicates where this listing should continue from.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ListDevicesResponse.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/userinfo.email