Backup
Skitflow API reference for Backup endpoints.
Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/backup.create" \ -H "Content-Type: application/json" \ -d '{ "schedule": "string", "prefix": "string", "destinationId": "string", "database": "string", "databaseType": "postgres" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Query Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/backup.one?backupId=string"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/backup.update" \ -H "Content-Type: application/json" \ -d '{ "schedule": "string", "prefix": "string", "backupId": "string", "destinationId": "string", "database": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/backup.remove" \ -H "Content-Type: application/json" \ -d '{ "backupId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/backup.manualBackupPostgres" \ -H "Content-Type: application/json" \ -d '{ "backupId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/backup.manualBackupMySql" \ -H "Content-Type: application/json" \ -d '{ "backupId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/backup.manualBackupMariadb" \ -H "Content-Type: application/json" \ -d '{ "backupId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/backup.manualBackupMongo" \ -H "Content-Type: application/json" \ -d '{ "backupId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}