Databases
Retrieve Database Instance
Return the individual database instance by name.
GET
/
v1
/
organizations
/
{organizationName}
/
databases
/
{databaseName}
/
instances
/
{instanceName}
Path Parameters
organizationName
string
requiredThe name of the organization or user.
databaseName
string
requiredThe name of the database.
instanceName
string
requiredThe name of the instance (location code).
Response
200 - application/json
instance
object
Was this page helpful?