Unable to find resource error from Curl response
问题 I am using a curl command to retrieve data like so - curl http://url/devices/views/all/device.json This works a treat however gives me a large amount of mostly useless data. The documentation here states that I can add field specifications to reduces the fields that are returned from the call so I tried - curl -d 'json={"fields=['kismet_device_base_name']"}' http://url/devices/views/all/device.json where the fields variable allows you to specifically chose which fields you want returned in