Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Documentation under development

Reference URL: https://cloud.google.com/iot/docs/reference/cloudiot/rest/v1/projects.locations.registries/get

Gets a device registry configuration.


You can find URL, SystemKey and Token required in the call by clicking on API Keys (key icon) at the top-right of the Registry Details page.

HTTP request

...

name

string

The name of the device registry. For example, projects/example-project/locations/us-central1/registries/my-registry.

Authorization requires the following Google IAM permission on the specified resource name:

...

GET https://cloudiot.googleapis.com/v1/{name=projects/*/locations/*/registries/*}

The URL uses gRPC Transcoding syntax.

Path parameters

...

Parameters

'{URL}/api/v/4/webhook/execute/{SystemKey}/cloudiot' -H 'ClearBlade-UserToken: {Token}'

Query parameters

None

Request body

The request body must be empty.

...

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

Authorization Scopes

Requires one of the following OAuth scopes:

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

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.