mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
3.5 KiB
3.5 KiB
BackupCreateRequest
Example Usage
import { BackupCreateRequest } from "dokploy/models/operations";
let value: BackupCreateRequest = {
schedule: "<value>",
prefix: "<value>",
destinationId: "<id>",
database: "<value>",
databaseType: "mysql",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
schedule |
string | ✔️ | N/A |
enabled |
boolean | ➖ | N/A |
prefix |
string | ✔️ | N/A |
destinationId |
string | ✔️ | N/A |
database |
string | ✔️ | N/A |
mariadbId |
string | ➖ | N/A |
mysqlId |
string | ➖ | N/A |
postgresId |
string | ➖ | N/A |
mongoId |
string | ➖ | N/A |
databaseType |
operations.DatabaseType | ✔️ | N/A |