Create 7

Create 7

Endpoint to create backup of the database
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
POST
/provider/databases/{uuid}/backup
COPY
Path Parameters
string
uuid
Required

ID of the database


Request Body
CreateBackupDTO of type(s) application/json
Required
{
    "backupName": "string",
    "automated": "boolean"
}
string
backupName
Required

backupName

boolean
automated
Optional

automated

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure