create-slo-correction
Create time corrections to exclude maintenance or deployment periods from SLO calculations.
Instructions
Create an SLO correction to exclude a time period from SLO calculations (maintenance, deployments)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sloId | Yes | The SLO ID to apply the correction to | |
| category | Yes | Category of the correction | |
| start | Yes | ISO 8601 start time of the correction period | |
| end | No | ISO 8601 end time. Required if duration is not provided | |
| duration | No | Duration in seconds. Required if end is not provided | |
| description | No | Description of the correction | |
| timezone | No | Timezone for display (defaults to UTC). Example: Asia/Seoul | |
| rrule | No | Recurrence rule (RFC 5545 RRULE). Example: FREQ=WEEKLY;INTERVAL=1;BYDAY=SA,SU |