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.developer_mode' and 'zend_monitor.event_generate_trace_file' directives.
Version: 1.2
Limitations: This action explicitly does not work on Zend Server 5.6.0 for IBMi
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
|