The monitorExportIssueByEventsGroup Web API 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 /ZendServer/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...]