Method: nodes.devices.get

  • Retrieves detailed information about a specific device within the Spectrum Access System.

  • Uses a GET request with the device name as a path parameter.

  • Requires an empty request body and returns a Device object in the response.

  • Needs authorization with the https://www.googleapis.com/auth/sasportal scope.

Gets details about a device.

HTTP request

GET https://sasportal.googleapis.com/v1alpha1/{name=nodes/*/devices/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the device.

Request body

The request body must be empty.

Response body

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

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/sasportal