get_service_details
Retrieve detailed configuration and status information for a specific Aiven cloud service within a project. Use this to access service metadata, connection parameters, and operational details for PostgreSQL, Kafka, ClickHouse, Valkey, or OpenSearch deployments.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_name | Yes | ||
service_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_name": {
"title": "project_name",
"type": "string"
},
"service_name": {
"title": "service_name",
"type": "string"
}
},
"required": [
"project_name",
"service_name"
],
"type": "object"
}