Skip to main content
Version: 2.2.0

Custom Attributes

To enhance user flexibility, our incident management system allows configurators to define custom attributes tailored to their specific needs through a set of APIs. This enables incident owners to assign relevant values to these attributes, enriching the system's adaptability. To ensure data consistency and quality, incident owners must adhere to the predefined names and data types of these custom attributes.

example of a incident with attributes
{
"id": "INC_20241216_0001",
"name": "Security Breach",
"attributes": {
"count": 1235,
"pending": true
},
"location": ""
}