Managed MongoDB®
string · enum · requiredstring · requiredstring · enuminteger · int32integer · uint32integer · uint64
Databases can be used to store and manage sets of information, or data. The interaction between the user and a database is done using a database engine, which provides a query language to add, modify, or delete information from the database.
List databases in a Database Instance
GET
https://api.scaleway.com
/mongodb/v1/regions/{region}/instances/{instance_id}/databases
List all databases of a given Database Instance.
path Parameters
regionThe region you want to target
Enum values:
fr-par
instance_idUUID of the Database Instance.
query Parameters
order_byCriteria to use when requesting user listing.
Enum values:
name_asc
name_desc
Default: name_asc
pagepage_sizeList databases in a Database Instance › Responses
200
List of the databases.
total_countTotal count of databases present on a Database Instance.