Googleapis Cloudiot
Connector for the googleapis-cloudiot API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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)