Skip to content

Commit 9b5a44a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2e09d5a6 of spec repo
1 parent f4e36ec commit 9b5a44a

13 files changed

+76
-101
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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-16 20:33:02.564302",
8-
"spec_repo_commit": "9708d631"
7+
"regenerated": "2025-04-17 01:23:16.845833",
8+
"spec_repo_commit": "2e09d5a6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-16 20:33:02.580600",
13-
"spec_repo_commit": "9708d631"
12+
"regenerated": "2025-04-17 01:23:16.863055",
13+
"spec_repo_commit": "2e09d5a6"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12932,7 +12932,7 @@ components:
1293212932
type: string
1293312933
name:
1293412934
description: Specifies the name for the new escalation policy.
12935-
example: On-call Escalation Policy
12935+
example: On-Call Escalation Policy
1293612936
type: string
1293712937
resolve_page_on_policy_end:
1293812938
description: Indicates whether the page is automatically resolved when the
@@ -13065,24 +13065,24 @@ components:
1306513065
$ref: '#/components/schemas/EscalationPolicyDataAttributes'
1306613066
id:
1306713067
description: Specifies the unique identifier of the escalation policy.
13068+
example: ab000000-0000-0000-0000-000000000000
1306813069
type: string
1306913070
relationships:
1307013071
$ref: '#/components/schemas/EscalationPolicyDataRelationships'
1307113072
type:
1307213073
$ref: '#/components/schemas/EscalationPolicyDataType'
13073-
required:
13074-
- type
1307513074
type: object
1307613075
EscalationPolicyDataAttributes:
1307713076
description: Defines the main attributes of an escalation policy, such as its
1307813077
description, name, and behavior on policy end.
1307913078
properties:
1308013079
description:
1308113080
description: Provides a detailed text description of the escalation policy.
13081+
example: This is an escalation policy for on-call support.
1308213082
type: string
1308313083
name:
1308413084
description: Specifies the name of the escalation policy.
13085-
example: On-call Escalation Policy
13085+
example: On-Call Escalation Policy
1308613086
type: string
1308713087
resolve_page_on_policy_end:
1308813088
description: Indicates whether the page is automatically resolved when the
@@ -13091,10 +13091,9 @@ components:
1309113091
retries:
1309213092
description: Specifies how many times the escalation sequence is retried
1309313093
if there is no response.
13094+
example: 2
1309413095
format: int64
1309513096
type: integer
13096-
required:
13097-
- name
1309813097
type: object
1309913098
EscalationPolicyDataRelationships:
1310013099
description: Represents the relationships for an escalation policy, including
@@ -13308,7 +13307,7 @@ components:
1330813307
type: string
1330913308
name:
1331013309
description: Specifies the name of the escalation policy.
13311-
example: On-call Escalation Policy
13310+
example: On-Call Escalation Policy
1331213311
type: string
1331313312
resolve_page_on_policy_end:
1331413313
description: Indicates whether the page is automatically resolved when the
@@ -27992,6 +27991,7 @@ components:
2799227991
$ref: '#/components/schemas/ScheduleCreateRequestDataType'
2799327992
required:
2799427993
- type
27994+
- attributes
2799527995
type: object
2799627996
ScheduleCreateRequestDataAttributes:
2799727997
description: Describes the main attributes for creating a new schedule, including
@@ -47424,7 +47424,7 @@ paths:
4742447424
- apiKeyAuth: []
4742547425
appKeyAuth: []
4742647426
- AuthZ: []
47427-
summary: Create on call escalation policy
47427+
summary: Create on-call escalation policy
4742847428
tags:
4742947429
- On-Call
4743047430
/api/v2/on-call/escalation-policies/{policy_id}:
@@ -47454,7 +47454,7 @@ paths:
4745447454
- apiKeyAuth: []
4745547455
appKeyAuth: []
4745647456
- AuthZ: []
47457-
summary: Delete on call escalation policy
47457+
summary: Delete on-call escalation policy
4745847458
tags:
4745947459
- On-Call
4746047460
get:
@@ -47495,7 +47495,7 @@ paths:
4749547495
- apiKeyAuth: []
4749647496
appKeyAuth: []
4749747497
- AuthZ: []
47498-
summary: Get on call escalation policy
47498+
summary: Get on-call escalation policy
4749947499
tags:
4750047500
- On-Call
4750147501
put:
@@ -47542,7 +47542,7 @@ paths:
4754247542
- apiKeyAuth: []
4754347543
appKeyAuth: []
4754447544
- AuthZ: []
47545-
summary: Update on call escalation policy
47545+
summary: Update on-call escalation policy
4754647546
tags:
4754747547
- On-Call
4754847548
/api/v2/on-call/schedules:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-04-16T06:00:49.518Z
1+
2025-04-17T01:12:27.474Z

cassettes/features/v2/on-call/Get-on-call-escalation-policy-returns-OK-response.yml

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/v2/on-call/CreateOnCallEscalationPolicy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Create on call escalation policy returns "Created" response
1+
# Create on-call escalation policy returns "Created" response
22

33
require "datadog_api_client"
44
api_instance = DatadogAPIClient::V2::On - CallAPI.new

examples/v2/on-call/DeleteOnCallEscalationPolicy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Delete on call escalation policy returns "No Content" response
1+
# Delete on-call escalation policy returns "No Content" response
22

33
require "datadog_api_client"
44
api_instance = DatadogAPIClient::V2::On - CallAPI.new

examples/v2/on-call/GetOnCallEscalationPolicy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get on call escalation policy returns "OK" response
1+
# Get on-call escalation policy returns "OK" response
22

33
require "datadog_api_client"
44
api_instance = DatadogAPIClient::V2::On - CallAPI.new

examples/v2/on-call/UpdateOnCallEscalationPolicy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Update on call escalation policy returns "OK" response
1+
# Update on-call escalation policy returns "OK" response
22

33
require "datadog_api_client"
44
api_instance = DatadogAPIClient::V2::On - CallAPI.new

0 commit comments

Comments
 (0)