Googleapis Serviceusage
Googleapis Serviceusage is a generated connector for Google Service Usage, an API used to enable, disable, inspect, and manage Google Cloud services and quotas.
- Base URL:
https://serviceusage.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
serviceusage_operations_list— GET /v1beta1/operations — Lists operations that match the specified filter in the request. If the server dserviceusage_services_consumerquotametrics_limit— GET /v1beta1/{name} — Retrieves a summary of quota information for a specific quota limit.serviceusage_services_consumerquotametrics_list— GET /v1beta1/{parent}/consumerQuotaMetrics — Retrieves a summary of all quota information visible to the service consumer, orserviceusage_services_list— GET /v1beta1/{parent}/services — Lists all services available to the specified project, and the current state ofserviceusage_services_disable— POST /v1beta1/{name}:disable — Disables a service so that it can no longer be used with a project. This preventserviceusage_services_enable— POST /v1beta1/{name}:enable — Enables a service so that it can be used with a project. Operation response type
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: serviceusage_operations_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: serviceusage_operations_list, serviceusage_services_consumerquotametrics_limit, serviceusage_services_consumerquotametrics_list, serviceusage_services_list, serviceusage_services_disable, serviceusage_services_enable |
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}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |