• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Actions

Settings API - Actions schema table

Actions (builtin:ua.screen-actions)

You can define here actions for multiple screen elements.

Schema IDSchema groupsScope
builtin:ua.screen-actions
  • group:unified-analysis
ua-screen
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ua.screen-actions
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:ua.screen-actions
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ua.screen-actions

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
actionScopeScopeenum

Defines in which card type this action is shown. If you select a dynamic card (such as chart group or entity list), specific cards can be referred via the card key as well.

required
keyCard keytext

Unique key of the card, which is used to reference desired card configuration. To add this actions in every card of this type, leave it empty.

optional
actionLocationAction locationenum

Defines where on the card the action is displayed.

  • Show in card header: The action will be shown in the drilldown in the top right corner of the card.
  • Show in each chart: The action will be shown in the drilldown above each chart. This selection is only possible for chart group and entity list.
  • Show in each table row: The action will be shown in the drilldown of every table row. This selection is only possible for entity list and event.
required
mainActionMain actionsboolean

If true, buttons will be displayed outside of actions menu

optional
actionsList of actionslist

Define all actions and their parameters you want to show on this element.

required

Request body objects

The Visualization object
PropertyLabelTypeDescriptionRequired
displayNameDisplay nametext

Override/set action button display name. It will be deduced from action definition if not set.

optional
colorColorenum

Override/set action button theme color.

optional
iconIcontext

Include the barista icon action button.

optional
iconOnlyShow only iconboolean

If selected, only icon will be rendered in the action button. Display name will be moved to the tooltip on hover.

optional
The Action object
PropertyLabelTypeDescriptionRequired
actionExpressionAction expressiontext

The definition of an action

Single action expression. The format is: actionName|key=param|key2=param2

required
visualizationButton visualizationVisualization

If applicable, you can define visualization properties of action button

optional
conditionsList of conditionsset

All conditions from the list need to be fulfilled for the action to be visible

required