{
"2024-01-15T02:00:00Z": [
{
"id": "2024-01-15T02:00:00Z",
"type": "vhost_backup",
"attributes": {
"vhost_id": 42,
"vhost_name": "mysite.example.com",
"timestamp": "2024-01-15T02:00:00Z",
"schedules": [
"daily",
"weekly"
],
"expires": "2024-01-22T02:00:00Z"
}
},
{
"id": "2024-01-15T02:00:00Z",
"type": "database_backup",
"attributes": {
"database_id": 7,
"database_name": "wp_mysite",
"timestamp": "2024-01-15T02:00:00Z",
"schedules": [
"daily"
],
"expires": "2024-01-22T02:00:00Z",
"size": 104857600
}
}
],
"2024-01-14T02:00:00Z": [
{
"id": "2024-01-14T02:00:00Z",
"type": "vhost_backup",
"attributes": {
"vhost_id": 42,
"vhost_name": "mysite.example.com",
"timestamp": "2024-01-14T02:00:00Z",
"schedules": [
"daily"
],
"expires": "2024-01-21T02:00:00Z"
}
},
{
"id": "2024-01-14T02:00:00Z",
"type": "database_backup",
"attributes": {
"database_id": 7,
"database_name": "wp_mysite",
"timestamp": "2024-01-14T02:00:00Z",
"schedules": [
"daily"
],
"expires": "2024-01-21T02:00:00Z",
"size": 98304000
}
}
]
}