Settings API - Site Reliability Guardian schema table
Site Reliability Guardian (app:dynatrace.site.reliability.guardian:guardians
)
Create new guardians and add objectives. See documentation
Schema ID | Schema groups | Scope |
---|---|---|
app:dynatrace.site.reliability.guardian:guardians | - | environment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
name | Name | text | - | required |
description | Description | text | - | optional |
tags | Tags | set | Define key/value pairs that further describe this guardian. | required |
objectives | Objectives | list | - | required |
Request body objects
The Objective
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
name | Objective name | text | - | required |
description | Description | text | - | optional |
objectiveType | Objective type | enum | - | required |
dqlQuery | DQL query | text | - | required |
referenceSlo | Reference SLO | text | Please enter the metric key of your desired SLO. SLO metric keys have to start with 'func:slo.' | required |
comparisonOperator | Comparison operator | enum | - | required |
target | Target | float | - | optional |
warning | Warning | float | - | optional |