Interface ActivityLogsApi

All Superinterfaces:
ApiService

@Path("/api/v1/activities") @Consumes("application/json") @Produces("application/json") public interface ActivityLogsApi extends ApiService
Operations on activity logs.
  • Method Details

    • serviceName

      default String serviceName()
      Specified by:
      serviceName in interface ApiService
    • getActivityLogs

      @GET @Path("/{containerId:.*/(Release|Delivery|Trigger)[^/]*}") List<ActivityLogEntry> getActivityLogs(@PathParam("containerId") String containerId)
      Gets List of activity logs.
      Parameters:
      containerId - the identifier of the release, template, delivery or pattern
      Returns:
      the activity logs