Addons

Optional configuration for adding extra features to your Kubernetes cluster.

List available cluster addons for your organization.

Path Parameters:

  • organisationSlug
HTTP Responses codes for "List available cluster addons for your organization."
Status CodeDescription
200Request was successfully processed. The response body contains the requested data.
400Invalid request parameters. Please review the documentation for valid parameter values.
403You do not have the necessary permissions to access this resource.
404The requested resource could not be found. Please check the resource URL or identifier.
500An internal error occurred on the server.
GET /api/v1/orgs/{organisationSlug}/addons

Response

    No Content

                
{
  "items": {
    "$ref": "#/components/schemas/AddonPlugin"
  },
  "type": "array"
}