diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2019-12-20 15:07:46 -0600 |
---|---|---|
committer | Sandeep Shah <sandeeplinux1068@gmail.com> | 2019-12-20 15:07:46 -0600 |
commit | 8dd16669775bf23c35c25b6adf2f5adccdda1730 (patch) | |
tree | ba01f54c84d6cd529b23e856cc730cab4987a018 /odlsli/src | |
parent | fc4bb348c8a8b4a5d5f77065b8ebbca16d6ce5b8 (diff) |
DG's and Templates for A1 Adapter
Included are 10 DG's, any pertinent templates, and updated properties
file
Issue-ID: CCSDK-2013
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: Ia2edfb3d1be5043101487289fa15e71d953ddf1c
Diffstat (limited to 'odlsli/src')
-rw-r--r-- | odlsli/src/main/properties/a1-adapter-api-dg.properties | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/odlsli/src/main/properties/a1-adapter-api-dg.properties b/odlsli/src/main/properties/a1-adapter-api-dg.properties index 390724e6..471e6fb9 100644 --- a/odlsli/src/main/properties/a1-adapter-api-dg.properties +++ b/odlsli/src/main/properties/a1-adapter-api-dg.properties @@ -39,7 +39,7 @@ restapi.a1Mediator.getpolicyinstancestatus.template=a1Mediator-getpolicyinstance # Templates for DMAAP restapi.dmaap-publish.templatefile=a1Adapter-dmaap-publish-template.json -restapi.dmaap-publish-config-response.template=a1Adapter-dmaap-publish-config-response-template.json +restapi.dmaap-publish-generic-response.template=a1Adapter-dmaap-publish-generic-response-template.json restapi.dmaap-publish-a1Mediator.healthcheck-payload.template=a1Mediator-dmaap-publish-healthcheck-payload.json restapi.dmaap-publish-a1Mediator.getpolicytypes-payload.template=a1Mediator-dmaap-publish-getpolicytypes-payload.json @@ -64,16 +64,17 @@ a1Adapter-dmaap.requestID= a1Adapter-dmaap.aai= a1Adapter-dmaap.version= -a1Adapter-dmaap-config-resp.timestamp= -a1Adapter-dmaap-config-resp.apiver= -a1Adapter-dmaap-config-resp.requestID= -a1Adapter-dmaap-config-resp.subrequestID= -a1Adapter-dmaap-config-resp.requesttrack= -a1Adapter-dmaap-config-resp.flags= -a1Adapter-dmaap-config-resp.version= -a1Adapter-dmaap-config-resp.rpc-name.modifyconfiganr= -a1Adapter-dmaap-config-resp.rpc-name.modifyconfig= -a1Adapter-dmaap-config-resp.correlationID= -a1Adapter-dmaap-config-resp.type=response -a1Adapter-dmaap-config-resp.status-code= -a1Adapter-dmaap-config-resp.status-value= +#TO DO few below parms have to align with incoming parms +a1Adapter-dmaap-resp.timestamp=2018-09-10T07:10:05.614Z +a1Adapter-dmaap-resp.apiver=1.0 +a1Adapter-dmaap-resp.requestID=722ee65a-8afd-48df-bf57-c152ae45bacc +a1Adapter-dmaap-resp.subrequestID=1 +a1Adapter-dmaap-resp.requesttrack=no +a1Adapter-dmaap-resp.flags={} +a1Adapter-dmaap-resp.version=1.0 +a1Adapter-dmaap-resp.rpc-name.modifyconfiganr= +a1Adapter-dmaap-resp.rpc-name.modifyconfig= +a1Adapter-dmaap-resp.correlationID=722ee65a-8afd-48df-bf57-c152ae45bacc-1 +a1Adapter-dmaap-resp.type=response +a1Adapter-dmaap-resp.status-code= +a1Adapter-dmaap-resp.status-value= |