Class ExecutionRequestLoggingController

java.lang.Object
org.qubership.atp.ram.logging.controllers.ExecutionRequestLoggingController

@RequestMapping("/api/logging/executionRequests") @RestController public class ExecutionRequestLoggingController extends Object
  • Constructor Details

    • ExecutionRequestLoggingController

      public ExecutionRequestLoggingController()
  • Method Details

    • stop

      @PostMapping("/{uuid}/stop") public void stop(@PathVariable("uuid") UUID id)
      Stop execution request.
      Parameters:
      id - of execution request
    • updateExecutionStatus

      @PostMapping("/{uuid}/updExecutionStatus{executionStatus}") public void updateExecutionStatus(@PathVariable("uuid") UUID id, @PathVariable("executionStatus") org.qubership.atp.ram.enums.ExecutionStatuses executionStatus)
      Update execution status of execution request.
      Parameters:
      id - of execution request
      executionStatus - new value of execution status