Skip to content

Commit f6e4411

Browse files
committed
Updated registry and supported resources with platform SLO
1 parent 6a95f5d commit f6e4411

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

documentation/supported-resources.md

+1
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,5 @@ Dynatrace Configuration as Code via Terraform supports the following resources,
329329
| dynatrace_openpipeline_sdlc_events | /platform/openpipeline/v1/configurations/events.sdlc | openpipeline:configurations:read, openpipeline:configurations:write |
330330
| dynatrace_openpipeline_security_events | /platform/openpipeline/v1/configurations/events.security | openpipeline:configurations:read, openpipeline:configurations:write |
331331
| dynatrace_platform_bucket | /platform/storage/management/v1/bucket-definitions | storage:bucket-definitions:read, storage:bucket-definitions:write |
332+
| dynatrace_platform_slo | /platform/slo/v1/slos | slo:slos:read, slo:slos:write |
332333
| dynatrace_segment | /platform/storage/filter-segments/v1/filter-segments | storage:filter-segments:read, storage:filter-segments:write, storage:filter-segments:share, storage:filter-segments:delete, storage:filter-segments:admin |

templates/index.md.tmpl

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ Define `DT_CLIENT_ID`, `DT_CLIENT_SECRET`, `DT_ACCOUNT_ID` based off of the crea
7878
* **Delete direct-shares** (`document:direct-shares:delete`)
7979
* **Read OpenPipeline configurations** (`openpipeline:configurations:read`)
8080
* **Write OpenPipeline configurations** (`openpipeline:configurations:write`)
81+
* **View SLOs** (`slo:slos:read`)
82+
* **Create and edit SLOs** (`slo:slos:write`)
83+
* **View SLO objective templates** (`slo:objective-templates:read`)
8184
* **View bizevents** (`storage:bizevents:read`)
8285
* **View bucket metadata** (`storage:bucket-definitions:read`)
8386
* **Write buckets** (`storage:bucket-definitions:write`)

0 commit comments

Comments
 (0)