POST /v2/1-clicks/kubernetes
To install a Kubernetes 1-Click application on a cluster, send a POST request to
/v2/1-clicks/kubernetes
. The addon_slugs
and cluster_uuid
must be provided as body
parameter in order to specify which 1-Click application(s) to install. To list all available
1-Click Kubernetes applications, send a request to /v2/1-clicks?type=kubernetes
.
Servers
- https://api.digitalocean.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
cluster_uuid |
String | Yes |
A unique ID for the Kubernetes cluster to which the 1-Click Applications will be installed. |
addon_slugs[] |
Array | Yes |
An array of 1-Click Application slugs to be installed to the Kubernetes cluster. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.