list_services
Retrieve a list of managed services (PostgreSQL, Kafka, ClickHouse, Valkey, OpenSearch) and connectors available in a specified Aiven project to identify available resources for building solutions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_name": {
"title": "project_name",
"type": "string"
}
},
"required": [
"project_name"
],
"type": "object"
}