Class EsIndexConfigController
- java.lang.Object
-
- com.arms.api.backoffice.config.esindex.controller.EsIndexConfigController
-
@RestController @RequestMapping("/arms/backoffice/es-index") public class EsIndexConfigController extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EsIndexConfigController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<CommonResponse.ApiResult<java.util.List<IndexStatusSumVO>>>esIndexSumList()org.springframework.http.ResponseEntity<CommonResponse.ApiResult<java.util.List<IndexStatusesWithJobIdVO>>>indexJobHistories()
-
-
-
Method Detail
-
esIndexSumList
@GetMapping("/sum-list") public org.springframework.http.ResponseEntity<CommonResponse.ApiResult<java.util.List<IndexStatusSumVO>>> esIndexSumList()
-
indexJobHistories
@GetMapping("/index-status/histories") public org.springframework.http.ResponseEntity<CommonResponse.ApiResult<java.util.List<IndexStatusesWithJobIdVO>>> indexJobHistories()
-
-