The following example shows how to populate the configuration file in order to integrate between CMDB and techpulse. Start with a totally clean configuration file as shown below:
{
"ci": [
{
"reference": "",
"definition": {
"name": {
"type": "",
"key": ""
},
"brand": {
"type": "",
"key": ""
},
"model": {
"type": "",
"key": ""
},
"assetTag": {
"type": "",
"key": ""
},
"serial": {
"type": "",
"key": ""
},
"responsible": {
"SearchBy": [
"Email"
],
"type": "",
"key": "",
"DefaultValue": {
"id": 0
}
}
}
}
],
"category": [
{
"id": 0,
"reference": "",
"keys": [
""
],
"projectId": 0,
"additionalFields": [
{
"id": 0,
"key": "",
"mapping": [
{
"id": 0,
"value": ""
}
]
}
],
"state": [
{
"id": 0,
"reason": 0,
"value": ""
}
]
}
],
"numberProcesses": 0,
"tenantIds": [
""
]
}
To proceed with the example described, follow the steps below: