Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Managed Service for MySQL®
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Delete
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes

In this article:

  • HTTP request
  • Path parameters
  • Response
  1. API reference
  2. REST
  3. Database
  4. Get

Managed Service for MySQL API, REST: Database.Get

Written by
Yandex Cloud
Improved by
amatol
Updated at November 26, 2024
  • HTTP request
  • Path parameters
  • Response

Retrieves information about the specified database.

HTTP requestHTTP request

GET https://mdb.api.cloud.yandex.net/managed-mysql/v1/clusters/{clusterId}/databases/{databaseName}

Path parametersPath parameters

Field

Description

clusterId

string

Required field. ID of the cluster that the database belongs to.

To get this ID, make a ClusterService.List request.

databaseName

string

Required field. Name of the database to return information about.

To get this name, make a DatabaseService.List request.

ResponseResponse

HTTP Code: 200 - OK

{
  "name": "string",
  "clusterId": "string"
}

An object that represents MySQL database.

See the documentation for details.

Field

Description

name

string

Name of the database.

clusterId

string

ID of the cluster that the database belongs to.

Was the article helpful?

Previous
Overview
Next
List
© 2025 Direct Cursus Technology L.L.C.