HTTP Example:POST /API/managementAPI/getAvailableJars
options=…
| API Example: AbstractRemoteManagementAPI.getAvailableJars({'options': }); |
Gets the name of all available JARs. - Output:
- java.util.Set<java.lang.String> - a collection of JAR names
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|