java.lang.Object
org.qubership.integration.platform.runtime.catalog.rest.v1.controller.RuntimeDeploymentController

@RestController @RequestMapping(value="/v1/catalog/runtime-deployments", produces="application/json") @CrossOrigin(origins="*") public class RuntimeDeploymentController extends Object
  • Constructor Details

    • RuntimeDeploymentController

      @Autowired public RuntimeDeploymentController(RuntimeDeploymentService runtimeDeploymentService)
  • Method Details

    • findChainRuntimeDeployments

      @GetMapping(produces="application/json") public org.springframework.http.ResponseEntity<org.springframework.http.converter.json.MappingJacksonValue> findChainRuntimeDeployments(@RequestParam(value="fields",required=false) String[] fields)