The libraryGetStatus Web API Method
Get the list of libraries currently deployed on the server or the cluster, and information about each library’s available versions. If library IDs are specified, will return information about the specified applications; If no IDs are specified, will return information about all libraries.
Version: 1.5
Required Permissions: Read-only
HTTP method: GET
Supported by Editions: Zend Server
Request Parameters:
Parameter |
Type |
Required |
Description |
libraries |
Array |
No |
List of library IDs. If specified, information will be returned about these applications only. If not specified, information about all applications will be returned. Note that if a non-existing application ID is provided, this action will not fail but instead will return no information about the specific app. |
direction |
String |
No |
One of ASC|DESC. Sets the ordering direction. Ordering is always by User application name |
Expected Response Code: 200 OK - For more information see Response Format.
Response Type: libraryList
Possible Action Specific Error Codes: This action has no specific error codes
Example
|
Request
Response
|