aboutsummaryrefslogtreecommitdiffstats
path: root/odl-aaa-moon/aaa/commons/postman_examples/AAA_AuthZ_MDSAL.json.postman_collection
blob: 15193a7020148e8ed64cb0dc161f58e92a2c1150 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
	"id": "273974a1-2df8-b0a6-57f9-1397cd1628d7",
	"name": "AAA AuthZ MDSAL",
	"description": "This Postman collection contains some of the common operations that are necessary to \"provision\" authorization services on top of ODL.",
	"order": [
		"7959a1f4-703a-417a-9d4c-70ab56c0e57f",
		"262c9b05-04a6-8dfa-5eb3-c9f9f90b3c4a",
		"4df58109-fd50-dbdf-b982-7e59d3475544"
	],
	"folders": [],
	"timestamp": 1439405060911,
	"owner": 0,
	"remoteLink": "",
	"public": false,
	"requests": [
		{
			"id": "262c9b05-04a6-8dfa-5eb3-c9f9f90b3c4a",
			"headers": "Authorization: Basic YWRtaW46YWRtaW4=\n",
			"url": "http://localhost:8181/restconf/config/authorization-schema:simple-authorization/policies/RestConfService/",
			"pathVariables": {},
			"preRequestScript": "",
			"method": "GET",
			"collectionId": "273974a1-2df8-b0a6-57f9-1397cd1628d7",
			"data": [],
			"dataMode": "raw",
			"name": "Get configuration authorization schema with admin role",
			"description": "",
			"descriptionFormat": "html",
			"time": 1439405954342,
			"version": 2,
			"responses": [],
			"tests": "",
			"currentHelper": "normal",
			"helperAttributes": {},
			"rawModeData": ""
		},
		{
			"id": "4df58109-fd50-dbdf-b982-7e59d3475544",
			"headers": "Authorization: Basic dXNlcjp1c2Vy\n",
			"url": "http://localhost:8181/restconf/config/authorization-schema:simple-authorization/policies/RestConfService/",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "GET",
			"data": [],
			"dataMode": "params",
			"version": 2,
			"tests": "",
			"currentHelper": "normal",
			"helperAttributes": {},
			"time": 1439406616859,
			"name": "Get configuration authorization schema with user role",
			"description": "",
			"collectionId": "273974a1-2df8-b0a6-57f9-1397cd1628d7",
			"responses": []
		},
		{
			"id": "7959a1f4-703a-417a-9d4c-70ab56c0e57f",
			"headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
			"url": "http://localhost:8181/restconf/config/authorization-schema:simple-authorization/policies/RestConfService/",
			"preRequestScript": "",
			"pathVariables": {},
			"method": "PUT",
			"data": [],
			"dataMode": "raw",
			"version": 2,
			"tests": "",
			"currentHelper": "normal",
			"helperAttributes": {},
			"time": 1439405844861,
			"name": "Secure RestConfService for admin role",
			"description": "",
			"collectionId": "273974a1-2df8-b0a6-57f9-1397cd1628d7",
			"responses": [],
			"rawModeData": "{\n    \"policies\": {\n        \"resource\": \"*\",\n        \"service\":\"RestConfService\",\n        \"role\": \"admin\"\n    }\n}"
		}
	]
}