Trying from Postman to make a request to the /network-device service but cannot get the list of devices as a response. Although got a HTTP 200, the body response is: "
{
"response": [],
"version": "1.0"
}
"
using the Headers application/json and X-Auth-Token with a valid token. Can confirm it's valid since the call to /user works just fine. Suspecting the reason is a "Scope" parameter I have encountered in the Swagger API, but cannot figure out what that is and what value I should offer.
Ensure network discovery is done .
Comments
0 comments
Please sign in to leave a comment.