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