Googleapis Prod Tt Sasportal
Google SAS Portal API is a Google API for managing Spectrum Access System portal resources for CBRS wireless deployments.
- Base URL:
https://prod-tt-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
prod_tt_sasportal_customers_list— GET /v1alpha1/customers — Returns a list of requested customers.prod_tt_sasportal_nodes_nodes_get— GET /v1alpha1/{name} — Returns a requested node.prod_tt_sasportal_nodes_nodes_deployments_list— GET /v1alpha1/{parent}/deployments — Lists deployments.prod_tt_sasportal_nodes_nodes_devices_list— GET /v1alpha1/{parent}/devices — Lists devices under a node or customer.prod_tt_sasportal_nodes_nodes_nodes_list— GET /v1alpha1/{parent}/nodes — Lists nodes.prod_tt_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: prod_tt_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: prod_tt_sasportal_customers_list, prod_tt_sasportal_nodes_nodes_get, prod_tt_sasportal_nodes_nodes_deployments_list, prod_tt_sasportal_nodes_nodes_devices_list, prod_tt_sasportal_nodes_nodes_nodes_list, prod_tt_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). |