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