summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authoremartin <ephraim.martin@est.tech>2019-04-15 11:03:19 +0000
committeremartin <ephraim.martin@est.tech>2019-04-15 11:03:19 +0000
commitea5f0af6c28863b5f8ee220e105b6c3221c68b03 (patch)
tree704f0e9f8986fd4953ff067e211354c223766f86 /src/main/resources
parentb5de77cd48e6c976449841c7072417607eb3c18c (diff)
Fix mapping localDn to be optional field
Change-Id: I7d1d4b75ac18e42633206dd5870afeb01a3bc504 Issue-ID: DCAEGEN2-1435 Signed-off-by: emartin <ephraim.martin@est.tech>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/mapping.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/mapping.ftl b/src/main/resources/mapping.ftl
index 2819de6..6743a5a 100644
--- a/src/main/resources/mapping.ftl
+++ b/src/main/resources/mapping.ftl
@@ -116,7 +116,7 @@
{
"granularityPeriod": ${measData.measInfo.granPeriod.@endTime[0]!?datetime?long?c},
"measuredEntityUserName": "${measData.managedElement.@userLabel[0]!}",
- "measuredEntityDn": "${measData.managedElement.@localDn}",
+ "measuredEntityDn": "${measData.managedElement.@localDn[0]!}",
"measuredEntitySoftwareVersion": "${measData.managedElement.@swVersion[0]!}",
"measInfoList": <@measInfoList/>
}