The integration allows configuring required values in CMDB for the creation of new CI’s.
When integrating the cases into ASMS, the CI associated with the case will be automatically created in the Aranda CMDB, when it does not exist on the platform.
NOTE: The search for this IC will be carried out by means of the name of the device associated with the case.
The configuration file has the following structure:
{
"cis": [
{
"id": 0,
"category": 0,
"projects": [
0
],
"responsible": 0
}
]
}
The properties are described below.
Properties | Description |
---|---|
Id | Identifier of the Ci by default, in such a case that the case does not have an associated Ci Since TechPulse can be assigned with a fixed value, this value is optional |
category | Category ID to be assigned to the new Ci |
projects | List of identifiers of the projects to which the new project will be associated Ci |
responsible | Responsible user ID for the new Ci |
Note: If the created CI has a manufacturer associated with it that is not on the ASMS company list, it will be created and associated with the new CI.
Fields added when creating CIs in the Aranda CMDB
Property | Description |
---|---|
deviceName | Device Name |
model | Model |
deviceId | Device Identifier |
serialNumber | Serial number |
deviceManufacter | Manufacturer Identifier |
The required information can be obtained from the CMDB administration console or through postman using the following Guide.