• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Problems card

Settings API - Problems card schema table

Problems card (builtin:ua.problems)

Configure entitiy selectors to display problems for related entities.

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

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
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 problems of related processes 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