Googleapis Sasportal
Connector for the googleapis-sasportal API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://sasportal.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
sasportal_customers_list— GET /v1alpha1/customers — Returns a list of requested customers.sasportal_nodes_nodes_get— GET /v1alpha1/{name} — Returns a requested node.sasportal_nodes_nodes_deployments_list— GET /v1alpha1/{parent}/deployments — Lists deployments.sasportal_nodes_nodes_devices_list— GET /v1alpha1/{parent}/devices — Lists devices under a node or customer.sasportal_nodes_nodes_nodes_list— GET /v1alpha1/{parent}/nodes — Lists nodes.sasportal_customers_provisiondeployment— POST /v1alpha1/customers:provisionDeployment — Creates a new SAS deployment through the GCP workflow. Creates a SAS organizatio
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: sasportal_customers_list
# (attach an 'oauth' credential to the task — no inline secrets)