Settings 2.0 - Events cards schema
Events cards (builtin:ua.events-card
)
Specifies the behavior of the events card. Paging, entity - event selectors etc.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:ua.events-card |
| ua-screen |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
key | Key | text | Unique key, which is used to map to this events card in the screen layout config | required |
displayName | Display name | text | The title of the card. | optional |
description | Description | text | The description of the card Markdown syntax can be used to enrich description. To define a link, you can only use seaOtter links (https://dt-url.net/XXXXXXX) or action expression The format of a single action expression is: actionName|key=param|key2=param2 | optional |
entitySelectorTemplates | Entity selector templates | set | Up to 10 entity selectors, used to fetch data for related entities For example for a host screen where you want to show the processes charts this might look like this: Please mind that the Leave empty to gather data for current entity. | required |
eventSelectorTemplate | Event selector template | text | An event selector that is used to fetch events for related entities | optional |
pageSize | Page size | integer | Number of events per page | required |
showPagination | Show pagination | boolean | Enable or disable pagination bar at the bottom of the card | required |
showFiltering | Show filtering | boolean | Enable or disable filtering bar at the bottom of the card | required |