Versions Compared

Key

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

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. Use the Registry Keys section.

HTTP request

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

Query parameters

Parameters

name

string

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

or

my-registry

Header parameters

Parameters

ClearBlade-UserToken

See note at start of this document on where to find token.

Request body

The request body must be empty.

...