Retrieve a list of zend components and associated information. Each component holds information both on it’s extension and it’s daemon (service). If the component does not have a daemon, then daemon status returned is ‘None’.
Version: 1.3
Required Permissions: Full
HTTP method: GET
Supported by Editions: All
Request Parameters:
Parameter |
Type |
Required |
Description |
filter |
String |
No |
Apply a certain case-insensitive string filter to the components returned. |
Expected Response Code: 200 OK. For more information see Response Format.
Response Type: A list of extensions, current meta data, state and description.
Possible Action Specific Error Codes:
HTTP Code |
Error Code |
Description |
500 |
internalServerError |
The system could not retrieve the requested components’ information, possibly due to database error |
|
Request (headers removed for clarity)
Response
|
Important Note:
For Zend Server on Mac or Linux, this action is also available via the command line using CLI Tools. For more information see CLI Tools.