Activates the drill on a report.
POST <webiURL>/documents/{documentId}/reports/{reportId}/driller
Request body (optional):
<driller> <output>
<output> specifies the drill mode (true|false). If not provided, the drill is activated with the default settings (true).
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
POST <webiURL>/documents/4567/reports/1/driller
Response:
<success> <message>The resource of type 'Driller' has been successfully created.</message> <id>2</id> </success>