Linode (Akamai) ​
Cloud computing API for managing instances, volumes, networking, and Kubernetes clusters.
| Detail | Value |
|---|---|
| Category | Cloud |
| Base URL | https://api.linode.com/v4 |
| Authentication | OAuth2 |
| Endpoints | 6 |
| Connector key | linode |
Using Linode (Akamai) in a workflow ​
- Go to Connections and click New Connection.
- Pick Linode (Akamai) from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /linode/instances | List Linode instances |
| POST /linode/instances | Create a Linode instance |
| GET /linode/instances/{linodeId} | Get a Linode instance |
| DELETE /linode/instances/{linodeId} | Delete a Linode instance |
| GET /volumes | List volumes |
| GET /regions | List available regions |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.