The following example shows how to populate the configuration file in order to integrate between ASMS and HP TechPulse.
Start with a totally clean configuration file as shown below:
{
"mappers": [
{
"tenantIds": [
""
],
"case": {
"customer": 0,
"company": 0,
"category": 0,
"ci": 0,
"itemType": "",
"project": 0,
"service": 0,
"reason": 0,
"applicant": 0,
"registryType": 0,
"responsible": 0,
"group": 0,
"state": [
{
"id": 0,
"value": "",
"commentary": ""
}
],
"urgency": [
{
"id": 0,
"value": ""
}
],
"additionalFields": [
{
"fieldId": 0,
"values": [
""
]
}
]
},
"filter": "",
"subtypes": [
""
]
}
],
"cis": [
{
"id": 0,
"category": 0,
"projects": [
0
],
"responsible": 0
}
],
"companies": [
{
"id": 0,
"tenantId": ""
}
],
"uniqueTenant": ""
}
- HP TechPulse SubType Mapping
- Register “case” properties
- Get HP TechPulse Tenants
- Register “ci” properties
- Final configuration file
- Register the configuration file in the Aranda Integration Center (AIC)