CMDBuild
Version: 2.0.0
CMDBuild is an open source web enterprise environment to configure custom applications for asset management.
Connect CMDBuild with LogicHub
- Navigate to Automations > Integrations.
- Search for CMDBuild.
- Click Details, then the + icon. Enter the required information in the following fields.
- Label: Enter a connection name.
- Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.
- Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).
- Remote Agent: Run this integration using the LogicHub Remote Agent.
- Server URL: The Server URL to connect to the CMDBuild. Example: http://cmdb.domain.ca/cmdbuild
- Username: The Username to connect to the CMDBuild.
- Password: The Password to connect to the CMDBuild.
- After you've entered all the details, click Connect.
Actions for CMDBuild
Read All Cards
Return list of cards.
Input Field
Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.
Input Name | Description | Required |
---|---|---|
Class ID | Jinja-templated text containing the class ID. | Required |
Output
A JSON object containing multiple rows of result:
- has_error: True/False
- error: message/null
- result: List of cards.
{
"Bloque": "B01",
"ClienteID": 113305,
"Code": null,
"Description": "1.-CN1 N3 TORNADO",
"EMAIL": "[email protected]",
"Notes": null,
"TelefonoFijo": null,
"TelefonoMovil": "+56 9 5673 5892",
"_id": 257165,
"_type": "type",
"error": null,
"has_error": false
}
Read All Values of a Type
Return list of cards.
Input Field
Input Name | Description | Required |
---|---|---|
Type | Jinja-templated text containing the type. | Required |
Output
A JSON object containing multiple rows of result:
- has_error: True/False
- error: message/null
- result: List of values.
{
"_id": 169557,
"_type": "type",
"active": true,
"code": "LIHA",
"default": false,
"description": "LIHA",
"error": null,
"has_error": false,
"number": 1,
"parent_id": null,
"parent_type": null
}
Release Notes
v2.0.0
- Updated architecture to support IO via filesystem
Updated about 1 year ago