Class RuntimeDeploymentController
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 Summary
ConstructorsConstructorDescriptionRuntimeDeploymentController(RuntimeDeploymentService runtimeDeploymentService) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.http.converter.json.MappingJacksonValue> findChainRuntimeDeployments(String[] fields)
-
Constructor Details
-
RuntimeDeploymentController
-
-
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)
-