Difference between revisions of "Managment API SoapUI"
Pavel.lobko (talk | contribs) |
Pavel.lobko (talk | contribs) |
||
Line 2: | Line 2: | ||
We assume that you [[Auth_profile_SoapUI|already have set up your SoapUI Auth Profile and obtained Oauth2 token]].<BR> | We assume that you [[Auth_profile_SoapUI|already have set up your SoapUI Auth Profile and obtained Oauth2 token]].<BR> | ||
Two preparation steps before test [[Management_APIs#STATUS_API|STATUS API]] call:<br> | Two preparation steps before test [[Management_APIs#STATUS_API|STATUS API]] call:<br> | ||
− | :Make sure that value in the "Endpoint" field is equal to Managment gate url in your configuration *.json. | + | :a) Make sure that value in the "Endpoint" field is equal to Managment gate url in your configuration *.json. |
− | :Change request method for POST, then choose or type "application/json" in Media type and provide request body: | + | :b) Change request method for POST, then choose or type "application/json" in Media type and provide request body: |
<pre> | <pre> | ||
{ | { |
Revision as of 17:40, 29 June 2020
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" }
- and click the green submit button.