Settings API - Kitchen sink schema table
Kitchen sink (builtin:example.kitchen-sink
)
Showcase of property types supported in the UI.
This description is supporting MARKDOWN syntax.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:example.kitchen-sink |
| environment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
MarkdownShowcase | Markdown | MarkdownShowcase | It's very easy to make some words bold and other words italic with Markdown. Sometimes you want numbered lists:
Sometimes you want bullet points:
Alternatively,
Sometimes it's useful to have different levels of headings to structure your documents. Start lines with a You can use one If you'd like to quote someone, use the > character before the line:
| required |
propertyTypes | Property types | PropertyTypes | All supported property types | required |
subPropertyTypes | Sub property types | SubPropertyTypes | All supported sub property types | required |
collectionPropertyTypes | Collection property types | CollectionPropertyTypes | All supported collection property types | required |
Request body objects
The MarkdownShowcase
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
markdown_code_samples | Markdown code samples | text | There are many different ways to style code with GitHub's markdown. If you have inline code blocks, wrap them in backticks:
emoji time! ππππ« | required |
markdown_links_internal | Internal links | text | To link to other Angular screen on same environment, please start your URL with We also support anchors on same pages, just start your url with Important! As you see - you don't need to worry about environment in your href! Markdown is supported inside info popover Angular screen | required |
markdown_links_external | External links | text | Sometimes there is a need to link to external documentation or link to Dynatrace.com! | required |
markdown_emoji | emoji time! | text | ππππ« | required |
The PropertyTypes
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
text | text property type | text | Property type: Java class: Default constraints:
Property type: Java class: Default constraints:
| required |
secret | secret property type | secret | Property type: Java class: Default constraints:
Property type: Java class: Default constraints:
| required |
boolean | boolean property type | boolean | Property type: Java class: Default constraints: - Property type: Java class: Default constraints: - | required |
float | float property type | float | Property type: Java class: Default constraints: - Property type: Java class: Default constraints: - | required |
integer | integer property type | integer | Property type: Java class: Default constraints: - Property type: Java class: Default constraints: - | required |
local_date_time | local_date_time property type | local_date_time | Property type: Java class: Default constraints: - Property type: Java class: Default constraints: - | required |
zoned_date_time | zoned_date_time property type | zoned_date_time | Property type: Java class: Default constraints: - Property type: Java class: Default constraints: - | required |
AnimalEnum | AnimalEnum property type | enum | Property type: Java class: Default constraints: - Property type: Java class: Default constraints: - | required |
The SubPropertyTypes
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
monitored_entity | monitored_entity sub property type | text | Sub property type: Base type: Java class: Default constraints:
Additional constraints:
| required |
host_entity | host_entity sub property type | text | Sub property type: Base type: Java class: Default constraints:
Additional constraints:
| required |
multiline_text | multiline_text sub property type | text | Sub property type: Base type: Java class: Default constraints:
Additional constraints: - | required |
tag | tag sub property type | text | Sub property type: Base type: Java class: Default constraints:
Additional constraints:
| required |
metric | metric sub property type | text | Sub property type: Base type: Java class: Default constraints:
Additional constraints:
| required |
float_percentage | float_percentage sub property type | float | Sub property type: Base type: Java class: Default constraints: - Additional constraints: - | required |
integer_percentage | integer_percentage sub property type | integer | Sub property type: Base type: Java class: Default constraints: - Additional constraints: - | required |
management_zone | management_zone sub property type | text | - | required |
uri | uri sub property type | text | Sub property type: Base type: Java class: Default constraints:
Additional constraints:
| required |
http_url | http_url sub property type | text | Sub property type: Base type: Java class: Default constraints:
Additional constraints:
| required |
email sub property type | text | Sub property type: Base type: Java class: Default constraints:
Additional constraints:
| required | |
regex | regex sub property type | text | Sub property type: Base type: Java class: Default constraints:
Additional constraints:
| required |
datasource_property | datasource_property sub property type | text | - | required |
cssSelector | cssSelector sub property type | text | Sub property type: Base type: Java class: Default constraints:
Additional constraints: - | required |
jsonCode | jsonCode sub property type | text | Sub property type: Base type: Java class: Default constraints:
Additional constraints:
| required |
credentials | credentials sub property type | text | Sub property type: Base type: Java class: Default constraints:
Additional constraints:
| required |
The CollectionPropertyTypes
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
list_complex | list collection property type with complex items | list | Collection property type: Java class: Default constraints: - | required |
set_complex | set collection property type with complex items | set | Collection property type: Java class: Default constraints: - | required |
list_simple | list collection property type with simple items | list | Collection property type: Java class: Default constraints: - | required |
set_simple | set collection property type with simple items | set | Collection property type: Java class: Default constraints: - | required |
The AnimalComplex
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
animal | Animal | enum | - | required |
goodBoi | Is a good boi? | boolean | Of course he is | required |