public interface ServerActionsService extends RestService
| Modifier and Type | Method and Description |
|---|---|
List<? extends ServerAction> |
list(String serverId)
Gets a list of currently existing
ServerActions for a specified server. |
ServerAction |
show(String serverId,
String requestId)
Gets a event of currently existing
ServerActions for a specified request id |
List<? extends ServerAction> list(String serverId)
ServerActions for a specified server.serverId - the id of serverServerActionsServerAction show(String serverId, String requestId)
ServerActions for a specified request idserverId - the id of serverrequestId - the request id of serverCopyright © 2020. All rights reserved.