Migrate NatApp dev docs to rst
[docs.git] / manuals / user-guide / src / main / asciidoc / openflowplugin / odl-ofp-restconf-postman.adoc
1
2 [[how-to-hit-restconf-with-postman]]
3 === How to hit RestConf with Postman
4
5 Postman is a useful Chrome app which can be used to test REST APIs.
6
7 https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm?hl=en[Install
8 Postman for Chrome]
9
10 In the chrome browser bar enter
11
12 --------------
13 chrome://apps/
14 --------------
15
16 And click on Postman.
17
18 Enter the URL. Click on the Headers button on the far right. Enter the
19 Accept: header. Click on the Basic Auth Tab at the top and setup the
20 username and password. Send.
21