| id | int | The ID of the execution | [optional] |
| policy_id | int | The ID if the policy that the execution belongs to | [optional] |
| status | str | The status of the execution | [optional] |
| trigger | str | The trigger mode | [optional] |
| start_time | datetime | The start time | [optional] |
| end_time | datetime | The end time | [optional] |
| status_text | str | The status text | [optional] |
| total | int | The total count of all executions | [optional] |
| failed | int | The count of failed executions | [optional] |
| succeed | int | The count of succeed executions | [optional] |
| in_progress | int | The count of in_progress executions | [optional] |
| stopped | int | The count of stopped executions | [optional] |