ListDatabaseBackupsRequest: {
    databaseId: string;
    orderBy?: ServerlessSQLDB.v1alpha1.ListDatabaseBackupsRequestOrderBy;
    organizationId?: string;
    page?: number;
    pageSize?: number;
    projectId?: string;
    region?: Region;
}

Type declaration

  • databaseId: string

    Filter by the UUID of the Serverless SQL Database.

  • OptionalorderBy?: ServerlessSQLDB.v1alpha1.ListDatabaseBackupsRequestOrderBy

    Sorting criteria. One of created_at_asc, created_at_desc.

  • OptionalorganizationId?: string

    Filter by the UUID of the Scaleway organization.

  • Optionalpage?: number

    Page number.

  • OptionalpageSize?: number

    Page size.

  • OptionalprojectId?: string

    Filter by the UUID of the Scaleway project.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.