Addons
List available cluster addons for your organization.
Path Parameters
organisationSlug
RequiredstringPattern:
"^[a-z0-9-]+$"
Response Body
Request was successfully processed. The response body contains the requested data.
TypeScript Definitions
Use the response body type in TypeScript.
response
Requiredarray<object>curl -X GET "https://api.avisi.cloud/api/v1/orgs/string/addons"
[
{
"name": "string",
"alwaysEnabled": true,
"defaultEnabled": true
}
]