Googleapis Cloudchannel
Google Cloud Channel API is an interface for Google Cloud resellers and partners to manage customers, entitlements, and channel services.
- Base URL:
https://cloudchannel.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
cloudchannel_products_list— GET /v1/products — Lists the Products the reseller is authorized to sell. Possible error codes: * Icloudchannel_accounts_listsubscribers— GET /v1/{account}:listSubscribers — Lists service accounts with contact privileges on the Cloud Pub/Sub topic crecloudchannel_accounts_customers_listpurchasableo— GET /v1/{customer}:listPurchasableOffers — Lists the following: * Offers that you can purchase for a customer. * Offers thacloudchannel_accounts_customers_listpurchasables— GET /v1/{customer}:listPurchasableSkus — Lists the following: * SKUs that you can purchase for a customer * SKUs that youcloudchannel_accounts_customers_entitlements_loo— GET /v1/{entitlement}:lookupOffer — Returns the requested Offer resource. Possible error codes: * PERMISSION_DENIED:cloudchannel_operations_list— GET /v1/{name} — Lists operations that match the specified filter in the request. If the server d
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: cloudchannel_products_list
# (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: cloudchannel_products_list, cloudchannel_accounts_listsubscribers, cloudchannel_accounts_customers_listpurchasableo, cloudchannel_accounts_customers_listpurchasables, cloudchannel_accounts_customers_entitlements_loo, cloudchannel_operations_list |
account |
string | no | — | Path parameter account (required by some operations). |
customer |
string | no | — | Path parameter customer (required by some operations). |
entitlement |
string | no | — | Path parameter entitlement (required by some operations). |
name |
string | no | — | Path parameter name (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |