e63a2fc853
These documents are not part of an install guide, move them to contributor docs. Change-Id: Icd420a651b930f8ee8a52f39c88b2dc1961ec12e
471 B
471 B
Actions
Actions are stored only to facilitate the assembling of different actions into jobs in the web UI. They are not directly used by the scheduler. They are stored in this structure
{
"freezer_action": {
"action": string,
"backup_name": string,
....
},
"mandatory": bool,
"max_retries": int,
"max_retries_interval": int
"action_id": string,
"user_id": string
}