DigitalOcean integration (Developer Tools). Imported from open-connector.
https://api.digitalocean.com/v2/account
/droplets
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to return. |
| perPage | integer | optional | Maximum number of results to return per page. |
| tagName | string | optional | Only return resources assigned to this exact tag. |
| name | string | optional | Only return Droplets whose name exactly matches this value, case-insensitively. |
| type | string | optional | Return standard Droplets or only GPU Droplets. |
/droplets/{dropletId}
| Param | Type | Required | Description |
|---|---|---|---|
| dropletId | integer | required | Numeric identifier of the Droplet. |
/droplets/{dropletId}/actions
| Param | Type | Required | Description |
|---|---|---|---|
| dropletId | integer | required | Numeric identifier of the Droplet. |
| type | string | required | Lifecycle action to initiate for the Droplet. |
/apps
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to return. |
| perPage | integer | optional | Maximum number of results to return per page. |
| withProjects | boolean | optional | Include project IDs. |
/databases
| Param | Type | Required | Description |
|---|---|---|---|
| tagName | string | optional | Only return resources assigned to this exact tag. |
/firewalls
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to return. |
| perPage | integer | optional | Maximum number of results to return per page. |
/load_balancers
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to return. |
| perPage | integer | optional | Maximum number of results to return per page. |
/domains
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to return. |
| perPage | integer | optional | Maximum number of results to return per page. |
/domains/{domainName}/records
| Param | Type | Required | Description |
|---|---|---|---|
| domainName | string | required | The exact domain name whose DNS records should be listed. |
| page | integer | optional | Page number to return. |
| perPage | integer | optional | Maximum number of results to return per page. |
| name | string | optional | Only return records whose fully qualified name exactly matches this value. |
| type | string | optional | Only return DNS records of this record type. |
/vpcs
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to return. |
| perPage | integer | optional | Maximum number of results to return per page. |