The codetracingGetInfo Web API Method

Get a code tracing entry.

Version: 1.2

Required Permissions: Full

HTTP method: GET

Supported by Editions: All

Request Parameters:  

Parameter

 Type

Required

Description

id

string

Yes

Code trace file id

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

Response Format: A code-tracing entry with full details or an error message explaining the failure.

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

Example

Usage Example

Request

POST /ZendServer/Api/codetracingGetInfo
id=0.9360.4

Response

<?xml version="1.0" encoding="UTF-8"?>
<zendServerAPIResponse xmlns="http://www.zend.com/server/api/1.3">
	<requestData>
		<apiKeyName><![CDATA[Admin]]></apiKeyName>
		<method>codetracingGetInfo</method>
	</requestData>
	<responseData>
		<codeTrace>
			<id>0.9360.4</id>
			<date>123412341234</date>
			<url>http://localhost/test.php</url>
			<createdBy>Monitor Event</createdBy>
			<fileSize>12341234</fileSize>
			<applicationId>1</applicationId>
		</codeTrace>
	</responseData>
<zendServerAPIResponse>