Class ProbesObject
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.restapi.server.jaxrs.management.ProbesObject
- Since:
- 11.3
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, initialize, isAdapter, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
-
Constructor Details
-
ProbesObject
public ProbesObject()
-
-
Method Details
-
doGet
Gets the info of a specific probe.- Parameters:
probeName
- the shortcut name of the probe to get- Returns:
- a
ProbeInfo
-
doGet
Gets all the infos of all probes.- Returns:
- a list of all
ProbeInfo
-
launch
Launches a specific probe.- Parameters:
probeName
- the shortcut name of the probe to launch- Returns:
- the result of the probe in a
ProbeInfo
-
checkProbe
-