summaryrefslogtreecommitdiffstats
path: root/src/test/resources/clds/templates/dcae-template.json
blob: 33162971d7c9a5ad7eb5bcb5fdab6bc35553edb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
	"properties": {
		"service_name": "",
		"service_ids": [
		],
		"vnf_ids": [
		],
		"location_ids": [
		]
	},
	"template": {
		"tca": {
			"dcae": {
				"inputTopic": "",
				"outputTopic": "",
				"closedLoopControlName": "",
				"closedLoopEventClient": "configuration.dcae.microservice.tca.xml",
				"policyName": "",
				"policyScope": "CLAMP",
				"policyVersion": "v0.0.1",
				"serviceConfigurations": {
				}
			}
		}
	}
}