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 the server action associated with specific request id for the specified server
|
List<? extends ServerAction> list(String serverId)
ServerActions for a specified server.serverId - the id of serverServerActionsServerAction show(String serverId, String requestId)
serverId - the id of serverrequest - id of specific action for the specified serverCopyright © 2021. All rights reserved.