Skip to content

Commit 6d77b4e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e13d2e9 of spec repo
1 parent 747f691 commit 6d77b4e

File tree

6 files changed

+787
-0
lines changed

6 files changed

+787
-0
lines changed

config/_default/menus/api.en.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9427,6 +9427,54 @@ menu:
94279427
url: /api/latest/on-call/
94289428
identifier: on-call
94299429
generated: true
9430+
- name: Get an On-Call notification channel for a user
9431+
url: '#get-an-on-call-notification-channel-for-a-user'
9432+
identifier: on-call-get-an-on-call-notification-channel-for-a-user
9433+
parent: on-call
9434+
generated: true
9435+
params:
9436+
versions:
9437+
- v2
9438+
operationids:
9439+
- GetUserNotificationChannel
9440+
unstable: []
9441+
order: 14
9442+
- name: Delete an On-Call notification channel for a user
9443+
url: '#delete-an-on-call-notification-channel-for-a-user'
9444+
identifier: on-call-delete-an-on-call-notification-channel-for-a-user
9445+
parent: on-call
9446+
generated: true
9447+
params:
9448+
versions:
9449+
- v2
9450+
operationids:
9451+
- DeleteUserNotificationChannel
9452+
unstable: []
9453+
order: 13
9454+
- name: Create an On-Call notification channel for a user
9455+
url: '#create-an-on-call-notification-channel-for-a-user'
9456+
identifier: on-call-create-an-on-call-notification-channel-for-a-user
9457+
parent: on-call
9458+
generated: true
9459+
params:
9460+
versions:
9461+
- v2
9462+
operationids:
9463+
- CreateUserNotificationChannel
9464+
unstable: []
9465+
order: 16
9466+
- name: List On-Call notification channels for a user
9467+
url: '#list-on-call-notification-channels-for-a-user'
9468+
identifier: on-call-list-on-call-notification-channels-for-a-user
9469+
parent: on-call
9470+
generated: true
9471+
params:
9472+
versions:
9473+
- v2
9474+
operationids:
9475+
- ListUserNotificationChannels
9476+
unstable: []
9477+
order: 15
94309478
- name: Set On-Call team routing rules
94319479
url: '#set-on-call-team-routing-rules'
94329480
identifier: on-call-set-on-call-team-routing-rules

content/en/api/v2/on-call/examples.json

Lines changed: 268 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"config": {
5+
"address": "[email protected]",
6+
"formats": [
7+
"html"
8+
],
9+
"type": "email"
10+
}
11+
},
12+
"type": "notification_channels"
13+
}
14+
}

data/api/v2/CodeExamples.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,6 +1237,13 @@
12371237
"description": "Create On-Call schedule returns \"Created\" response"
12381238
}
12391239
],
1240+
"CreateUserNotificationChannel": [
1241+
{
1242+
"group": "on-call",
1243+
"suffix": "",
1244+
"description": "Create an On-Call notification channel for a user returns \"Created\" response"
1245+
}
1246+
],
12401247
"SetOnCallTeamRoutingRules": [
12411248
{
12421249
"group": "on-call",

0 commit comments

Comments
 (0)