In this document, you will find information about configuring the Matrix42 endpoint type in ONEiO.
General Information
Field | Description |
Status | Sets the status of the endpoint. Active or Suspended. |
Name | Name of the endpoint. It is recommended to use short names as this name is displayed throughout ONEiO. |
MX42 Base URL | The base address of the server hosting the API of your Matrix42 instance. |
Authentication Token | Accessible in edit mode only after the endpoint has been created. Required to configure the PowerShell script part of the Matrix42 workflow that sends event data to ONEiO. |
Token | The API token issued by your instance of Matrix42 |
Unrecoverable HTTP Error Codes | A comma-delimited list of error codes that should not be retried by the ONEiO engine. When encountered, these errors will cause the transaction to fail without retry. |
Entity Types
By default, the endpoint supports several entity types. If you require additional entities, please contact our support team at support@oneio.cloud.
The following entity properties are preconfigured for optimized integration
Field | Description |
Configuration Item | The configuration item you are integrating with ONEiO. |
Display Name | You can customize the display name of an entity. |
HTTP Success Codes | Comma-delimited list of HTTP status codes that the engine treats as successful. |
Id Element in Sync Response | The path to the element representing the ID of the configuration item in the response after a message is sent. |
Allow Missing Id for Updates | Overrides the default behavior that requires the entity ID for updates. |
ID Attribute | The path to the element representing the ID of the entity in an incoming message. |
External ID Attribute | The path to the element representing an external reference. |
HTTP Method for CREATE | The HTTP method used by ONEiO to send a "CREATE" message. |
Target for CREATE | URI used for "CREATE" messages. ${EntityType} resolves to the actual entity type. |
HTTP Method for UPDATE | The HTTP method used by ONEiO to send an "UPDATE" message. |
Target for UPDATE | URI used for "UPDATE" messages. ${EntityType} resolves to the actual entity type. |
Comments
Please sign in to leave a comment.