Googleapis Cloudiot
Google Cloud IoT API is an interface for managing connected Internet of Things devices and their data on Google Cloud.
- Base URL:
https://cloudiot.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
cloudiot_projects_locations_registries_devices_g— GET /v1/{name} — Gets details about a device.cloudiot_projects_locations_registries_devices_c— GET /v1/{name}/configVersions — Lists the last few versions of the device configuration in descending order (i.ecloudiot_projects_locations_registries_devices_s— GET /v1/{name}/states — Lists the last few versions of the device state in descending order (i.e.: newescloudiot_projects_locations_registries_groups_de— GET /v1/{parent}/devices — List devices in a device registry.cloudiot_projects_locations_registries_list— GET /v1/{parent}/registries — Lists device registries.cloudiot_projects_locations_registries_devices_d— DELETE /v1/{name} — Deletes a device.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: cloudiot_projects_locations_registries_devices_g
# (attach an 'oauth' credential to the task — no inline secrets)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: cloudiot_projects_locations_registries_devices_g, cloudiot_projects_locations_registries_devices_c, cloudiot_projects_locations_registries_devices_s, cloudiot_projects_locations_registries_groups_de, cloudiot_projects_locations_registries_list, cloudiot_projects_locations_registries_devices_d |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |