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 Detail

      • serviceName

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

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