RUT-241 API Wireless SSID Scan

I am trying to trigger a scan of the available wireless networks via API calls with a RUT-241 but cannot seem to get it to work correctly.
The documentation talks about including the device in the POST request, but I keep getting the response of ‘{“success”:false,“errors”:[{“source”:“Validation”,“code”:102,“error”:“No arguments provided for action”,“section”:“scan”}]}’

I do not see anything in the documentation for the wireless/actions/scan that indicates what should be provided for “scan”. It lists “device” in the data section, which I am providing, but cannot figure out what I am missing in this call to get back the scan result.

Nevermind, silly error on my part.
It was simply the incorrect device id being called. Or rather I was calling it using device_id values instead of just id values.

This topic was automatically closed after 60 days. New replies are no longer allowed.