blob: 52ae9605524df9bc250a146e880a8439338ca18f [file] [log] [blame]
Max Chu2af46912017-11-17 11:09:35 -08001{
2 "info": {
3 "name": "CFM JSON",
4 "_postman_id": "9b3b65ff-5a9b-7411-ba8f-5378608f2f20",
5 "description": "This collection contains JSON files that can be used to setup CFM on your E-CORD POD.",
6 "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
7 },
8 "item": [
9 {
10 "name": "POST Requests (Setup)",
11 "description": "",
12 "item": [
13 {
14 "name": "Create MD Microsemi on local 1",
15 "request": {
16 "auth": {
17 "type": "basic",
18 "basic": [
19 {
20 "key": "username",
21 "value": "onos",
22 "type": "string"
23 },
24 {
25 "key": "password",
26 "value": "rocks",
27 "type": "string"
28 },
29 {
30 "key": "saveHelperData",
31 "type": "any"
32 },
33 {
34 "key": "showPassword",
35 "value": false,
36 "type": "boolean"
37 }
38 ]
39 },
40 "method": "POST",
41 "header": [
42 {
43 "key": "Authorization",
44 "value": "Basic b25vczpyb2Nrcw=="
45 },
46 {
47 "key": "Content-Type",
48 "value": "application/json"
49 }
50 ],
51 "body": {
52 "mode": "raw",
53 "raw": "{\"md\": {\n \"mdName\": \"Microsemi\",\n \"mdNameType\": \"CHARACTERSTRING\",\n \"mdLevel\": \"LEVEL3\",\n \"mdNumericId\": 1\n }\n}"
54 },
55 "url": {
56 "raw": "http://10.90.1.50:8182/onos/cfm/md",
57 "protocol": "http",
58 "host": [
59 "10",
60 "90",
61 "1",
62 "50"
63 ],
64 "port": "8182",
65 "path": [
66 "onos",
67 "cfm",
68 "md"
69 ]
70 },
71 "description": null
72 },
73 "response": []
74 },
75 {
76 "name": "Create MD Microsemi on local 2",
77 "request": {
78 "auth": {
79 "type": "basic",
80 "basic": [
81 {
82 "key": "username",
83 "value": "onos",
84 "type": "string"
85 },
86 {
87 "key": "password",
88 "value": "rocks",
89 "type": "string"
90 },
91 {
92 "key": "saveHelperData",
93 "type": "any"
94 },
95 {
96 "key": "showPassword",
97 "value": false,
98 "type": "boolean"
99 }
100 ]
101 },
102 "method": "POST",
103 "header": [
104 {
105 "key": "Authorization",
106 "value": "Basic b25vczpyb2Nrcw=="
107 },
108 {
109 "key": "Content-Type",
110 "value": "application/json"
111 }
112 ],
113 "body": {
114 "mode": "raw",
115 "raw": "{\"md\": {\n \"mdName\": \"Microsemi\",\n \"mdNameType\": \"CHARACTERSTRING\",\n \"mdLevel\": \"LEVEL3\",\n \"mdNumericId\": 1\n }\n}"
116 },
117 "url": {
118 "raw": "http://10.90.1.70:8182/onos/cfm/md",
119 "protocol": "http",
120 "host": [
121 "10",
122 "90",
123 "1",
124 "70"
125 ],
126 "port": "8182",
127 "path": [
128 "onos",
129 "cfm",
130 "md"
131 ]
132 },
133 "description": null
134 },
135 "response": []
136 },
137 {
138 "name": "Create MA ma-vlan-1 on local 1",
139 "request": {
140 "auth": {
141 "type": "basic",
142 "basic": [
143 {
144 "key": "username",
145 "value": "onos",
146 "type": "string"
147 },
148 {
149 "key": "password",
150 "value": "rocks",
151 "type": "string"
152 },
153 {
154 "key": "saveHelperData",
155 "type": "any"
156 },
157 {
158 "key": "showPassword",
159 "value": false,
160 "type": "boolean"
161 }
162 ]
163 },
164 "method": "POST",
165 "header": [
166 {
167 "key": "Authorization",
168 "value": "Basic b25vczpyb2Nrcw=="
169 },
170 {
171 "key": "Content-Type",
172 "value": "application/json"
173 }
174 ],
175 "body": {
176 "mode": "raw",
177 "raw": "{\n \"ma\": {\n \"maName\": \"ma-vlan-1\",\n \"maNameType\": \"CHARACTERSTRING\",\n \"maNumericId\": 1,\n \"ccm-interval\": \"INTERVAL_1S\",\n \"component-list\": [\n { \"component\": {\n \"component-id\":\"1\",\n \"tag-type\": \"VLAN_STAG\",\n \"vid-list\": [\n {\"vid\":1}\n ]\n }\n }\n ],\n \"rmep-list\": [\n { \"rmep\":10 },\n { \"rmep\":20 }\n ]\n }\n}"
178 },
179 "url": {
180 "raw": "http://10.90.1.50:8182/onos/cfm/md/Microsemi/ma",
181 "protocol": "http",
182 "host": [
183 "10",
184 "90",
185 "1",
186 "50"
187 ],
188 "port": "8182",
189 "path": [
190 "onos",
191 "cfm",
192 "md",
193 "Microsemi",
194 "ma"
195 ]
196 },
197 "description": null
198 },
199 "response": []
200 },
201 {
202 "name": "Create MA ma-vlan-1 on local 2",
203 "request": {
204 "auth": {
205 "type": "basic",
206 "basic": [
207 {
208 "key": "username",
209 "value": "onos",
210 "type": "string"
211 },
212 {
213 "key": "password",
214 "value": "rocks",
215 "type": "string"
216 },
217 {
218 "key": "saveHelperData",
219 "type": "any"
220 },
221 {
222 "key": "showPassword",
223 "value": false,
224 "type": "boolean"
225 }
226 ]
227 },
228 "method": "POST",
229 "header": [
230 {
231 "key": "Authorization",
232 "value": "Basic b25vczpyb2Nrcw=="
233 },
234 {
235 "key": "Content-Type",
236 "value": "application/json"
237 }
238 ],
239 "body": {
240 "mode": "raw",
241 "raw": "{\n \"ma\": {\n \"maName\": \"ma-vlan-1\",\n \"maNameType\": \"CHARACTERSTRING\",\n \"maNumericId\": 1,\n \"ccm-interval\": \"INTERVAL_1S\",\n \"component-list\": [\n { \"component\": {\n \"component-id\":\"1\",\n \"tag-type\": \"VLAN_STAG\",\n \"vid-list\": [\n {\"vid\":1}\n ]\n }\n }\n ],\n \"rmep-list\": [\n { \"rmep\":10 },\n { \"rmep\":20 }\n ]\n }\n}"
242 },
243 "url": {
244 "raw": "http://10.90.1.70:8182/onos/cfm/md/Microsemi/ma",
245 "protocol": "http",
246 "host": [
247 "10",
248 "90",
249 "1",
250 "70"
251 ],
252 "port": "8182",
253 "path": [
254 "onos",
255 "cfm",
256 "md",
257 "Microsemi",
258 "ma"
259 ]
260 },
261 "description": null
262 },
263 "response": []
264 },
265 {
266 "name": "Create MEP 10 on local 1",
267 "request": {
268 "auth": {
269 "type": "basic",
270 "basic": [
271 {
272 "key": "username",
273 "value": "onos",
274 "type": "string"
275 },
276 {
277 "key": "password",
278 "value": "rocks",
279 "type": "string"
280 },
281 {
282 "key": "saveHelperData",
283 "type": "any"
284 },
285 {
286 "key": "showPassword",
287 "value": false,
288 "type": "boolean"
289 }
290 ]
291 },
292 "method": "POST",
293 "header": [
294 {
295 "key": "Authorization",
296 "value": "Basic b25vczpyb2Nrcw=="
297 },
298 {
299 "key": "Content-Type",
300 "value": "application/json"
301 }
302 ],
303 "body": {
304 "mode": "raw",
305 "raw": "{\n \"mep\": {\n \"mepId\": 10,\n \"deviceId\": \"netconf:10.6.0.161:830\",\n \"port\": 0,\n \"direction\": \"DOWN_MEP\",\n \"mdName\": \"Microsemi\",\n \"maName\": \"ma-vlan-1\",\n \"primary-vid\": 1,\n \"administrative-state\": true,\n \"ccm-ltm-priority\": 4,\n \"cci-enabled\" :true\n }\n}"
306 },
307 "url": {
308 "raw": "http://10.90.1.50:8182/onos/cfm/md/Microsemi/ma/ma-vlan-1/mep",
309 "protocol": "http",
310 "host": [
311 "10",
312 "90",
313 "1",
314 "50"
315 ],
316 "port": "8182",
317 "path": [
318 "onos",
319 "cfm",
320 "md",
321 "Microsemi",
322 "ma",
323 "ma-vlan-1",
324 "mep"
325 ]
326 },
327 "description": null
328 },
329 "response": []
330 },
331 {
332 "name": "Create MEP 20 on local 2",
333 "request": {
334 "auth": {
335 "type": "basic",
336 "basic": [
337 {
338 "key": "username",
339 "value": "onos",
340 "type": "string"
341 },
342 {
343 "key": "password",
344 "value": "rocks",
345 "type": "string"
346 },
347 {
348 "key": "saveHelperData",
349 "type": "any"
350 },
351 {
352 "key": "showPassword",
353 "value": false,
354 "type": "boolean"
355 }
356 ]
357 },
358 "method": "POST",
359 "header": [
360 {
361 "key": "Authorization",
362 "value": "Basic b25vczpyb2Nrcw=="
363 },
364 {
365 "key": "Content-Type",
366 "value": "application/json"
367 }
368 ],
369 "body": {
370 "mode": "raw",
371 "raw": "{\n \"mep\": {\n \"mepId\": 20,\n \"deviceId\": \"netconf:10.6.0.162:830\",\n \"port\": 0,\n \"direction\": \"DOWN_MEP\",\n \"mdName\": \"Microsemi\",\n \"maName\": \"ma-vlan-1\",\n \"primary-vid\": 1,\n \"administrative-state\": true,\n \"ccm-ltm-priority\": 4,\n \"cci-enabled\" :true\n }\n}"
372 },
373 "url": {
374 "raw": "http://10.90.1.70:8182/onos/cfm/md/Microsemi/ma/ma-vlan-1/mep",
375 "protocol": "http",
376 "host": [
377 "10",
378 "90",
379 "1",
380 "70"
381 ],
382 "port": "8182",
383 "path": [
384 "onos",
385 "cfm",
386 "md",
387 "Microsemi",
388 "ma",
389 "ma-vlan-1",
390 "mep"
391 ]
392 },
393 "description": null
394 },
395 "response": []
396 },
397 {
398 "name": "Create DM from 10 to 20",
399 "request": {
400 "auth": {
401 "type": "basic",
402 "basic": [
403 {
404 "key": "username",
405 "value": "onos",
406 "type": "string"
407 },
408 {
409 "key": "password",
410 "value": "rocks",
411 "type": "string"
412 },
413 {
414 "key": "saveHelperData",
415 "type": "any"
416 },
417 {
418 "key": "showPassword",
419 "value": false,
420 "type": "boolean"
421 }
422 ]
423 },
424 "method": "POST",
425 "header": [
426 {
427 "key": "Authorization",
428 "value": "Basic b25vczpyb2Nrcw=="
429 },
430 {
431 "key": "Content-Type",
432 "value": "application/json"
433 }
434 ],
435 "body": {
436 "mode": "raw",
437 "raw": "{\n \"dm\": {\n \"remoteMepId\":20,\n \"dmCfgType\": \"DMDMM\",\n \"version\": \"Y17312008\",\n \"priority\": \"PRIO1\",\n \"messagePeriodMs\": 100,\n \"startTime\": {\n \"immediate\":true\n },\n \"stopTime\": {\n \"none\":true\n },\n \"frameSize\": 1500,\n \"measurementIntervalMins\": 1,\n \"measurementsEnabled\": [\n \"INTER_FRAME_DELAY_VARIATION_TWO_WAY_AVERAGE\",\n \"INTER_FRAME_DELAY_VARIATION_TWO_WAY_MAX\",\n \"INTER_FRAME_DELAY_VARIATION_TWO_WAY_MIN\",\n \"INTER_FRAME_DELAY_VARIATION_TWO_WAY_BINS\",\n \"FRAME_DELAY_TWO_WAY_AVERAGE\",\n \"FRAME_DELAY_TWO_WAY_MAX\",\n \"FRAME_DELAY_TWO_WAY_MIN\",\n \"FRAME_DELAY_TWO_WAY_BINS\"\n ]\n }\n}\n"
438 },
439 "url": {
440 "raw": "http://10.90.1.50:8182/onos/cfm/md/Microsemi/ma/ma-vlan-1/mep/10/dm",
441 "protocol": "http",
442 "host": [
443 "10",
444 "90",
445 "1",
446 "50"
447 ],
448 "port": "8182",
449 "path": [
450 "onos",
451 "cfm",
452 "md",
453 "Microsemi",
454 "ma",
455 "ma-vlan-1",
456 "mep",
457 "10",
458 "dm"
459 ]
460 },
461 "description": null
462 },
463 "response": []
464 },
465 {
466 "name": "Create DM from 20 to 10",
467 "request": {
468 "auth": {
469 "type": "basic",
470 "basic": [
471 {
472 "key": "username",
473 "value": "onos",
474 "type": "string"
475 },
476 {
477 "key": "password",
478 "value": "rocks",
479 "type": "string"
480 },
481 {
482 "key": "saveHelperData",
483 "type": "any"
484 },
485 {
486 "key": "showPassword",
487 "value": false,
488 "type": "boolean"
489 }
490 ]
491 },
492 "method": "POST",
493 "header": [
494 {
495 "key": "Authorization",
496 "value": "Basic b25vczpyb2Nrcw=="
497 },
498 {
499 "key": "Content-Type",
500 "value": "application/json"
501 }
502 ],
503 "body": {
504 "mode": "raw",
505 "raw": "{\n \"dm\": {\n \"remoteMepId\":20,\n \"dmCfgType\": \"DMDMM\",\n \"version\": \"Y17312008\",\n \"priority\": \"PRIO1\",\n \"messagePeriodMs\": 100,\n \"startTime\": {\n \"immediate\":true\n },\n \"stopTime\": {\n \"none\":true\n },\n \"frameSize\": 1500,\n \"measurementIntervalMins\": 1,\n \"measurementsEnabled\": [\n \"INTER_FRAME_DELAY_VARIATION_TWO_WAY_AVERAGE\",\n \"INTER_FRAME_DELAY_VARIATION_TWO_WAY_MAX\",\n \"INTER_FRAME_DELAY_VARIATION_TWO_WAY_MIN\",\n \"INTER_FRAME_DELAY_VARIATION_TWO_WAY_BINS\",\n \"FRAME_DELAY_TWO_WAY_AVERAGE\",\n \"FRAME_DELAY_TWO_WAY_MAX\",\n \"FRAME_DELAY_TWO_WAY_MIN\",\n \"FRAME_DELAY_TWO_WAY_BINS\"\n ]\n }\n}\n"
506 },
507 "url": {
508 "raw": "http://10.90.1.50:8182/onos/cfm/md/Microsemi/ma/ma-vlan-1/mep/10/dm",
509 "protocol": "http",
510 "host": [
511 "10",
512 "90",
513 "1",
514 "50"
515 ],
516 "port": "8182",
517 "path": [
518 "onos",
519 "cfm",
520 "md",
521 "Microsemi",
522 "ma",
523 "ma-vlan-1",
524 "mep",
525 "10",
526 "dm"
527 ]
528 },
529 "description": null
530 },
531 "response": []
532 }
533 ]
534 },
535 {
536 "name": "GET Requests",
537 "description": "",
538 "item": [
539 {
540 "name": "Get MDs on local 1",
541 "request": {
542 "auth": {
543 "type": "basic",
544 "basic": [
545 {
546 "key": "username",
547 "value": "onos",
548 "type": "string"
549 },
550 {
551 "key": "password",
552 "value": "rocks",
553 "type": "string"
554 },
555 {
556 "key": "saveHelperData",
557 "type": "any"
558 },
559 {
560 "key": "showPassword",
561 "value": false,
562 "type": "boolean"
563 }
564 ]
565 },
566 "method": "GET",
567 "header": [
568 {
569 "key": "Authorization",
570 "value": "Basic b25vczpyb2Nrcw=="
571 }
572 ],
573 "body": {
574 "mode": "raw",
575 "raw": ""
576 },
577 "url": {
578 "raw": "http://10.90.1.50:8182/onos/cfm/md",
579 "protocol": "http",
580 "host": [
581 "10",
582 "90",
583 "1",
584 "50"
585 ],
586 "port": "8182",
587 "path": [
588 "onos",
589 "cfm",
590 "md"
591 ]
592 },
593 "description": null
594 },
595 "response": []
596 },
597 {
598 "name": "Get MDs on local 2",
599 "request": {
600 "auth": {
601 "type": "basic",
602 "basic": [
603 {
604 "key": "username",
605 "value": "onos",
606 "type": "string"
607 },
608 {
609 "key": "password",
610 "value": "rocks",
611 "type": "string"
612 },
613 {
614 "key": "saveHelperData",
615 "type": "any"
616 },
617 {
618 "key": "showPassword",
619 "value": false,
620 "type": "boolean"
621 }
622 ]
623 },
624 "method": "GET",
625 "header": [
626 {
627 "key": "Authorization",
628 "value": "Basic b25vczpyb2Nrcw=="
629 }
630 ],
631 "body": {
632 "mode": "raw",
633 "raw": ""
634 },
635 "url": {
636 "raw": "http://10.90.1.70:8182/onos/cfm/md",
637 "protocol": "http",
638 "host": [
639 "10",
640 "90",
641 "1",
642 "70"
643 ],
644 "port": "8182",
645 "path": [
646 "onos",
647 "cfm",
648 "md"
649 ]
650 },
651 "description": null
652 },
653 "response": []
654 },
655 {
656 "name": "Get MAs on MD Microsemi on local 1",
657 "request": {
658 "auth": {
659 "type": "basic",
660 "basic": [
661 {
662 "key": "username",
663 "value": "onos",
664 "type": "string"
665 },
666 {
667 "key": "password",
668 "value": "rocks",
669 "type": "string"
670 },
671 {
672 "key": "saveHelperData",
673 "type": "any"
674 },
675 {
676 "key": "showPassword",
677 "value": false,
678 "type": "boolean"
679 }
680 ]
681 },
682 "method": "GET",
683 "header": [
684 {
685 "key": "Authorization",
686 "value": "Basic b25vczpyb2Nrcw=="
687 }
688 ],
689 "body": {
690 "mode": "raw",
691 "raw": ""
692 },
693 "url": {
694 "raw": "http://10.90.1.50:8182/onos/cfm/md/Microsemi/ma/",
695 "protocol": "http",
696 "host": [
697 "10",
698 "90",
699 "1",
700 "50"
701 ],
702 "port": "8182",
703 "path": [
704 "onos",
705 "cfm",
706 "md",
707 "Microsemi",
708 "ma",
709 ""
710 ]
711 },
712 "description": null
713 },
714 "response": []
715 },
716 {
717 "name": "Get MAs on MD Microsemi on local 2",
718 "request": {
719 "auth": {
720 "type": "basic",
721 "basic": [
722 {
723 "key": "username",
724 "value": "onos",
725 "type": "string"
726 },
727 {
728 "key": "password",
729 "value": "rocks",
730 "type": "string"
731 },
732 {
733 "key": "saveHelperData",
734 "type": "any"
735 },
736 {
737 "key": "showPassword",
738 "value": false,
739 "type": "boolean"
740 }
741 ]
742 },
743 "method": "GET",
744 "header": [
745 {
746 "key": "Authorization",
747 "value": "Basic b25vczpyb2Nrcw=="
748 }
749 ],
750 "body": {
751 "mode": "raw",
752 "raw": ""
753 },
754 "url": {
755 "raw": "http://10.90.1.70:8182/onos/cfm/md/Microsemi/ma/",
756 "protocol": "http",
757 "host": [
758 "10",
759 "90",
760 "1",
761 "70"
762 ],
763 "port": "8182",
764 "path": [
765 "onos",
766 "cfm",
767 "md",
768 "Microsemi",
769 "ma",
770 ""
771 ]
772 },
773 "description": null
774 },
775 "response": []
776 },
777 {
778 "name": "Get MEPs on MA ma-vlan-1 on local 1",
779 "request": {
780 "auth": {
781 "type": "basic",
782 "basic": [
783 {
784 "key": "username",
785 "value": "onos",
786 "type": "string"
787 },
788 {
789 "key": "password",
790 "value": "rocks",
791 "type": "string"
792 },
793 {
794 "key": "saveHelperData",
795 "type": "any"
796 },
797 {
798 "key": "showPassword",
799 "value": false,
800 "type": "boolean"
801 }
802 ]
803 },
804 "method": "GET",
805 "header": [
806 {
807 "key": "Authorization",
808 "value": "Basic b25vczpyb2Nrcw=="
809 }
810 ],
811 "body": {
812 "mode": "raw",
813 "raw": ""
814 },
815 "url": {
816 "raw": "http://10.90.1.50:8182/onos/cfm/md/Microsemi/ma/ma-vlan-1/mep",
817 "protocol": "http",
818 "host": [
819 "10",
820 "90",
821 "1",
822 "50"
823 ],
824 "port": "8182",
825 "path": [
826 "onos",
827 "cfm",
828 "md",
829 "Microsemi",
830 "ma",
831 "ma-vlan-1",
832 "mep"
833 ]
834 },
835 "description": null
836 },
837 "response": []
838 },
839 {
840 "name": "Get MEPs on MA ma-vlan-1 on local 2",
841 "request": {
842 "auth": {
843 "type": "basic",
844 "basic": [
845 {
846 "key": "username",
847 "value": "onos",
848 "type": "string"
849 },
850 {
851 "key": "password",
852 "value": "rocks",
853 "type": "string"
854 },
855 {
856 "key": "saveHelperData",
857 "type": "any"
858 },
859 {
860 "key": "showPassword",
861 "value": false,
862 "type": "boolean"
863 }
864 ]
865 },
866 "method": "GET",
867 "header": [
868 {
869 "key": "Authorization",
870 "value": "Basic b25vczpyb2Nrcw=="
871 }
872 ],
873 "body": {
874 "mode": "raw",
875 "raw": ""
876 },
877 "url": {
878 "raw": "http://10.90.1.70:8182/onos/cfm/md/Microsemi/ma/ma-vlan-1/mep",
879 "protocol": "http",
880 "host": [
881 "10",
882 "90",
883 "1",
884 "70"
885 ],
886 "port": "8182",
887 "path": [
888 "onos",
889 "cfm",
890 "md",
891 "Microsemi",
892 "ma",
893 "ma-vlan-1",
894 "mep"
895 ]
896 },
897 "description": null
898 },
899 "response": []
900 },
901 {
902 "name": "GET DMs on MEP 10 on local 1",
903 "request": {
904 "auth": {
905 "type": "basic",
906 "basic": [
907 {
908 "key": "username",
909 "value": "onos",
910 "type": "string"
911 },
912 {
913 "key": "password",
914 "value": "rocks",
915 "type": "string"
916 },
917 {
918 "key": "saveHelperData",
919 "type": "any"
920 },
921 {
922 "key": "showPassword",
923 "value": false,
924 "type": "boolean"
925 }
926 ]
927 },
928 "method": "GET",
929 "header": [
930 {
931 "key": "Authorization",
932 "value": "Basic b25vczpyb2Nrcw=="
933 }
934 ],
935 "body": {
936 "mode": "raw",
937 "raw": ""
938 },
939 "url": {
940 "raw": "http://10.90.1.50:8182/onos/cfm/md/Microsemi/ma/ma-vlan-1/mep/10/dm",
941 "protocol": "http",
942 "host": [
943 "10",
944 "90",
945 "1",
946 "50"
947 ],
948 "port": "8182",
949 "path": [
950 "onos",
951 "cfm",
952 "md",
953 "Microsemi",
954 "ma",
955 "ma-vlan-1",
956 "mep",
957 "10",
958 "dm"
959 ]
960 },
961 "description": null
962 },
963 "response": []
964 },
965 {
966 "name": "GET DMs on MEP 20 on local 2",
967 "request": {
968 "auth": {
969 "type": "basic",
970 "basic": [
971 {
972 "key": "username",
973 "value": "onos",
974 "type": "string"
975 },
976 {
977 "key": "password",
978 "value": "rocks",
979 "type": "string"
980 },
981 {
982 "key": "saveHelperData",
983 "type": "any"
984 },
985 {
986 "key": "showPassword",
987 "value": false,
988 "type": "boolean"
989 }
990 ]
991 },
992 "method": "GET",
993 "header": [
994 {
995 "key": "Authorization",
996 "value": "Basic b25vczpyb2Nrcw=="
997 }
998 ],
999 "body": {
1000 "mode": "raw",
1001 "raw": ""
1002 },
1003 "url": {
1004 "raw": "http://10.90.1.70:8182/onos/cfm/md/Microsemi/ma/ma-vlan-1/mep/20/dm",
1005 "protocol": "http",
1006 "host": [
1007 "10",
1008 "90",
1009 "1",
1010 "70"
1011 ],
1012 "port": "8182",
1013 "path": [
1014 "onos",
1015 "cfm",
1016 "md",
1017 "Microsemi",
1018 "ma",
1019 "ma-vlan-1",
1020 "mep",
1021 "20",
1022 "dm"
1023 ]
1024 },
1025 "description": null
1026 },
1027 "response": []
1028 }
1029 ]
1030 },
1031 {
1032 "name": "DELETE Requests",
1033 "description": "",
1034 "item": [
1035 {
1036 "name": "Delete MD Microsemi on local 1",
1037 "request": {
1038 "auth": {
1039 "type": "basic",
1040 "basic": [
1041 {
1042 "key": "username",
1043 "value": "onos",
1044 "type": "string"
1045 },
1046 {
1047 "key": "password",
1048 "value": "rocks",
1049 "type": "string"
1050 },
1051 {
1052 "key": "saveHelperData",
1053 "type": "any"
1054 },
1055 {
1056 "key": "showPassword",
1057 "value": false,
1058 "type": "boolean"
1059 }
1060 ]
1061 },
1062 "method": "DELETE",
1063 "header": [
1064 {
1065 "key": "Authorization",
1066 "value": "Basic b25vczpyb2Nrcw=="
1067 }
1068 ],
1069 "body": {
1070 "mode": "raw",
1071 "raw": ""
1072 },
1073 "url": {
1074 "raw": "http://10.90.1.50:8182/onos/cfm/md/Microsemi",
1075 "protocol": "http",
1076 "host": [
1077 "10",
1078 "90",
1079 "1",
1080 "50"
1081 ],
1082 "port": "8182",
1083 "path": [
1084 "onos",
1085 "cfm",
1086 "md",
1087 "Microsemi"
1088 ]
1089 },
1090 "description": null
1091 },
1092 "response": []
1093 },
1094 {
1095 "name": "Delete MD Microsemi on local 2",
1096 "request": {
1097 "auth": {
1098 "type": "basic",
1099 "basic": [
1100 {
1101 "key": "username",
1102 "value": "onos",
1103 "type": "string"
1104 },
1105 {
1106 "key": "password",
1107 "value": "rocks",
1108 "type": "string"
1109 },
1110 {
1111 "key": "saveHelperData",
1112 "type": "any"
1113 },
1114 {
1115 "key": "showPassword",
1116 "value": false,
1117 "type": "boolean"
1118 }
1119 ]
1120 },
1121 "method": "DELETE",
1122 "header": [
1123 {
1124 "key": "Authorization",
1125 "value": "Basic b25vczpyb2Nrcw=="
1126 }
1127 ],
1128 "body": {
1129 "mode": "raw",
1130 "raw": ""
1131 },
1132 "url": {
1133 "raw": "http://10.90.1.70:8182/onos/cfm/md/Microsemi",
1134 "protocol": "http",
1135 "host": [
1136 "10",
1137 "90",
1138 "1",
1139 "70"
1140 ],
1141 "port": "8182",
1142 "path": [
1143 "onos",
1144 "cfm",
1145 "md",
1146 "Microsemi"
1147 ]
1148 },
1149 "description": null
1150 },
1151 "response": []
1152 },
1153 {
1154 "name": "Delete MA ma-vlan-1 on local 1",
1155 "request": {
1156 "auth": {
1157 "type": "basic",
1158 "basic": [
1159 {
1160 "key": "username",
1161 "value": "onos",
1162 "type": "string"
1163 },
1164 {
1165 "key": "password",
1166 "value": "rocks",
1167 "type": "string"
1168 },
1169 {
1170 "key": "saveHelperData",
1171 "type": "any"
1172 },
1173 {
1174 "key": "showPassword",
1175 "value": false,
1176 "type": "boolean"
1177 }
1178 ]
1179 },
1180 "method": "DELETE",
1181 "header": [
1182 {
1183 "key": "Authorization",
1184 "value": "Basic b25vczpyb2Nrcw=="
1185 }
1186 ],
1187 "body": {
1188 "mode": "raw",
1189 "raw": ""
1190 },
1191 "url": {
1192 "raw": "http://10.90.1.50:8182/onos/cfm/md/Microsemi/ma/ma-vlan-1",
1193 "protocol": "http",
1194 "host": [
1195 "10",
1196 "90",
1197 "1",
1198 "50"
1199 ],
1200 "port": "8182",
1201 "path": [
1202 "onos",
1203 "cfm",
1204 "md",
1205 "Microsemi",
1206 "ma",
1207 "ma-vlan-1"
1208 ]
1209 },
1210 "description": null
1211 },
1212 "response": []
1213 },
1214 {
1215 "name": "Delete MA ma-vlan-1 on local 2",
1216 "request": {
1217 "auth": {
1218 "type": "basic",
1219 "basic": [
1220 {
1221 "key": "username",
1222 "value": "onos",
1223 "type": "string"
1224 },
1225 {
1226 "key": "password",
1227 "value": "rocks",
1228 "type": "string"
1229 },
1230 {
1231 "key": "saveHelperData",
1232 "type": "any"
1233 },
1234 {
1235 "key": "showPassword",
1236 "value": false,
1237 "type": "boolean"
1238 }
1239 ]
1240 },
1241 "method": "DELETE",
1242 "header": [
1243 {
1244 "key": "Authorization",
1245 "value": "Basic b25vczpyb2Nrcw=="
1246 }
1247 ],
1248 "body": {
1249 "mode": "raw",
1250 "raw": ""
1251 },
1252 "url": {
1253 "raw": "http://10.90.1.70:8182/onos/cfm/md/Microsemi/ma/ma-vlan-1",
1254 "protocol": "http",
1255 "host": [
1256 "10",
1257 "90",
1258 "1",
1259 "70"
1260 ],
1261 "port": "8182",
1262 "path": [
1263 "onos",
1264 "cfm",
1265 "md",
1266 "Microsemi",
1267 "ma",
1268 "ma-vlan-1"
1269 ]
1270 },
1271 "description": null
1272 },
1273 "response": []
1274 },
1275 {
1276 "name": "Delete MEP 10 on local 1",
1277 "request": {
1278 "auth": {
1279 "type": "basic",
1280 "basic": [
1281 {
1282 "key": "username",
1283 "value": "onos",
1284 "type": "string"
1285 },
1286 {
1287 "key": "password",
1288 "value": "rocks",
1289 "type": "string"
1290 },
1291 {
1292 "key": "saveHelperData",
1293 "type": "any"
1294 },
1295 {
1296 "key": "showPassword",
1297 "value": false,
1298 "type": "boolean"
1299 }
1300 ]
1301 },
1302 "method": "DELETE",
1303 "header": [
1304 {
1305 "key": "Authorization",
1306 "value": "Basic b25vczpyb2Nrcw=="
1307 }
1308 ],
1309 "body": {
1310 "mode": "raw",
1311 "raw": ""
1312 },
1313 "url": {
1314 "raw": "http://10.90.1.50:8182/onos/cfm/md/Microsemi/ma/ma-vlan-1/mep/10",
1315 "protocol": "http",
1316 "host": [
1317 "10",
1318 "90",
1319 "1",
1320 "50"
1321 ],
1322 "port": "8182",
1323 "path": [
1324 "onos",
1325 "cfm",
1326 "md",
1327 "Microsemi",
1328 "ma",
1329 "ma-vlan-1",
1330 "mep",
1331 "10"
1332 ]
1333 },
1334 "description": null
1335 },
1336 "response": []
1337 },
1338 {
1339 "name": "Delete MEP 20 on local 2",
1340 "request": {
1341 "auth": {
1342 "type": "basic",
1343 "basic": [
1344 {
1345 "key": "username",
1346 "value": "onos",
1347 "type": "string"
1348 },
1349 {
1350 "key": "password",
1351 "value": "rocks",
1352 "type": "string"
1353 },
1354 {
1355 "key": "saveHelperData",
1356 "type": "any"
1357 },
1358 {
1359 "key": "showPassword",
1360 "value": false,
1361 "type": "boolean"
1362 }
1363 ]
1364 },
1365 "method": "DELETE",
1366 "header": [
1367 {
1368 "key": "Authorization",
1369 "value": "Basic b25vczpyb2Nrcw=="
1370 }
1371 ],
1372 "body": {
1373 "mode": "raw",
1374 "raw": ""
1375 },
1376 "url": {
1377 "raw": "http://10.90.1.70:8182/onos/cfm/md/Microsemi/ma/ma-vlan-1/mep/20",
1378 "protocol": "http",
1379 "host": [
1380 "10",
1381 "90",
1382 "1",
1383 "70"
1384 ],
1385 "port": "8182",
1386 "path": [
1387 "onos",
1388 "cfm",
1389 "md",
1390 "Microsemi",
1391 "ma",
1392 "ma-vlan-1",
1393 "mep",
1394 "20"
1395 ]
1396 },
1397 "description": null
1398 },
1399 "response": []
1400 },
1401 {
1402 "name": "Delete DM 1 on local 1",
1403 "request": {
1404 "auth": {
1405 "type": "basic",
1406 "basic": [
1407 {
1408 "key": "username",
1409 "value": "onos",
1410 "type": "string"
1411 },
1412 {
1413 "key": "password",
1414 "value": "rocks",
1415 "type": "string"
1416 },
1417 {
1418 "key": "saveHelperData",
1419 "type": "any"
1420 },
1421 {
1422 "key": "showPassword",
1423 "value": false,
1424 "type": "boolean"
1425 }
1426 ]
1427 },
1428 "method": "DELETE",
1429 "header": [
1430 {
1431 "key": "Authorization",
1432 "value": "Basic b25vczpyb2Nrcw=="
1433 }
1434 ],
1435 "body": {
1436 "mode": "raw",
1437 "raw": ""
1438 },
1439 "url": {
1440 "raw": "http://10.90.1.50:8182/onos/onos-app-cfm/md/Microsemi/ma/ma-vlan-1/mep/10/dm/1",
1441 "protocol": "http",
1442 "host": [
1443 "10",
1444 "90",
1445 "1",
1446 "50"
1447 ],
1448 "port": "8182",
1449 "path": [
1450 "onos",
1451 "onos-app-cfm",
1452 "md",
1453 "Microsemi",
1454 "ma",
1455 "ma-vlan-1",
1456 "mep",
1457 "10",
1458 "dm",
1459 "1"
1460 ]
1461 },
1462 "description": null
1463 },
1464 "response": []
1465 },
1466 {
1467 "name": "Delete DM 2 on local 2 copy",
1468 "request": {
1469 "auth": {
1470 "type": "basic",
1471 "basic": [
1472 {
1473 "key": "username",
1474 "value": "onos",
1475 "type": "string"
1476 },
1477 {
1478 "key": "password",
1479 "value": "rocks",
1480 "type": "string"
1481 },
1482 {
1483 "key": "saveHelperData",
1484 "type": "any"
1485 },
1486 {
1487 "key": "showPassword",
1488 "value": false,
1489 "type": "boolean"
1490 }
1491 ]
1492 },
1493 "method": "DELETE",
1494 "header": [
1495 {
1496 "key": "Authorization",
1497 "value": "Basic b25vczpyb2Nrcw=="
1498 }
1499 ],
1500 "body": {
1501 "mode": "raw",
1502 "raw": ""
1503 },
1504 "url": {
1505 "raw": "http://10.90.1.70:8182/onos/onos-app-cfm/md/Microsemi/ma/ma-vlan-1/mep/20/dm/1",
1506 "protocol": "http",
1507 "host": [
1508 "10",
1509 "90",
1510 "1",
1511 "70"
1512 ],
1513 "port": "8182",
1514 "path": [
1515 "onos",
1516 "onos-app-cfm",
1517 "md",
1518 "Microsemi",
1519 "ma",
1520 "ma-vlan-1",
1521 "mep",
1522 "20",
1523 "dm",
1524 "1"
1525 ]
1526 },
1527 "description": null
1528 },
1529 "response": []
1530 }
1531 ]
1532 }
1533 ]
1534}