Settings API - Inventory Explorer layout schema table

  • Published Sep 25, 2025

Inventory Explorer layout (builtin:ua.inventory-explorer-settings)

Configure layout for Inventory Explorer

Schema IDSchema groupsScope
builtin:ua.inventory-explorer-settings
  • group:unified-analysis
ua-explorer
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ua.inventory-explorer-settings
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:ua.inventory-explorer-settings
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ua.inventory-explorer-settings

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

PropertyTypeDescriptionRequired
Title
title
text

Main title of explorer view

required
Display filterbar
displayFilterbar
boolean

If true, filterbar will be displayed

required
Display quick filters
displayQuickFilters
boolean

If true, quick filters, that can be used to filter entities will be displayed

required
Display perspectives
displayPerspectives
boolean

If true, perspectives that can be used to change displayed data will be displayed

required
Types
types
ExplorerType[]

List of entity relations to be fetched

required
Perspectives
perspectives
ExplorerPerspective[]

A list of perspectives displayed when displayPerspectives is true

required
The ExplorerType object
PropertyTypeDescriptionRequired
Display name
name
text

Name of the Inventory Explorer type. It is displayed in type selector in the left sidebar. Must be unique.

required
Icon
icon
text

Icon name of the Inventory Explorer type. Only names of icons from DT platform icon set can be used.

optional
Expand by default
defaultExpanded
boolean

If selected, the type will be expanded by default in type selector in the left sidebar.

required
contentExplorerTypeContent

That card will be displayed as a content of the Inventory Explorer type. To display multiple in vertical layout - use Card Group.

required
Filtering reference
filteringReference
text

Key used to refer appropriate filtering schema

optional
Subtypes
subTypes
ExplorerSubtype[]

List of subtypes (2nd-level in type selector).

required
List of conditions
conditions
set

All conditions from the list need to be fulfilled for the entity type to be used in explorer

required
The ExplorerPerspective object
PropertyTypeDescriptionRequired
Perspective key
key
text

A key used to refer perspective

required
Perspective label
label
text

A display name of a perspective

optional
The ExplorerTypeContent object
PropertyTypeDescriptionRequired
Card Type
type
enum
  • CARD_GROUP
  • CHART_GROUP
  • DQL_TABLE
  • CUSTOM
required
Card key
key
text

Unique key of the card, which is used to reference desired card or card group configuration

required
Display name
displayName
text

Display name of a card group

required
List of card references
cards
NestedContentReference[]

List of references to cards displayed in card group

required
The ExplorerSubtype object
PropertyTypeDescriptionRequired
Display name
name
text

Name of the Inventory Explorer type. It is displayed in type selector in the left sidebar. Must be unique.

required
contentExplorerTypeContent

That card will be displayed as a content of the Inventory Explorer type. To display multiple in vertical layout - use Card Group.

required
Filtering reference
filteringReference
text

Key used to refer appropriate filtering schema

optional
List of conditions
conditions
set

All conditions from the list need to be fulfilled for the entity type to be used in explorer

required
The NestedContentReference object
PropertyTypeDescriptionRequired
Card Type
type
enum
  • CHART_GROUP
  • MESSAGE
  • DQL_TABLE
  • CUSTOM
required
Card key
key
text

Unique key of the card, which is used to reference desired card configuration

required
List of conditions
conditions
set

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

required