Googleapis Androiddeviceprovisioning
Android Device Provisioning API is a Google API for enrolling and configuring Android devices for enterprise zero-touch deployment.
- Base URL:
https://androiddeviceprovisioning.googleapis.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
androiddeviceprovisioning_customers_list— GET /v1/customers — Lists the user's customer accounts.androiddeviceprovisioning_partners_customers_lis— GET /v1/partners/{partnerId}/customers — Lists the customers that are enrolled to the reseller identified by the `partnerandroiddeviceprovisioning_partners_devices_get— GET /v1/{name} — Gets a device.androiddeviceprovisioning_customers_configuratio— GET /v1/{parent}/configurations — Lists a customer's configurations.androiddeviceprovisioning_partners_vendors_custo— GET /v1/{parent}/customers — Lists the customers of the vendor.androiddeviceprovisioning_customers_devices_list— GET /v1/{parent}/devices — Lists a customer's devices.
Inputs
apiKey— your googleapis-androiddeviceprovisioning API keyoperation— 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: androiddeviceprovisioning_customers_list
apiKey: <your key>
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 |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: androiddeviceprovisioning_customers_list, androiddeviceprovisioning_partners_customers_lis, androiddeviceprovisioning_partners_devices_get, androiddeviceprovisioning_customers_configuratio, androiddeviceprovisioning_partners_vendors_custo, androiddeviceprovisioning_customers_devices_list |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
partnerId |
string | no | — | Path parameter partnerId (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |