Get backup schedules
Retrieve the list of backup schedules for a specific instance.
Authorization
ApiKeyAuth x-apikey<token>
In: header
Path Parameters
instance_uuid*string
UUID of the instance
Format
uuidResponse Body
application/json
curl -X GET "https://api.dewavps.com/v1/instance/497f6eca-6276-4993-bfeb-53cbbbba6f08/backup/schedules"{
"message": "Instance backup schedules",
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"schedule": {
"type": "weekly",
"time": 0,
"day": 0,
"description": "Weekly at Saturday 05:00"
},
"retention": 0,
"next_backup_at": "18-05-2024 05:00:00",
"created_at": "16 May 2024 13:05",
"updated_at": "16 May 2024 13:05"
}
]
}