Skip to content

Linode (Akamai) ​

Cloud computing API for managing instances, volumes, networking, and Kubernetes clusters.

DetailValue
CategoryCloud
Base URLhttps://api.linode.com/v4
AuthenticationOAuth2
Endpoints6
Connector keylinode

Using Linode (Akamai) in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Linode (Akamai) from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /linode/instancesList Linode instances
POST /linode/instancesCreate a Linode instance
GET /linode/instances/{linodeId}Get a Linode instance
DELETE /linode/instances/{linodeId}Delete a Linode instance
GET /volumesList volumes
GET /regionsList available regions

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.