Create a volume backup schedule
Creates a scheduled backup configuration for a service volume.
Creates a scheduled backup configuration for a service volume.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/createVolumeBackup" \ -H "Content-Type: application/json" \ -d '{ "enabled": true, "projectName": "string", "schedule": "string", "serviceName": "string", "storageProviderId": "string", "storageProviderPath": "string", "volumeName": "string" }'null