Fetch Data from System Property to Transform MAP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 10:32 AM - edited 09-09-2024 06:29 PM
Hi All,
I have a requirement to store the json payload in the system property and use this in transform map field mapping for a specific source field, (source fields having this values source.u_device_class = dvr - snmp)
below is the system Property
system property
Name: DeviceClassMapping
{
"deviceClass": {
"dvr - snmp":"cmdb_ci_server",
"dvr - windows":"cmdb_ci_win_server",
"servers - windows":"cmdb_ci_win_server",
"servers - linux":"cmdb_ci_linux_server",
"servers - generic":"cmdb_ci_server"
}
}
And Now I'm getting this property to Mapping field in transform map field mapping where I need to map CI class based on deviceclass