voxel.voxcast.ondemand.logs.list
List all VoxCAST request logs available for download.
Parameters
hostname(optional)- Limit the response to log files for the specified hostname
device_id(optional)- Numeric Voxel device id, available from devices.list
Example Response
<rsp stat="ok">
<log_files>
<sites customer_id="xxxx" (when admin)>
<hostnames>
<hostname name="yyy.com>
<log_file start="2009-01-30T00:29:11-05:00"
end="2009-01-30T01:00:12-05:00"
size="55939201034">yyy.com_78978932_8973982.log.gz</log_file>
<log_file start="2009-01-30T01:29:11-05:00"
end="2009-01-30T02:00:12-05:00"
size="55939201034">yyy.com_22128932_98713982.log.gz</log_file>
...
</hostname>
...
</hostnames>
...
</sites>
...
</log_files>
</rsp>
Notes
This method returns a list of log files available for download. The value of the log_file element found here is used as the "filename" parameter in voxcast.ondemand.logs.download.
Method Specific Error Codes
-
None

