Interface ServerActionsService

  • All Superinterfaces:
    RestService
    All Known Implementing Classes:
    NovaServerActionsService

    public interface ServerActionsService
    extends RestService
    This interface defines all methods for the manipulation of server actions
    Author:
    sujit sah
    • Method Detail

      • show

        ServerAction show​(String serverId,
                          String requestId)
        Gets the server action associated with specific request id for the specified server
        Parameters:
        serverId - the id of server
        request - id of specific action for the specified server
        Returns:
        the server action detail