# Incidents

As administrator select Incidents from Project Configuration Page menu. This section describes on how you can create incident end points so that the data flows from source to target (which is cfxOIA).<br>

#### Incident Endpoints (Target)

Incident Endpoints allows to create both source and target endpoints. The source end point is where incidents are coming from  and the target system normally is cfxOIA. We will create only one target end point while there could be many source end points. <br>

1. Click on the ‘+’ icon to create either Target or Source endpoint.&#x20;
2. Select Target end point.
3. Enter Name, Description and select Event type (ex: ServiceNow Ticket, JIRA Ticket, etc or OIA Ticket).
4. Select End Point type. Cloudfabrix supports various endpoint types. Some examples are webhooks, REST, CSV, Email, MangoDB, ServiceNow SaaS, etc.
5. Enter Notification ID (ex: NEW\_TICKETS,etc)
6. Once the end point is created, from the Incidents page, on the context menu click ‘Enable’ .
7. A sample entry for default OIA Incident is shown below.

![](https://lh5.googleusercontent.com/PpUKVqoFjv1ycpjAgNytYGSws_y9470ntUBh5LqjXkT_pRxJVJNdpyyX8dfE2huvSh7ph1wF9yNgW5FPpcxr9v0dbRaqdOF-lHN_5VNyhGB06_AGdBjepLeO59gCPoGunkjeV7FM)

#### Incident End Point(Source)

For various sources where the incidents could be residing, we need to create a source endpoint. The following procedure covers creating ServiceNow end points using a webhook.

1. Click on ‘+’ to create endpoint. Select Source as endpoint Role.
2. Enter endpoint name, description, select event type and choose endpoint type. For SalesForce the endpoint type is Webhook. Based on the endpoint type, the view expands to capture all the endpoint related information including authentication.
3. Click Save.
4. The following screens display a sample endpoint using ServiceNow as source.

\ <br>

![](https://lh6.googleusercontent.com/q6fnFR4b53AgR1h_7V5MY_cPdgdBqiSXXdAOHw4t_1WbSazN4HOA8_5MoR69uC1rY2Hme5yHEI_EiVDXn8MjxYm9Yi0LrtfAyskcsnlQw3imNmg7GakI91oZQzYPs41hkvXf_Ifi)

![](https://lh5.googleusercontent.com/DABmCmjLbevxbr8YPd7qGXm7GxkuPqN61au8rle1lzARuLGnJWkUbGT1JSJ4BVGeWyLEFZQU0iPtoYxdJsyn2DVZXQKbw1kg8zlfaFOxzLFo2I2lbMtmA2fQwoBv2WzyfWqhr7kk)

### Incident Mapping

Once the endpoints are created, the next step is to map both source and target endpoints.<br>

Navigation: Project Configuration -> Incidents -> Incident Mapping

1. Click on ‘+’ add to create the mapping between source and target systems.
2. Event Category will be ‘Incidents’
3. Choose to enable this mapping or to disabled by choosing Yes/No.
4. Enter description
5. Select Source Endpoint.
6. Select Target Endpoint.
7. Click Save.

Once saved, it is displayed in the Incident Mapping view as displayed below.

![](https://lh4.googleusercontent.com/-l2wiC40eixIuLSyJyUomB33L0dAk64V9tpoowF4uWBb-5D1wpODq4TignYuHZ0I_bjoyqxg9UgmA9UtaYu6RS-MOOjR7D_8QVnT-ONi7F62KDF3nKWBSd1NKgG9iDYUKCMHlPtb)

![](https://lh4.googleusercontent.com/VbBHneHyf5igZBSddDikYVjL8-m7EvIfjWSu84Md4uTo5HkirWFRF4RtZVdpFhUjqivGfccXW7bHcgL5uT5N8HAW_xqT416NUI3gBJy-9uJB14KRWs1iQHDWS6kVLJ2efb03VEnS)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://oiadocs.cloudfabrix.io/admin-features-guide/projects/configure-project/incidents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
