X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fclds%2Fcamel%2Froutes%2Fflexible-flow.xml;h=bc79fc211eb6634f7cccec4541be89d86f77e454;hb=09bc8450b2b0c4f60eb4a241efc548d13c5c9912;hp=33419c219c07044b7bbd20eb76c2d449964046c7;hpb=ea77586a744fe9f69293e27d9e3553497f46c2a2;p=clamp.git diff --git a/src/main/resources/clds/camel/routes/flexible-flow.xml b/src/main/resources/clds/camel/routes/flexible-flow.xml index 33419c21..bc79fc21 100644 --- a/src/main/resources/clds/camel/routes/flexible-flow.xml +++ b/src/main/resources/clds/camel/routes/flexible-flow.xml @@ -75,179 +75,4 @@ - - - - - - - - - ${header.LoopObject} == null - - 404 - - - - - - - - - - - - ${header.microServicePolicy.createPolicyPayload()} - - - - POST - - - application/json - - - {{clamp.config.policy.url}}/policyTypes/${header.microServicePolicy.getModelType()}/versions/1.0.0/policies - - - - - - - - - - - null - - - DELETE - - - {{clamp.config.policy.url}}/policyTypes/${header.microServicePolicy.getModelType()}/versions/1.0.0/policies/${header.microServicePolicy.getName()} - - - - - - - - - - - - ${header.operationalPolicy.createPolicyPayload()} - - - - POST - - - application/json - - - {{clamp.config.policy.url}}/policyTypes/onap.policies.controloop.operational/versions/1.0.0/policies - - - - - - - - - - - null - - - DELETE - - - {{clamp.config.policy.url}}/policyTypes/onap.policies.controloop.operational/versions/1.0.0/policies/${header.operationalPolicy.getName()} - - - - - - - - - - - - ${header.guardPolicy.getValue()} - - - - POST - - - application/json - - - {{clamp.config.policy.url}}/policyTypes/onap.policies.controlloop.Guard/versions/1.0.0/policies - - - - - - - - - - - null - - - DELETE - - - {{clamp.config.policy.url}}/policyTypes/onap.policies.controlloop.Guard/versions/1.0.0/policies/${header.guardPolicy.getKey()} - - - - - - - \ No newline at end of file