builtin:custom-unit)
Here you can create custom units.
builtin:custom-unit
group:metrics
environment
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:custom-unit |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:custom-unit | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:custom-unit |
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.
newUnitName
Unit name has to be unique and is used as identifier.
E.g: Byte, Second, BytePerMinute
newUnitPluralName
Unit plural name represent the plural form of the unit name.
E.g: Bytes, Seconds
newUnitSymbol
Unit symbol has to be unique.
E.g: s, m/s, B/min, bit/s
newUnitDescription
Unit description should provide additional information about the new unit
E.g: Byte: 8 bits of information