aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/clds/templates/dcae-template.json
blob: b7cfb232e0f54d1688ed723f016c9b32858202bd (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": "service=vSCP;resource=F5;type=configuration",
				"policyVersion": "v0.0.1",
				"serviceConfigurations": {
				}
			}
		}
	}
}