Googleapis Baremetalsolution
Google Cloud Bare Metal Solution API is a Google Cloud API for managing dedicated bare-metal server environments connected to Google Cloud.
- Base URL:
https://baremetalsolution.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
baremetalsolution_projects_locations_instancepro— GET /v2/{location}/instanceProvisioningSettings:fetch — Get instance provisioning settings for a given project. This is hidden method usbaremetalsolution_projects_locations_networks_li— GET /v2/{location}/networks:listNetworkUsage — List all Networks (and used IPs for each Network) in the vendor account associatbaremetalsolution_projects_locations_volumes_sna— GET /v2/{name} — Returns the specified snapshot resource. Returns INVALID_ARGUMENT if called forbaremetalsolution_projects_locations_list— GET /v2/{name}/locations — Lists information about the supported locations for this service.baremetalsolution_projects_locations_instances_l— GET /v2/{parent}/instances — List servers in a given project and location.baremetalsolution_projects_locations_volumes_lun— GET /v2/{parent}/luns — List storage volume luns for given storage volume.
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: baremetalsolution_projects_locations_instancepro
# (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: baremetalsolution_projects_locations_instancepro, baremetalsolution_projects_locations_networks_li, baremetalsolution_projects_locations_volumes_sna, baremetalsolution_projects_locations_list, baremetalsolution_projects_locations_instances_l, baremetalsolution_projects_locations_volumes_lun |
location |
string | no | — | Path parameter location (required by some operations). |
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}. |