Method: deployments.devices.get

  • Retrieves detailed information about a specific device within a deployment using its unique name.

  • Uses a GET request to the specified URL with the device's name as a path parameter.

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

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

Gets details about a device.

HTTP request

GET https://sasportal.googleapis.com/v1alpha1/{name=deployments/*/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