Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
4f216f22
Commit
4f216f22
authored
Jan 09, 2017
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(http): fixes typos
parent
bcfe048a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
docs/sources/http_api/alerting.md
+10
-10
No files found.
docs/sources/http_api/alerting.md
View file @
4f216f22
...
...
@@ -23,7 +23,7 @@ This API can also be used to create, update and delete alert notifications.
**Example Request**
:
GET /api/
org
HTTP/1.1
GET /api/
alerts
HTTP/1.1
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
...
...
@@ -52,7 +52,7 @@ This API can also be used to create, update and delete alert notifications.
**Example Request**
:
GET /api/
org
HTTP/1.1
GET /api/
alerts/1
HTTP/1.1
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
...
...
@@ -80,7 +80,7 @@ This API can also be used to create, update and delete alert notifications.
**Example Request**
:
GET /api/org
HTTP/1.1
POST /api/alerts/1/pause
HTTP/1.1
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
...
...
@@ -106,7 +106,7 @@ This API can also be used to create, update and delete alert notifications.
**Example Request**
:
GET /api/
org
HTTP/1.1
GET /api/
alert-notifications
HTTP/1.1
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
...
...
@@ -131,7 +131,7 @@ This API can also be used to create, update and delete alert notifications.
**Example Request**
:
GET /api/org
HTTP/1.1
POST /api/alerts-notifications
HTTP/1.1
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
...
...
@@ -140,8 +140,8 @@ This API can also be used to create, update and delete alert notifications.
"name": "new alert notification", //Required
"type": "email", //Required
"isDefault": false,
"settings": {
"addresses: "carl@grafana.com;dev@grafana.com"
"settings": {
"addresses
"
: "carl@grafana.com;dev@grafana.com"
}
}
...
...
@@ -166,7 +166,7 @@ This API can also be used to create, update and delete alert notifications.
**Example Request**
:
GET /api/org
HTTP/1.1
PUT /api/alerts-notifications/1
HTTP/1.1
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
...
...
@@ -198,11 +198,11 @@ This API can also be used to create, update and delete alert notifications.
## Delete alert notification
`DELETE /api/alerts-notifications/
1
`
`DELETE /api/alerts-notifications/
:notificationId
`
**Example Request**
:
GET /api/org
HTTP/1.1
DELETE /api/alerts-notifications/1
HTTP/1.1
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment