incidents
Add Comment
Overview
- Introduction
- Playground
- Use Cases
- Key Concepts
- Support
AIOps
- AI
- Non-AI Correlation
- Deduplication
- Extraction
- Mapping
- Maintenance Windows
- Service Topology
- Workflows
Workflow Automation
- Overview
- Syntax
- Examples
Alert Evaluation Engine
- Overview
- Examples
Providers
- Overview
- Linked Providers
- Provider methods
- Supported Providers
- Adding a New Provider
Deployment
- Configuration
- Monitoring
- Authentication
- Provision
- Secret Store
- Deploy On
- Local LLM
- Specifications
Development
Keep API
- providers
- actions
- healthcheck
- topology
- alerts
- deduplications
- maintenance
- incidents
- POSTChange Incident Status
- POSTCreate Incident
- GETGet All Incidents
- GETGet Incident
- PUTUpdate Incident
- DELDelete Incident
- POSTConfirm Incident
- GETGet Incident Alerts
- POSTAdd Alerts To Incident
- DELDelete Alerts From Incident
- POSTConfirm Incident
- POSTAdd Comment
- GETGet Future Incidents For An Incident
- GETGet Incident Workflows
- GETGet Incidents Meta
- POSTMerge Incidents
- POSTCommit With Ai
- POSTCreate Incident
- POSTCreate With Ai
- POSTReceive Event
- POST
- settings
- workflows
- whoami
- pusher
- status
- rules
- preset
- enrichment
- auth
- metrics
- users
- groups
- mappings
- dashboard
- tags
Keep CLI
incidents
Add Comment
Add incident audit activity
POST
/
incidents
/
{incident_id}
/
comment
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"fingerprint": "<string>",
"tenant_id": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"user_id": "<string>",
"action": "<string>",
"description": "<string>"
}
Authorizations
Path Parameters
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"fingerprint": "<string>",
"tenant_id": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"user_id": "<string>",
"action": "<string>",
"description": "<string>"
}