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 |
|
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: monitorGetIssuesListByPredefinedFilter monitorChangeIssueStatus |
|
|
© 1999-2013 Zend Technologies, Ltd. All rights reserved.