Keep home page
Search or ask...
keephq/keep
Platform
keephq/keep
Search...
Navigation
maintenance
Create Maintenance Rule
Overview
Introduction
Playground
Use Cases
Key Concepts
Alerts
Overview
Alert Table
Action Menu
Alert Sidebar
Customized Presets
Incidents
Overview
AIOps
Correlation
Deduplication
Extraction
Mapping
Service Topology
Maintenance Windows
Workflows
Workflow Automation
Overview
Syntax
Examples
Providers
Overview
Adding a New Provider
Supported Providers
Deployment
Getting Started
Configuration
Monitoring
Authentication
Provision
Secret Store
Deploy On
Specifications
Development
Getting started
Keep with an external URL
Keep API
providers
actions
healthcheck
topology
alerts
deduplications
maintenance
POST
Create Maintenance Rule
DEL
Delete Maintenance Rule
GET
Get Maintenance Rules
PUT
Update Maintenance Rule
incidents
settings
workflows
whoami
pusher
status
rules
preset
enrichment
auth
metrics
users
groups
mappings
dashboard
tags
Keep CLI
Overview
Installation
Sync Keep Workflows With Github Action
Commands
maintenance
Create Maintenance Rule
Create a new maintenance rule
POST
/
maintenance
Send
Authorization
X-API-KEY
string
*
X-API-KEY
Required
string
Body
object
*
name
string
*
name
Required
string
description
string
description
string
cel_query
string
*
cel_query
Required
string
start_time
string
*
start_time
Required
string
duration_seconds
integer
duration_seconds
integer
suppress
boolean
Select option
suppress
boolean
enabled
boolean
Select option
enabled
boolean
Authorizations
API Key
HTTPBasic
OAuth2PasswordBearer
​
X-API-KEY
string
header
required
Body
application/json
​
name
string
required
​
cel_query
string
required
​
start_time
string
required
​
description
string
​
duration_seconds
integer
​
suppress
boolean
default: false
​
enabled
boolean
default: true
Response
200 - application/json
​
id
integer
required
​
name
string
required
​
created_by
string
required
​
cel_query
string
required
​
start_time
string
required
​
end_time
string
required
​
description
string
​
duration_seconds
integer
​
updated_at
string
​
suppress
boolean
default: false
​
enabled
boolean
default: true
Update Deduplication Rule
Delete Maintenance Rule