• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Events cards

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 IDSchema groupsScope
builtin:ua.events-card
  • group:unified-analysis
ua-screen
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ua.events-card
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:ua.events-card
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ua.events-card

Authentication

To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.

Parameters

PropertyLabelTypeDescriptionRequired
keyKeytext

Unique key, which is used to map to this events card in the screen layout config

required
displayNameDisplay nametext

The title of the card.

optional
descriptionDescriptiontext

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
entitySelectorTemplatesEntity selector templatesset

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:
type(PROCESS_GROUP_INSTANCE), fromRelationships.isProcessOf($(entityConditions))

Please mind that the $(entityConditions) is a placeholder for the relation condition.

Leave empty to gather data for current entity.

required
eventSelectorTemplateEvent selector templatetext

An event selector that is used to fetch events for related entities

optional
pageSizePage sizeinteger

Number of events per page

required
showPaginationShow paginationboolean

Enable or disable pagination bar at the bottom of the card

required
showFilteringShow filteringboolean

Enable or disable filtering bar at the bottom of the card

required