voxel.voxcast.live.logs.download
Download a VoxCAST Live 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 Live 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.
Method Specific Error Codes
-
None

