Name | Type | Description | Notes |
---|---|---|---|
Id | int32 | The ID of the execution | [optional] [default to null] |
PolicyId | int32 | The ID if the policy that the execution belongs to | [optional] [default to null] |
Status | string | The status of the execution | [optional] [default to null] |
Trigger | string | The trigger mode | [optional] [default to null] |
StartTime | time.Time | The start time | [optional] [default to null] |
EndTime | time.Time | The end time | [optional] [default to null] |
StatusText | string | The status text | [optional] [default to null] |
Total | int32 | The total count of all executions | [optional] [default to null] |
Failed | int32 | The count of failed executions | [optional] [default to null] |
Succeed | int32 | The count of succeed executions | [optional] [default to null] |
InProgress | int32 | The count of in_progress executions | [optional] [default to null] |
Stopped | int32 | The count of stopped executions | [optional] [default to null] |