diff options
author | xg353y <xg353y@intl.att.com> | 2019-02-20 12:45:04 +0100 |
---|---|---|
committer | xg353y <xg353y@intl.att.com> | 2019-02-20 13:47:13 +0100 |
commit | 1885741f27d74104a34cadf1f4d9c73f82c4fcff (patch) | |
tree | 957923b5bc4ee8b6dfdfb12995b6ef244def0491 /src/main/resources/clds/camel/rest/clds-services.xml | |
parent | 9eb3c7a2fa4f6cace52d49a84123f370babaf57f (diff) |
Fix the bugs
Fix the bugs in tosca model related code, due to the json removal
activity.
Issue-ID: CLAMP-292
Change-Id: I6306930052b876b1ba8b0e1ce71689d4499e165c
Change-Id: I6306930052b876b1ba8b0e1ce71689d4499e165c
Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'src/main/resources/clds/camel/rest/clds-services.xml')
-rw-r--r-- | src/main/resources/clds/camel/rest/clds-services.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/clds/camel/rest/clds-services.xml b/src/main/resources/clds/camel/rest/clds-services.xml index e4c4f4cbc..7abffd35d 100644 --- a/src/main/resources/clds/camel/rest/clds-services.xml +++ b/src/main/resources/clds/camel/rest/clds-services.xml @@ -115,6 +115,7 @@ uri="bean:org.onap.clamp.clds.service.CldsToscaService?method=parseToscaModelAndSave(${header.toscaModelName},${body})" /> </put> <get uri="/tosca/models/policyType/{policyType}" + outType="org.onap.clamp.clds.model.CldsToscaModel" produces="application/json"> <to uri="bean:org.onap.clamp.clds.service.CldsToscaService?method=getToscaModelsByPolicyType(${header.policyType})" /> |