scaleway.mongodb.v1.Endpoint
idUUID of the endpoint. (UUID format)
dns_recordList of DNS records of the endpoint.
portTCP port of the endpoint.
Private Network endpoint details.
public_networkPublic Network endpoint details.
scaleway.mongodb.v1.Instance
idUUID of the Database Instance. (UUID format)
nameName of the Database Instance.
project_idProject ID the Database Instance belongs to. (UUID format)
organization_idOrganization ID the Database Instance belongs to. (UUID format)
statusStatus of the Database Instance.
versionMongoDB® major engine version of the Database Instance.
tagsList of tags applied to the Database Instance.
node_amountNumber of node in the Database Instance.
node_typeNode type of the Database Instance.
Volumes of the Database Instance.
List of Database Instance endpoints.
created_atCreation date (must follow the ISO 8601 format). (RFC 3339 format)
regionRegion the Database Instance is in.
Snapshot schedule configuration of the Database Instance.
List of settings applied to the Database Instance.
scaleway.mongodb.v1.ListDatabasesResponse
List of the databases.
total_countTotal count of databases present on a Database Instance.
scaleway.mongodb.v1.ListInstancesResponse
List of all Database Instances available in an Organization or Project.
total_countTotal count of Database Instances available in an Organization or Project.
scaleway.mongodb.v1.ListMaintenancesResponse
List of maintenances of a MongoDB© instance.
total_countTotal count of maintenances of a MongoDB© instance.
scaleway.mongodb.v1.ListNodeTypesResponse
Types of the node.
total_countTotal count of node-types available.
scaleway.mongodb.v1.ListSnapshotsResponse
List of all database snapshots available in an Organization or Project.
total_countTotal count of database snapshots available in a Organization or Project.
scaleway.mongodb.v1.ListUsersResponse
List of users in a Database Instance.
total_countTotal count of users present on a Database Instance.
scaleway.mongodb.v1.ListVersionsResponse
Available MongoDB® major engine version.
total_countTotal count of MongoDB® major engine version available.
scaleway.mongodb.v1.Maintenance
idID of the maintenance. (UUID format)
instance_idID of the instance on which the maintenance is applied. (UUID format)
created_atCreation date of the maintenance. (RFC 3339 format)
starts_atStart date of the maintenance. (RFC 3339 format)
stops_atStop date of the maintenance. (RFC 3339 format)
statusCurrent status of the maintenance.
forced_atForced application date of the maintenance. (RFC 3339 format)
applied_atApplication date of the maintenance. (RFC 3339 format)
applied_byUsertype who launched the maintenance.
Workflow to be applied during maintenance.
reasonReason of the maintenance.
scaleway.mongodb.v1.NodeType
nameNode type name identifier.
stock_statusCurrent stock status for the node type.
descriptionCurrent specs of the offer.
vcpusNumber of virtual CPUs.
memory_bytesQuantity of RAM. (in bytes)
Available storage options for the node type.
disabledThe node type is currently disabled.
betaThe node type is currently in beta.
instance_rangeInstance range associated with the node type offer.
scaleway.mongodb.v1.NodeType.VolumeType
typeVolume Type.
descriptionThe description of the volume.
min_size_bytesMinimum size required for the volume. (in bytes)
max_size_bytesMaximum size required for the volume. (in bytes)
chunk_size_bytesMinimum increment level for a Block Storage volume size. (in bytes)
scaleway.mongodb.v1.Snapshot
idUUID of the snapshot. (UUID format)
instance_idUUID of the Database Instance. (UUID format)
nameName of the snapshot.
statusStatus of the snapshot.
size_bytesSize of the snapshot. (in bytes)
expires_atExpiration date (must follow the ISO 8601 format). (RFC 3339 format)
created_atCreation date (must follow the ISO 8601 format). (RFC 3339 format)
updated_atUpdated date (must follow the ISO 8601 format). (RFC 3339 format)
instance_nameName of the Database Instance of the snapshot.
node_typeSource node type.
volume_typeType of volume where data is stored - sbs_5k or sbs_15k.
regionRegion of the snapshot.
scaleway.mongodb.v1.User
nameName of the user (Length must be between 1 and 63 characters. First character must be an alphabet character (a-zA-Z). Only a-zA-Z0-9_$- characters are accepted).
List of roles assigned to the user, along with the corresponding database where each role is granted.
scaleway.mongodb.v1.UserRole
roleName of the preset role.
database_nameName of the database on which the preset role will be used.
any_databaseFlag to enable the preset role in all databases.