summaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/policy/closedloop_createpolicy.jinja
blob: bbb1f1ad4f435acc5c9d4c558a2579a784166eef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"policyConfigType": "BRMS_PARAM",
	"policyName": "{{policy_name}}",
	"policyDescription": "Create BRMS Param policy",
	"attributes": {
		"RULE": {
			"templateName": "ClosedLoopDemo_closedLoopControlName",
			"aaiNamedQueryUUID": "2",
			"aaiPassword": "2",
			"aaiPatternMatch": "2",
			"aaiURL": "2",
			"actor": "2",
			"appcTopic": "2",
			"closedLoopControlName": "2",
			"msoPassword": "2",
			"msoURL": "2",
			"msoUsername": "2",
			"aaiUsername": "3"
		}
	}
}