aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-PAP-REST/dictionaryItemsAPI.json
blob: cb259f387034e2fc2de2eb91e7f829363798862e (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
	"dictionary": [{
		"type": "commmon",
		"dictionaries": [{
			"name": "attribute",
			"table": "Attribute",
			"fields": [{
				"name": "xacmlId"
			}, {
				"name": "description"
			}, {
				"name": "categoryBean"
			}, {
				"name": "datatypeBean"
			}, {
				"name": "priority"
			}, {
				"name": "attributeValue"
			}]
		}, {
			"name": "onapname",
			"table": "OnapName",
			"fields": [{
				"name": "onapName"
			}, {
				"name": "description"
			}]
		}]
	}, {
		"type": "action",
		"dictionaries": [{
			"name": "action",
			"table": "ActionPolicyDict",
			"fields": [{
				"name": "type"
			}, {
				"name": "url"
			}, {
				"name": "method"
			}, {
				"name": "header"
			}, {
				"name": "body"
			}, {
				"name": "attributeName"
			},	{
				"name": "description"
			}]
		}]
	}]

}