aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xacml
diff options
context:
space:
mode:
authorHOCKLA <ah999m@att.com>2019-10-18 14:40:45 -0500
committerAli Hockla <ah999m@att.com>2019-10-18 19:54:56 +0000
commitba0ed78309c6315dfa1e1545a7a54f3b4ed601bf (patch)
tree62acf665e19c9e7cc2aae37cf9ad4ee8535d7c0f /docs/xacml
parent4b48d375fcd4bef746a402b6d907b39de117c626 (diff)
Updated swagger documentation to reflect abbreviated Monitor decision results feature (Policy-2126)
Issue-ID: POLICY-2166 Change-Id: Ie84f6184801114b1115ae35e34279e98dad83205 Signed-off-by: HOCKLA <ah999m@att.com>
Diffstat (limited to 'docs/xacml')
-rw-r--r--docs/xacml/swagger.json6
1 files changed, 6 insertions, 0 deletions
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" : {