Fix URL for PDP Push 47/87247/1
authorsebdet <sebastien.determe@intl.att.com>
Wed, 8 May 2019 14:03:50 +0000 (16:03 +0200)
committersebdet <sebastien.determe@intl.att.com>
Wed, 8 May 2019 14:03:50 +0000 (16:03 +0200)
Fix the URL to push all policies to PDP group so they are all deployed

Issue-ID: CLAMP-369
Change-Id: I67c4ccdb597e5b3c67b98fe10a35550f66bd449b
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
src/main/resources/clds/camel/routes/flexible-flow.xml

index 43b231e..920e1e5 100644 (file)
                        </setHeader>
                        <log
                                loggingLevel="INFO"
-                               message="Endpoint to add policies to PDP Group: {{clamp.config.policy.pap.url}}/policy/pap/v1/pdps"></log>
+                               message="Endpoint to add policies to PDP Group: {{clamp.config.policy.pap.url}}/policy/pap/v1/pdps/policies"></log>
                        <toD
-                               uri="{{clamp.config.policy.pap.url}}/policy/pap/v1/pdps?bridgeEndpoint=true&amp;throwExceptionOnFailure=${exchangeProperty[raiseHttpExceptionFlag]}&amp;httpClient.connectTimeout=10000&amp;useSystemProperties=true&amp;authUsername={{clamp.config.policy.pap.userName}}&amp;authPassword={{clamp.config.policy.pap.password}}" />
+                               uri="{{clamp.config.policy.pap.url}}/policy/pap/v1/pdps/policies?bridgeEndpoint=true&amp;throwExceptionOnFailure=${exchangeProperty[raiseHttpExceptionFlag]}&amp;httpClient.connectTimeout=10000&amp;useSystemProperties=true&amp;authUsername={{clamp.config.policy.pap.userName}}&amp;authPassword={{clamp.config.policy.pap.password}}" />
 
                        <doFinally>
                                <to uri="direct:reset-raise-http-exception-flag" />