freezer/install-guide/source/actions.rst
Saad Zaher a8ca5cb86b Move install-guide to freezer repo
* Added install-guide to freezer repo
   * Remove install-guide from freezer-api

Change-Id: I122f2801e6853a2b3c3bc65408b3cec8fe1b555d
2017-04-26 17:41:47 +00:00

485 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
}