builtin:ua.inventory-explorer-settings)
Configure layout for Inventory Explorer
Schema ID | Schema groups | Scope |
---|---|---|
builtin:ua.inventory-explorer-settings |
| ua-explorer |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ua.inventory-explorer-settings |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:ua.inventory-explorer-settings | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ua.inventory-explorer-settings |
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.
Property | Type | Description | Required |
---|---|---|---|
Titletitle | text | Main title of explorer view | required |
Display filterbardisplayFilterbar | boolean | If true, filterbar will be displayed | required |
Display quick filtersdisplayQuickFilters | boolean | If true, quick filters, that can be used to filter entities will be displayed | required |
Display perspectivesdisplayPerspectives | boolean | If true, perspectives that can be used to change displayed data will be displayed | required |
Typestypes | ExplorerType[] | List of entity relations to be fetched | required |
Perspectivesperspectives | ExplorerPerspective[] | A list of perspectives displayed when displayPerspectives is true | required |
ExplorerType
objectProperty | Type | Description | Required |
---|---|---|---|
Display namename | text | Name of the Inventory Explorer type. It is displayed in type selector in the left sidebar. Must be unique. | required |
Iconicon | text | Icon name of the Inventory Explorer type. Only names of icons from DT platform icon set can be used. | optional |
Expand by defaultdefaultExpanded | boolean | If selected, the type will be expanded by default in type selector in the left sidebar. | required |
content | ExplorerTypeContent |
That card will be displayed as a content of the Inventory Explorer type. To display multiple in vertical layout - use Card Group. | required |
Filtering referencefilteringReference | text | Key used to refer appropriate filtering schema | optional |
SubtypessubTypes | ExplorerSubtype[] | List of subtypes (2nd-level in type selector). | required |
List of conditionsconditions | set | All conditions from the list need to be fulfilled for the entity type to be used in explorer | required |
ExplorerPerspective
objectProperty | Type | Description | Required |
---|---|---|---|
Perspective keykey | text | A key used to refer perspective | required |
Perspective labellabel | text | A display name of a perspective | optional |
ExplorerTypeContent
objectProperty | Type | Description | Required |
---|---|---|---|
Card Typetype | enum |
| required |
Card keykey | text | Unique key of the card, which is used to reference desired card or card group configuration | required |
Display namedisplayName | text | Display name of a card group | required |
List of card referencescards | NestedContentReference[] | List of references to cards displayed in card group | required |
ExplorerSubtype
objectProperty | Type | Description | Required |
---|---|---|---|
Display namename | text | Name of the Inventory Explorer type. It is displayed in type selector in the left sidebar. Must be unique. | required |
content | ExplorerTypeContent |
That card will be displayed as a content of the Inventory Explorer type. To display multiple in vertical layout - use Card Group. | required |
Filtering referencefilteringReference | text | Key used to refer appropriate filtering schema | optional |
List of conditionsconditions | set | All conditions from the list need to be fulfilled for the entity type to be used in explorer | required |
NestedContentReference
objectProperty | Type | Description | Required |
---|---|---|---|
Card Typetype | enum |
| required |
Card keykey | text | Unique key of the card, which is used to reference desired card configuration | required |
List of conditionsconditions | set | All conditions from the list need to be fulfilled for the card to be visible | required |