Skip to main content
POST
Snooze Incident
string
obrigatório
Nome único do incidente (ex: INC-20260319-001)
string
obrigatório
Duração do adiamento no formato Go duration (ex: 30m, 1h, 2h30m)
string
obrigatório
Motivo para adiar o incidente
string
obrigatório
Identificador do usuário que está adiando

Autorizações

Authorization
string
header
obrigatório

Bearer token issued by the operator. Format: Authorization: Bearer <token>.

Parâmetros de caminho

name
string
obrigatório

Unique incident name.

Exemplo:

"INC-20260319-001"

Corpo

application/json
duration
string
obrigatório

Snooze duration in Go duration format (e.g. 30m, 1h, 2h30m). Max 24h.

Exemplo:

"30m"

reason
string
obrigatório

Reason for snoozing.

Exemplo:

"Deploy in progress, will revisit after rollout completes."

snoozedBy
string
obrigatório

User identifier snoozing the incident.

Exemplo:

"carlos.silva@empresa.com"

Resposta

Incident snoozed

apiVersion
string
Exemplo:

"v1"

kind
string
Exemplo:

"Incident"

metadata
object
spec
object
status
object