list_services
Retrieve a list of all cloud services within a specified Aiven project, including PostgreSQL, Kafka, ClickHouse, Valkey, and OpenSearch instances.
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"
}