aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/clds/templates/tca-policy-template.json
blob: 575d1707aaf387334c0a63544b3331265e1afde3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"service": "tca_policy",
	"version": "1.1.0",
	"location": "SampleServiceLocation",
	"configName": "SampleConfigName",
	"uuid": "test",
	"policyScope":"CLAMP",
	"templateVersion": "OpenSource.version.1",
	"policyName": "???",
	"description": "MicroService Policy",
	"priority": "1",
	"riskType": "SampleRiskType",
	"riskLevel": "1",
	"guard": "False",
	"content": {
		"tca_policy": {
		}
	}
}