get_service_details
Retrieve detailed information about a specific managed service within an Aiven project, including configuration, status, and connection parameters.
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"
}