Interface InstanceActionsService

    • Method Detail

      • list

        List<? extends InstanceAction> list​(String serverId)
        List the executed actions on the specified serverId
        Parameters:
        serverId - the server id
        Returns:
        List of instance actions
      • get

        InstanceAction get​(String serverId,
                           String requestId)
        Shows information about a specified instance action
        Parameters:
        serverId - the server id
        requestId - the request identifier
        Returns:
        the instance action