mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
28 lines
998 B
Plaintext
28 lines
998 B
Plaintext
{
|
|
"_version": "1.1",
|
|
"msg_id": "00000000-0000-0000-0000-000000000000",
|
|
"payload": {
|
|
"_version": "1.1",
|
|
"notification_name": "Workspace Out Of Memory",
|
|
"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": {
|
|
"threshold": "90%",
|
|
"workspace": "bobby-workspace"
|
|
},
|
|
"data": null
|
|
},
|
|
"title": "Your workspace \"bobby-workspace\" is low on memory",
|
|
"title_markdown": "Your workspace \"bobby-workspace\" is low on memory",
|
|
"body": "Hi Bobby,\n\nYour workspace bobby-workspace has reached the memory usage threshold set at 90%.",
|
|
"body_markdown": "Hi Bobby,\n\nYour workspace **bobby-workspace** has reached the memory usage threshold set at **90%**."
|
|
} |