Bump versions by x.(y+1).z
[lispflowmapping.git] / resources / tutorial / OOR / Beryllium_Tutorial.json.postman_collection
1 {
2         "id": "2cf44cfb-4238-47a2-a5d3-69962cdcb9f8",
3         "name": "Beryllium Tutorial",
4         "description": "",
5         "order": [
6                 "2c468f3c-fff6-3580-8034-65dd30a44c19",
7                 "4f9e0128-9f80-de24-f422-46eb63bbc70f",
8                 "4db58898-56b1-486b-f7d3-3cff82240044",
9                 "41acc6ab-a8bd-9442-0ec8-211ecd5e8d1c",
10                 "f36fe560-af02-0056-d919-f3a89ab3a1ed",
11                 "59b90843-0047-9395-7cec-1acb3ecab894",
12                 "e6ce75de-55ac-a9f0-28b6-b9c26bc65493"
13         ],
14         "folders": [],
15         "timestamp": 1434555933740,
16         "owner": 0,
17         "public": false,
18         "hasRequests": true,
19         "requests": [
20                 {
21                         "id": "2c468f3c-fff6-3580-8034-65dd30a44c19",
22                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
23                         "url": "http://{{controllerHost}}:{{restconfPort}}/restconf/operations/odl-mappingservice:add-key",
24                         "preRequestScript": "",
25                         "pathVariables": {},
26                         "method": "POST",
27                         "data": [],
28                         "dataMode": "raw",
29                         "version": 2,
30                         "tests": "",
31                         "currentHelper": "normal",
32                         "helperAttributes": {},
33                         "time": 1455639350036,
34                         "name": "01. Add key \"password\" for 1.1.1.1/32",
35                         "description": "",
36                         "collectionId": "2cf44cfb-4238-47a2-a5d3-69962cdcb9f8",
37                         "responses": [],
38                         "rawModeData": "{\n    \"input\": {\n        \"eid\": {\n            \"address-type\": \"ietf-lisp-address-types:ipv4-prefix-afi\",\n            \"ipv4-prefix\": \"1.1.1.1/32\"\n        },\n        \"mapping-authkey\": {\n            \"key-string\": \"password\",\n            \"key-type\": 1\n        }\n    }\n}"
39                 },
40                 {
41                         "id": "41acc6ab-a8bd-9442-0ec8-211ecd5e8d1c",
42                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
43                         "url": "http://{{controllerHost}}:{{restconfPort}}/restconf/operations/odl-mappingservice:get-mapping",
44                         "preRequestScript": "",
45                         "pathVariables": {},
46                         "method": "POST",
47                         "data": [],
48                         "dataMode": "raw",
49                         "version": 2,
50                         "tests": "",
51                         "currentHelper": "normal",
52                         "helperAttributes": {},
53                         "time": 1455640804788,
54                         "name": "04. Get mapping for 2.2.2.2/32",
55                         "description": "",
56                         "collectionId": "2cf44cfb-4238-47a2-a5d3-69962cdcb9f8",
57                         "responses": [],
58                         "rawModeData": "{\n    \"input\": {\n        \"eid\": {\n            \"address-type\": \"ietf-lisp-address-types:ipv4-prefix-afi\",\n            \"ipv4-prefix\": \"2.2.2.2/32\"\n        }\n    }\n}"
59                 },
60                 {
61                         "id": "4db58898-56b1-486b-f7d3-3cff82240044",
62                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
63                         "url": "http://{{controllerHost}}:{{restconfPort}}/restconf/operations/odl-mappingservice:add-mapping",
64                         "preRequestScript": "",
65                         "pathVariables": {},
66                         "method": "POST",
67                         "data": [],
68                         "dataMode": "raw",
69                         "version": 2,
70                         "tests": "",
71                         "currentHelper": "normal",
72                         "helperAttributes": {},
73                         "time": 1455640797118,
74                         "name": "03. Add mapping 2.2.2.2/32 (prio server1)",
75                         "description": "",
76                         "collectionId": "2cf44cfb-4238-47a2-a5d3-69962cdcb9f8",
77                         "responses": [],
78                         "rawModeData": "{\n    \"input\": {\n        \"mapping-record\": {\n            \"recordTtl\": 1440,\n            \"action\": \"NoAction\",\n            \"authoritative\": true,\n            \"eid\": {\n                \"address-type\": \"ietf-lisp-address-types:ipv4-prefix-afi\",\n                \"ipv4-prefix\": \"2.2.2.2/32\"\n            },\n            \"LocatorRecord\": [\n                {\n                    \"locator-id\": \"server1\",\n                    \"priority\": 1,\n                    \"weight\": 1,\n                    \"multicastPriority\": 255,\n                    \"multicastWeight\": 0,\n                    \"localLocator\": true,\n                    \"rlocProbed\": false,\n                    \"routed\": true,\n                    \"rloc\": {\n                        \"address-type\": \"ietf-lisp-address-types:ipv4-afi\",\n                        \"ipv4\": \"192.168.16.31\"\n                    }\n                },\n                {\n                    \"locator-id\": \"server2\",\n                    \"priority\": 2,\n                    \"weight\": 1,\n                    \"multicastPriority\": 255,\n                    \"multicastWeight\": 0,\n                    \"localLocator\": true,\n                    \"rlocProbed\": false,\n                    \"routed\": true,\n                    \"rloc\": {\n                        \"address-type\": \"ietf-lisp-address-types:ipv4-afi\",\n                        \"ipv4\": \"192.168.16.32\"\n                    }\n                }\n            ]\n        }\n    }\n}"
79                 },
80                 {
81                         "id": "4f9e0128-9f80-de24-f422-46eb63bbc70f",
82                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
83                         "url": "http://{{controllerHost}}:{{restconfPort}}/restconf/operations/odl-mappingservice:get-mapping",
84                         "preRequestScript": "",
85                         "pathVariables": {},
86                         "method": "POST",
87                         "data": [],
88                         "dataMode": "raw",
89                         "version": 2,
90                         "tests": "",
91                         "currentHelper": "normal",
92                         "helperAttributes": {},
93                         "time": 1455639363796,
94                         "name": "02. Get mapping for 1.1.1.1/32",
95                         "description": "",
96                         "collectionId": "2cf44cfb-4238-47a2-a5d3-69962cdcb9f8",
97                         "responses": [],
98                         "rawModeData": "{\n    \"input\": {\n        \"eid\": {\n            \"address-type\": \"ietf-lisp-address-types:ipv4-prefix-afi\",\n            \"ipv4-prefix\": \"1.1.1.1/32\"\n        }\n    }\n}"
99                 },
100                 {
101                         "id": "59b90843-0047-9395-7cec-1acb3ecab894",
102                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
103                         "url": "http://{{controllerHost}}:{{restconfPort}}/restconf/operations/odl-mappingservice:get-mapping",
104                         "preRequestScript": "",
105                         "pathVariables": {},
106                         "method": "POST",
107                         "data": [],
108                         "dataMode": "raw",
109                         "version": 2,
110                         "tests": "",
111                         "currentHelper": "normal",
112                         "helperAttributes": {},
113                         "time": 1455640835441,
114                         "name": "06. Get mapping for 2.2.2.2/32",
115                         "description": "",
116                         "collectionId": "2cf44cfb-4238-47a2-a5d3-69962cdcb9f8",
117                         "responses": [],
118                         "rawModeData": "{\n    \"input\": {\n        \"eid\": {\n            \"address-type\": \"ietf-lisp-address-types:ipv4-prefix-afi\",\n            \"ipv4-prefix\": \"2.2.2.2/32\"\n        }\n    }\n}"
119                 },
120                 {
121                         "id": "e6ce75de-55ac-a9f0-28b6-b9c26bc65493",
122                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
123                         "url": "http://{{controllerHost}}:{{restconfPort}}/restconf/operations/odl-mappingservice:add-mapping",
124                         "preRequestScript": "",
125                         "pathVariables": {},
126                         "method": "POST",
127                         "data": [],
128                         "dataMode": "raw",
129                         "version": 2,
130                         "tests": "",
131                         "currentHelper": "normal",
132                         "helperAttributes": {},
133                         "time": 1455641206973,
134                         "name": "07. Add mapping 2.2.2.2/32 (ELP to server1)",
135                         "description": "",
136                         "collectionId": "2cf44cfb-4238-47a2-a5d3-69962cdcb9f8",
137                         "responses": [],
138                         "rawModeData": "{\n    \"input\": {\n        \"mapping-record\": {\n            \"recordTtl\": 1440,\n            \"action\": \"NoAction\",\n            \"authoritative\": true,\n            \"eid\": {\n                \"address-type\": \"ietf-lisp-address-types:ipv4-prefix-afi\",\n                \"ipv4-prefix\": \"2.2.2.2/32\"\n            },\n            \"LocatorRecord\": [\n                {\n                    \"locator-id\": \"ELP\",\n                    \"priority\": 1,\n                    \"weight\": 1,\n                    \"multicastPriority\": 255,\n                    \"multicastWeight\": 0,\n                    \"localLocator\": true,\n                    \"rlocProbed\": false,\n                    \"routed\": true,\n                    \"rloc\": {\n                        \"address-type\": \"ietf-lisp-address-types:explicit-locator-path-lcaf\",\n                        \"explicit-locator-path\": {\n                            \"hop\": [\n                                {\n                                    \"hop-id\": \"service-node\",\n                                    \"address\": \"192.168.16.33\",\n                                    \"lrs-bits\": \"strict\"\n                                },\n                                {\n                                    \"hop-id\": \"server1\",\n                                    \"address\": \"192.168.16.31\",\n                                    \"lrs-bits\": \"strict\"\n                                }\n                            ]\n                        }\n                    }\n                }\n            ]\n        }\n    }\n}"
139                 },
140                 {
141                         "id": "f36fe560-af02-0056-d919-f3a89ab3a1ed",
142                         "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n",
143                         "url": "http://{{controllerHost}}:{{restconfPort}}/restconf/operations/odl-mappingservice:add-mapping",
144                         "preRequestScript": "",
145                         "pathVariables": {},
146                         "method": "POST",
147                         "data": [],
148                         "dataMode": "raw",
149                         "version": 2,
150                         "tests": "",
151                         "currentHelper": "normal",
152                         "helperAttributes": {},
153                         "time": 1455640880469,
154                         "name": "05. Add mapping 2.2.2.2/32 (prio server2)",
155                         "description": "",
156                         "collectionId": "2cf44cfb-4238-47a2-a5d3-69962cdcb9f8",
157                         "responses": [],
158                         "rawModeData": "{\n    \"input\": {\n        \"mapping-record\": {\n            \"recordTtl\": 1440,\n            \"action\": \"NoAction\",\n            \"authoritative\": true,\n            \"eid\": {\n                \"address-type\": \"ietf-lisp-address-types:ipv4-prefix-afi\",\n                \"ipv4-prefix\": \"2.2.2.2/32\"\n            },\n            \"LocatorRecord\": [\n                {\n                    \"locator-id\": \"server1\",\n                    \"priority\": 2,\n                    \"weight\": 1,\n                    \"multicastPriority\": 255,\n                    \"multicastWeight\": 0,\n                    \"localLocator\": true,\n                    \"rlocProbed\": false,\n                    \"routed\": true,\n                    \"rloc\": {\n                        \"address-type\": \"ietf-lisp-address-types:ipv4-afi\",\n                        \"ipv4\": \"192.168.16.31\"\n                    }\n                },\n                {\n                    \"locator-id\": \"server2\",\n                    \"priority\": 1,\n                    \"weight\": 1,\n                    \"multicastPriority\": 255,\n                    \"multicastWeight\": 0,\n                    \"localLocator\": true,\n                    \"rlocProbed\": false,\n                    \"routed\": true,\n                    \"rloc\": {\n                        \"address-type\": \"ietf-lisp-address-types:ipv4-afi\",\n                        \"ipv4\": \"192.168.16.32\"\n                    }\n                }\n            ]\n        }\n    }\n}"
159                 }
160         ]
161 }