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 | Default IC identifier, in case the case does not have an associated CI from techpulse it can be assigned with a fixed value, this value is optional |
category | Identifier of the category to be assigned to the new CI |
projects | List of identifiers of the projects to which the new IC will be associated |
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.