Googleapis Servicemanagement
Googleapis Servicemanagement is a connector for the Google Service Management API, used to publish, configure, and manage APIs and services on Google Cloud.
- Base URL:
https://servicemanagement.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
servicemanagement_operations_list— GET /v1/operations — Lists service operations that match the specified filter in the request.servicemanagement_services_list— GET /v1/services — Lists managed services. Returns all public services. For authenticated users, alservicemanagement_services_get— GET /v1/services/{serviceName} — Gets a managed service. Authentication is required unless the service is public.servicemanagement_services_getconfig— GET /v1/services/{serviceName}/config — Gets a service configuration (version) for a managed service.servicemanagement_services_configs_list— GET /v1/services/{serviceName}/configs — Lists the history of the service configuration for a managed service, from the nservicemanagement_services_configs_get— GET /v1/services/{serviceName}/configs/{configId} — Gets a service configuration (version) for a managed service.
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: servicemanagement_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: servicemanagement_operations_list, servicemanagement_services_list, servicemanagement_services_get, servicemanagement_services_getconfig, servicemanagement_services_configs_list, servicemanagement_services_configs_get |
configId |
string | no | — | Path parameter configId (required by some operations). |
serviceName |
string | no | — | Path parameter serviceName (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |