public interface InstanceActionsService extends RestService
Modifier and Type | Method and Description |
---|---|
InstanceAction |
get(String serverId,
String requestId)
Shows information about a specified instance action
|
List<? extends InstanceAction> |
list(String serverId)
List the executed actions on the specified
serverId |
List<? extends InstanceAction> list(String serverId)
serverId
serverId
- the server idInstanceAction get(String serverId, String requestId)
serverId
- the server idrequestId
- the request identifierCopyright © 2017. All rights reserved.