The codetracingDisable Web API Method
Disable the code-tracing directive two directives necessary for creating tracing dumps, this action does not disable the code-tracing component. This action unsets the special 'zend_monitor.event_generate_trace_file' and 'zend.monitor_generate_unique_events' directives.
Version: 1.2
Required Permissions: Full
HTTP method: POST
Supported Editions: Zend Server
Request parameters:
Parameter |
Type |
Required |
Description |
restartNow |
Integer |
No |
Perform a php restart as part of the action to apply the new settings, defaults to true |
Expected Response Code: 200 OK, 202 Accepted. For more information see Response Format.
Response Format: See codetracingIsEnabled
Possible Action Specific Error Codes:
HTTP Code |
Error Code |
Description |
500 |
internalServerError |
The code tracing action failed |
Example
|
Request
Response
|