Googleapis Sasportal
Googleapis Sasportal is a connector for Google's SAS Portal API, used to manage Spectrum Access System portal resources for wireless spectrum deployments.
- 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)
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: sasportal_customers_list, sasportal_nodes_nodes_get, sasportal_nodes_nodes_deployments_list, sasportal_nodes_nodes_devices_list, sasportal_nodes_nodes_nodes_list, sasportal_customers_provisiondeployment |
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). |