voxel.voxcast.ondemand.logs.download
Download a VoxCAST request log.
Parameters
filename(required)- The name of the log file to fetch
convert(optional)- Enable some other output format such as "raw," or "cdata." See hAPI documentation for alternative option "format=json_v2."
Example Response
<rsp stat="ok">
<data encoding="base64" type="gz">
... [raw data] ...
</data>
</rsp>
Notes
This method fetches VoxCAST request data. By default, it returns request data in the form of a base 64 encoded XML element. Unlike most hAPI methods, it is also possible to get non XML data by passing the parameter convert=raw.
To adjust the set of fields which appear in these log files, use voxcast.ondemand.logs.format.update.
Method Specific Error Codes
-
None

