Testing Oauth2 authorization with SoapUI
Revision as of 17:46, 29 June 2020 by Pavel.lobko (talk | contribs)
We assume that you already have set up your SoapUI Auth Profile and obtained Oauth2 token.
Two preparation steps before test STATUS API call:
- a) Make sure that value in the "Endpoint" field is equal to Managment gate url in your configuration *.json.
- b) Change request method for POST, then choose or type "application/json" in Media type and provide request body:
{ "command":"status", "gate":"management" }
- Click the green button to submit request.