WebAPI Reference Guide > Available API Methods > Monitor Methods > The monitorExportIssueByEventsGroup Method

The monitorExportIssueByEventsGroup Method

Export an archive containing all of the issue's information, event groups and code tracing if available, ready for consumption by Zend Studio.

The response is a binary payload.

Version: 1.2

Required Permissions: Read-only

HTTP method: GET

Supported by Editions: Zend Server

Request Parameters:  

Parameter

 Type

Required

Description

eventsGroupId

String

Yes

The issue event group identifier

Example

Usage Example

Request (headers removed for the purpose of clarity)

GET /ZendServerManager/Api/monitorExportIssueByEventsGroup?eventsGroupId=2

Response (not all headers are shown)

HTTP/1.0 200 OK

Content-type: application/vnd.zend.eventexport

Content-disposition: attachment;

  filename=”Severe_Slow_Function_Execution-1-2-20110921.zsf”

[...binary data follows...]

 

 

Related Links

Related Links:

Available API Methods

 

 

 

© 1999-2013 Zend Technologies, Ltd. All rights reserved.