The zrayGetDebuggerConfigurations Web API Method

Retrieve the Zend Debugger configurations array.

Version: 1.8

Required Permissions: Read-only

HTTP method: GET

Supported Editions: Zend Server

Request parameters: This action has no request parameters

Expected Response Code: 200 OK. For more information see Response Format.

Response Format: array of parameters

Possible Action Specific Error Codes: This action has no specific error codes

Example

Usage Example

Request (headers removed for the purpose of clarity)

GET  /ZendServer/Api/zrayGetDebuggerConfigurations

Response (not all headers are shown)

<?xml version="1.0" encoding="UTF-8"?>
<zendServerAPIResponse xmlns="http://www.zend.com/server/api/1.8">
	<requestData>
		<apiKeyName>angel.eyes</apiKeyName>
		<method>zrayGetDebuggerConfigurations</method>
	</requestData>
	<responseData>
		<configurations>
			<autoDetect>true</autoDetect>
			<useSsl>false</useSsl>
			<autoDetectPort>10137</autoDetectPort>
			<autoDetectHost><![CDATA[127.0.0.1]]></autoDetectHost>
			<debuggerEnabled>true</debuggerEnabled>	<settingsString><![CDATA[....]]></settingsString>
		</configurations>
	</responseData>
</zendServerAPIResponse>