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