Skip to main content

DigitalOcean

Overview

The DigitalOcean source connector is currently in development.

At this time, the connector supports:

  • Authentication / credential validation against the DigitalOcean API

It does not yet support:

  • Discovering a catalog of streams
  • Extracting data

Setup

Create a DigitalOcean API token

  1. In DigitalOcean, go to API.
  2. Create a Personal Access Token.
  3. Copy the token value and store it securely.

The connector uses this token to call the DigitalOcean API.

Authentication

This connector authenticates using a Bearer token (DigitalOcean Personal Access Token).

During connection setup, the connector validates credentials by calling:

  • GET https://api.digitalocean.com/v2/account

If validation fails, you’ll see an error indicating credential validation failed.

Configuration

FieldTypeRequiredDescription
api_tokenstringYesDigitalOcean Personal Access Token used to authenticate API requests.

Streams

No streams are currently available. Catalog discovery returns an empty catalog, and extraction is not yet implemented.