Linode
Connector for the linode API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.linode.com/v4 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getaccount— GET /account — Account Viewgetevents— GET /account/events — Events Listgetevent— GET /account/events/{eventId} — Event Viewgetinvoices— GET /account/invoices — Invoices Listgetinvoice— GET /account/invoices/{invoiceId} — Invoice Viewgetinvoiceitems— GET /account/invoices/{invoiceId}/items — Invoice Items List
Inputs
apiKey— your linode API keyoperation— 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: getaccount
apiKey: <your key>