You are currently viewing Zend Server 5.x documentation. Click here to view the latest Zend Server online documentation.
You are here: Web API 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.

 

Required Permissions: Read-only

HTTP method: GET

Supported by Editions: Zend Server, Zend Server Cluster Manager

Request Parameters:  

Parameter

 Type

Required

Description

eventsGroupId

String

Yes

The issue event group identifier

 

 

Usage Example

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

Monitor Methods

monitorGetIssuesListByPredefinedFilter   

monitorGetIssuesDetails

monitorChangeIssueStatus

 

 

 

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