Skip to content

Commit f7b4500

Browse files
RHINENG-24762: Include last_run_at field in GET /remediations response
1 parent 13069d0 commit f7b4500

File tree

4 files changed

+139
-73
lines changed

4 files changed

+139
-73
lines changed

src/api/openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2264,6 +2264,11 @@ components:
22642264
$ref: '#/components/schemas/RemediationNeedsReboot'
22652265
archived:
22662266
$ref: '#/components/schemas/RemediationArchived'
2267+
last_run_at:
2268+
description: Timestamp of the most recent playbook run for the remediation or null if never executed
2269+
type: string
2270+
format: date-time
2271+
nullable: true
22672272
playbook_runs:
22682273
type: array
22692274
items:

0 commit comments

Comments
 (0)