summaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/policy/closedloop_createpolicy.jinja
blob: 0ee2e711175ba85910e101b4921c5263f5824b1e (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"
		}
	}
}