From 6ec591852253ac0ece64b60498056d1286fb40c5 Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 14 Feb 2024 08:56:19 -0500 Subject: [PATCH] Add missing cluster_id field in compliance history GET endpoint Signed-off-by: mprahl --- .../sig-policy/98-long-term-compliance-history/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/enhancements/sig-policy/98-long-term-compliance-history/README.md b/enhancements/sig-policy/98-long-term-compliance-history/README.md index 6c8dd14..afc1ddf 100644 --- a/enhancements/sig-policy/98-long-term-compliance-history/README.md +++ b/enhancements/sig-policy/98-long-term-compliance-history/README.md @@ -286,7 +286,8 @@ the user's access as described above: { "id": 2, // Internally, this is the ID of the compliance_events table to allow a GET query of a particular compliance event. "cluster": { - "name": "cluster1" + "name": "cluster1", + "cluster_id": "215ce184-8dee-4cab-b99b-1f8f29dff611" }, "parent_policy": { "id": 3, @@ -315,7 +316,8 @@ the user's access as described above: { "id": 1, "cluster": { - "name": "cluster2" + "name": "cluster2", + "cluster_id": "415ce234-8dee-4cab-b99b-1f8f29dff461" }, "parent_policy": { "id": 2,