Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. App URL
  2. - http://10.105.5.18:8013
  3. App URL (Admin)
  4. - http://10.105.5.18:8013/storm_admin
  5.  
  6. Default Admin User
  7. - Username : admin
  8. - Password : admin123
  9.  
  10. Swagger API documentation details
  11. - http://10.105.5.18:8013/swagger
  12.  
  13. Note : for endpoints that need to have authorization you can access them via the default admin user credentials
  14. Sample request
  15. curl -X POST \
  16. http://10.105.5.18:8013/rest/V1/integration/admin/token \
  17. -H 'cache-control: no-cache' \
  18. -H 'content-type: application/json' \
  19. -H 'postman-token: 7ed80ccb-c137-cfeb-2b7a-0747f49f04fd' \
  20. -d '{
  21. "username": "admin",
  22. "password": "admin123"
  23. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement