GET
/
v1
/
instances
/
{instance}
/
databases
/
{database}
/
schema
{
  "schema": "<string>"
}

Path Parameters

instance
string
required

The instance id.

database
string
required

The database id.

Query Parameters

sdlFormat
boolean

Format the schema dump into SDL format.

Response

200
application/json

OK

DatabaseSchema is the metadata for databases.