Databases
List Database Instances
Returns a list of instances of a database. Instances are the individual primary or replica databases in each region defined by the group.
GET
/
v1
/
organizations
/
{organizationName}
/
databases
/
{databaseName}
/
instances
Path Parameters
organizationName
string
requiredThe name of the organization or user.
databaseName
string
requiredThe name of the database.
Response
200 - application/json
instances
object[]
Was this page helpful?