mirror of
https://github.com/coder/coder.git
synced 2026-06-07 15:08:20 +00:00
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
{
|
|
"_version": "1.1",
|
|
"msg_id": "00000000-0000-0000-0000-000000000000",
|
|
"payload": {
|
|
"_version": "1.1",
|
|
"notification_name": "Workspace Out Of Disk",
|
|
"notification_template_id": "00000000-0000-0000-0000-000000000000",
|
|
"user_id": "00000000-0000-0000-0000-000000000000",
|
|
"user_email": "bobby@coder.com",
|
|
"user_name": "Bobby",
|
|
"user_username": "bobby",
|
|
"actions": [
|
|
{
|
|
"label": "View workspace",
|
|
"url": "http://test.com/@bobby/bobby-workspace"
|
|
}
|
|
],
|
|
"labels": {
|
|
"workspace": "bobby-workspace"
|
|
},
|
|
"data": {
|
|
"volumes": [
|
|
{
|
|
"path": "/home/coder",
|
|
"threshold": "90%"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"title": "Your workspace \"bobby-workspace\" is low on volume space",
|
|
"title_markdown": "Your workspace \"bobby-workspace\" is low on volume space",
|
|
"body": "Hi Bobby,\n\nVolume /home/coder is over 90% full in workspace bobby-workspace.",
|
|
"body_markdown": "Hi Bobby,\n\nVolume **`/home/coder`** is over 90% full in workspace **bobby-workspace**."
|
|
} |