update_service_level
Update a Service Level Indicator by its GUID: modify name, description, event queries, or SLO objectives.
Instructions
Update a Service Level Indicator (name, description, event queries, objectives) by its SERVICE_LEVEL entity GUID. Note: changing the SLI function on an existing SLI may not reset the engine's computation pipeline; if numbers stay wrong after an update, delete and recreate the SLI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guid | Yes | SERVICE_LEVEL entity GUID | |
| name | No | New SLI name (optional) | |
| description | No | New SLI description (optional) | |
| events | No | SLI event queries. Provide validEvents plus either goodEvents or badEvents. | |
| objectives | No | SLO objectives, e.g. [{target: 99.9, timeWindow: {rolling: {count: 28, unit: DAY}}}] |