Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#000: Obsrv Installation Documentation - 1.2.0-RC #283

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions api-service/swagger-doc/openapi_v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9443,7 +9443,7 @@ paths:
post:
tags:
- Alert Notification-channels
summary: search channels
summary: Search Notificaation Channels
requestBody:
content: {}
responses:
Expand All @@ -9455,7 +9455,7 @@ paths:
post:
tags:
- Alert Notification-channels
summary: Add channel (Email)
summary: Configure channel
requestBody:
content:
application/json:
Expand Down Expand Up @@ -9484,7 +9484,7 @@ paths:
get:
tags:
- Alert Notification-channels
summary: publish channel
summary: Publish Channel
responses:
'200':
description: Successful response
Expand All @@ -9494,7 +9494,7 @@ paths:
post:
tags:
- Alert Notification-channels
summary: test channel
summary: Verify Configured Channel
requestBody:
content:
application/json:
Expand Down Expand Up @@ -9527,7 +9527,7 @@ paths:
patch:
tags:
- Alert Notification-channels
summary: update channel
summary: Update Specific Channel
requestBody:
content:
application/json:
Expand All @@ -9551,7 +9551,7 @@ paths:
delete:
tags:
- Alert Notification-channels
summary: delete channel
summary: Delete Channel
responses:
'200':
description: Successful response
Expand Down Expand Up @@ -9632,7 +9632,7 @@ paths:
patch:
tags:
- Alert silence
summary: Edit Request
summary: Modify Silence Request
requestBody:
content:
application/json:
Expand All @@ -9657,7 +9657,7 @@ paths:
delete:
tags:
- Alerts Wrapper
summary: 'delete rule '
summary: 'Delete Configured Alert Rules '
description: This URLwill provided access to user to delete any custom rule.
responses:
'200':
Expand All @@ -9675,7 +9675,7 @@ paths:
patch:
tags:
- Alerts Wrapper
summary: 'edit rule '
summary: 'Update Rule '
description: >-
This URL will provide access to users to edit any properties in the
Alert rule and save the changes.
Expand Down Expand Up @@ -9707,7 +9707,7 @@ paths:
get:
tags:
- Alerts Wrapper
summary: 'publish rule '
summary: 'Publish Alert Rules '
responses:
'200':
description: Successful response
Expand Down Expand Up @@ -9896,7 +9896,7 @@ paths:
post:
tags:
- Alerts Wrapper
summary: 'search rule '
summary: 'Search Alert Rule'
requestBody:
content:
application/json:
Expand All @@ -9920,7 +9920,7 @@ paths:
get:
tags:
- Alerts Wrapper
summary: 'get specific rule '
summary: 'Get Alert Rule'
responses:
'200':
description: Successful response
Expand All @@ -9930,7 +9930,7 @@ paths:
post:
tags:
- Alert Metric_alias
summary: add metric
summary: Create Custom Metric
requestBody:
content:
application/json:
Expand All @@ -9949,7 +9949,7 @@ paths:
post:
tags:
- Alert Metric_alias
summary: list metrics
summary: List Create Metrics
requestBody:
content:
application/json:
Expand All @@ -9972,7 +9972,7 @@ paths:
patch:
tags:
- Alert Metric_alias
summary: update metric
summary: Modify Metric
requestBody:
content:
application/json:
Expand All @@ -9996,7 +9996,7 @@ paths:
delete:
tags:
- Alert Metric_alias
summary: remove metric
summary: Delete Metric
responses:
'200':
description: Successful response
Expand Down
Loading