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

Settings 2.0 - Logs cards schema

Logs cards (builtin:ua.logs-card)

Specifies the behavior of the logs card like enabling the filterfield, paging, etc..

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

Use Dynatrace search query language to prefilter log data.

It is possible to to use LQL syntax expression {attribute} inEntitySelector \"{entitySelector}\" to display logs of related entities \n\nExample dt.entity.host inEntitySelector \"type(PROCESS_GROUP_INSTANCE) AND fromRelationship.isProcessOf($(entityConditions))\"

optional
pageSizePage sizeinteger

Number of log rows per page

required
enablePagingEnable pagingboolean

Show or hide the link to the next n log records

required
showFilteringShow filteringboolean

Enable or disable filtering bar at the bottom of the card

required