{ "opencollection": "1.0.0", "info": { "name": "Aiven API Documentation Account Service:_MySQL API", "version": "v1" }, "items": [ { "info": { "name": "Service:_MySQL", "type": "folder" }, "items": [ { "info": { "name": "Get optimization recommendations for a query", "type": "http" }, "http": { "method": "POST", "url": "https://api.aiven.io/v1/account/:account_id/mysql/query/optimize", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Account ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "
This endpoint may be changed or removed at any time. Don't use it in production environments.
" }, { "info": { "name": "Retrieve metadata query for MySQL database", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/mysql/database-metadata-query" }, "docs": "
This endpoint may be changed or removed at any time. Don't use it in production environments.
" }, { "info": { "name": "Validate schema metadata structure and statistics", "type": "http" }, "http": { "method": "POST", "url": "https://api.aiven.io/v1/mysql/query/metadata-validate", "body": { "type": "json", "data": "{}" } }, "docs": "
This endpoint may be changed or removed at any time. Don't use it in production environments.
" }, { "info": { "name": "Fetch MySQL service query statistics", "type": "http" }, "http": { "method": "POST", "url": "https://api.aiven.io/v1/project/:project/service/:service_name/mysql/query/stats", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" }, { "name": "service_name", "value": "", "type": "path", "description": "Service name" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Fetch MySQL service query statistics" }, { "info": { "name": "Validate SQL query syntax", "type": "http" }, "http": { "method": "POST", "url": "https://api.aiven.io/v1/mysql/query/validate", "body": { "type": "json", "data": "{}" } }, "docs": "
This endpoint may be changed or removed at any time. Don't use it in production environments.
" } ] } ], "bundled": true }