Get Instance Backups and Backup Schedules
GET/backend/api/openstack/instances/:instance_id/get_instance_backups_and_backup_schedules
Host: https://core.ocplanet.cloud
Retrieve information about backups and backup schedules for the specified instance.
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
- Array [
- ]
backups object[]required
backup_type stringrequired
client_owned booleanrequired
id uuidrequired
name stringrequired
schedules object[]required
backup_name stringrequired
backup_type stringrequired
day integerrequired
hour integerrequired
id integerrequired
instance uuidrequired
rotation integerrequired
run_at stringrequired
{
"backups": [
{
"backup_type": "string",
"client_owned": true,
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string"
}
],
"schedules": [
{
"backup_name": "string",
"backup_type": "string",
"day": 0,
"hour": 0,
"id": 0,
"instance": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"rotation": 0,
"run_at": "string"
}
]
}
{
"backups": [
{
"name": "cvbcvbvcbcbvb",
"id": "4747270d-61c9-4bb6-9b01-f6dd915f0560",
"backup_type": "manual",
"client_owned": true
}
],
"schedules": [
{
"id": 932763,
"instance": "1666a5a6-1ba1-43a4-ae4e-3d24d7015e98",
"backup_name": "gggggggggg",
"backup_type": "weekly",
"rotation": 1,
"hour": 5,
"day": 0,
"run_at": "2024-03-25T05:00:00.852674Z"
}
]
}
Loading...