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
- In DigitalOcean, go to API.
- Create a Personal Access Token.
- 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
| Field | Type | Required | Description |
|---|---|---|---|
api_token | string | Yes | DigitalOcean 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.