From ba0ed78309c6315dfa1e1545a7a54f3b4ed601bf Mon Sep 17 00:00:00 2001 From: HOCKLA Date: Fri, 18 Oct 2019 14:40:45 -0500 Subject: Updated swagger documentation to reflect abbreviated Monitor decision results feature (Policy-2126) Issue-ID: POLICY-2166 Change-Id: Ie84f6184801114b1115ae35e34279e98dad83205 Signed-off-by: HOCKLA --- docs/xacml/swagger.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/xacml') diff --git a/docs/xacml/swagger.json b/docs/xacml/swagger.json index 5c66f617..49011964 100644 --- a/docs/xacml/swagger.json +++ b/docs/xacml/swagger.json @@ -40,6 +40,12 @@ "required" : false, "type" : "string", "format" : "uuid" + }, { + "name" : "abbrev", + "in" : "query", + "description" : "Specifies whether the DCAE Monitoring decision results should be abbreviated", + "required" : false, + "type" : "boolean" } ], "responses" : { "200" : { -- cgit 1.2.3-korg