Skip to content

Commit abe8c71

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 20015725 of spec repo
1 parent 78e5156 commit abe8c71

File tree

9 files changed

+9048
-1229
lines changed

9 files changed

+9048
-1229
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-04-30 19:57:04.215900",
8-
"spec_repo_commit": "4f95b6c2"
7+
"regenerated": "2025-05-02 07:58:49.950560",
8+
"spec_repo_commit": "20015725"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-30 19:57:13.778933",
13-
"spec_repo_commit": "4f95b6c2"
12+
"regenerated": "2025-05-02 07:58:59.278112",
13+
"spec_repo_commit": "20015725"
1414
}
1515
}
1616
}

config/_default/menus/api.en.yaml

+24
Original file line numberDiff line numberDiff line change
@@ -7552,6 +7552,30 @@ menu:
75527552
url: /api/latest/on-call/
75537553
identifier: on-call
75547554
generated: true
7555+
- name: Set on-call team routing rules
7556+
url: '#set-on-call-team-routing-rules'
7557+
identifier: on-call-set-on-call-team-routing-rules
7558+
parent: on-call
7559+
generated: true
7560+
params:
7561+
versions:
7562+
- v2
7563+
operationids:
7564+
- SetOnCallTeamRoutingRules
7565+
unstable: []
7566+
order: 10
7567+
- name: Get on-call team routing rules
7568+
url: '#get-on-call-team-routing-rules'
7569+
identifier: on-call-get-on-call-team-routing-rules
7570+
parent: on-call
7571+
generated: true
7572+
params:
7573+
versions:
7574+
- v2
7575+
operationids:
7576+
- GetOnCallTeamRoutingRules
7577+
unstable: []
7578+
order: 9
75557579
- name: Update on-call schedule
75567580
url: '#update-on-call-schedule'
75577581
identifier: on-call-update-on-call-schedule

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

+124-2
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"rules": [
5+
{
6+
"actions": [
7+
{
8+
"channel": "channel",
9+
"type": "send_slack_message",
10+
"workspace": "workspace"
11+
}
12+
],
13+
"query": "tags.service:test",
14+
"time_restriction": {
15+
"time_zone": "Europe/Paris",
16+
"restrictions": [
17+
{
18+
"end_day": "monday",
19+
"end_time": "17:00:00",
20+
"start_day": "monday",
21+
"start_time": "09:00:00"
22+
},
23+
{
24+
"end_day": "tuesday",
25+
"end_time": "17:00:00",
26+
"start_day": "tuesday",
27+
"start_time": "09:00:00"
28+
}
29+
]
30+
},
31+
"urgency": "high"
32+
},
33+
{
34+
"policy_id": "ab000000-0000-0000-0000-000000000000",
35+
"query": "",
36+
"urgency": "low"
37+
}
38+
]
39+
},
40+
"id": "aeadc05e-98a8-11ec-ac2c-da7ad0900001",
41+
"type": "team_routing_rules"
42+
}
43+
}

data/api/v2/CodeExamples.json

+7
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,13 @@
896896
"description": "Create on-call schedule returns \"Created\" response"
897897
}
898898
],
899+
"SetOnCallTeamRoutingRules": [
900+
{
901+
"group": "on-call",
902+
"suffix": "",
903+
"description": "Set on-call team routing rules returns \"OK\" response"
904+
}
905+
],
899906
"UpdateOnCallEscalationPolicy": [
900907
{
901908
"group": "on-call",

0 commit comments

Comments
 (0)