Explore documentation
Response attributes
Namespace data
| Parameter | Type | Value |
|---|---|---|
id |
String | The ID of the Catalog relation. String representation of a number. |
type |
String | catalog_relation |
attributes |
Object | Attributes object. Contains all the Catalog relation attributes. See below. |
attributes.name |
String | Name of the Catalog relation. |
attributes.description |
String | Description of the Catalog relation. |
attributes.match_mode |
String | How the relation matches incidents against its primary attributes. Possible values are any or all. any (default): The relation applies if at least one primary attribute value matches an incident's corresponding metadata value. all: The relation applies only if every primary attribute value matches an incident's corresponding metadata value. If a primary attribute value is left empty, it will match any value for that attribute in the incident's metadata. |