voxel.voxcast.ondemand.logs.format.read

Fetch details of the current format and fields used in VoxCAST logging.

Parameters

None

Example Response

<rsp stat="ok">
    <log_format compression="gzip" type="w3c">
        <log_fields>
            <log_field position="0" name="name">description</log_field>
            ...
        </log_fields>
    </log_format>
</rsp>
 

Notes

This method displays the currently set list of fields to be written to VoxCAST On Demand request logs. The position of these fields is indexed starting at 0. The list of fields can be modified by calling voxel.voxcast.ondemand.logs.format.update. The list of available fields can be viewed through voxcast.ondemand.logs.fields.list.

Method Specific Error Codes

None