Skip to content

Commit f644aa5

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit aed3efb8 of spec repo
1 parent 65aeae8 commit f644aa5

File tree

127 files changed

+200
-189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+200
-189
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-05-27 17:12:14.968856",
8-
"spec_repo_commit": "ed439f7c"
7+
"regenerated": "2025-05-28 12:55:43.164840",
8+
"spec_repo_commit": "aed3efb8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-27 17:12:14.988382",
13-
"spec_repo_commit": "ed439f7c"
12+
"regenerated": "2025-05-28 12:55:43.181004",
13+
"spec_repo_commit": "aed3efb8"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22358,6 +22358,7 @@ components:
2235822358
maxLength: 255
2235922359
type: string
2236022360
type: object
22361+
x-model-simple-name: TeamsChannelAttributes
2236122362
MicrosoftTeamsChannelInfoResponseData:
2236222363
description: Channel data from a response.
2236322364
properties:
@@ -22372,6 +22373,7 @@ components:
2237222373
type:
2237322374
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoType'
2237422375
type: object
22376+
x-model-simple-name: TeamsChannelData
2237522377
MicrosoftTeamsChannelInfoType:
2237622378
default: ms-teams-channel-info
2237722379
description: Channel info resource type.
@@ -22381,6 +22383,7 @@ components:
2238122383
type: string
2238222384
x-enum-varnames:
2238322385
- MS_TEAMS_CHANNEL_INFO
22386+
x-model-simple-name: TeamsChannelInfoType
2238422387
MicrosoftTeamsCreateTenantBasedHandleRequest:
2238522388
description: Create tenant-based handle request.
2238622389
properties:
@@ -22403,6 +22406,7 @@ components:
2240322406
data:
2240422407
$ref: '#/components/schemas/MicrosoftTeamsChannelInfoResponseData'
2240522408
type: object
22409+
x-model-simple-name: TeamsGetChannelResponse
2240622410
MicrosoftTeamsTenantBasedHandleAttributes:
2240722411
description: Tenant-based handle attributes.
2240822412
properties:
@@ -22427,6 +22431,7 @@ components:
2242722431
maxLength: 255
2242822432
type: string
2242922433
type: object
22434+
x-model-simple-name: TeamsTenantHandleAttrs
2243022435
MicrosoftTeamsTenantBasedHandleInfoResponseAttributes:
2243122436
description: Tenant-based handle attributes.
2243222437
properties:
@@ -22466,6 +22471,7 @@ components:
2246622471
maxLength: 255
2246722472
type: string
2246822473
type: object
22474+
x-model-simple-name: TeamsTenantHandleAttributes
2246922475
MicrosoftTeamsTenantBasedHandleInfoResponseData:
2247022476
description: Tenant-based handle data from a response.
2247122477
properties:
@@ -22480,6 +22486,7 @@ components:
2248022486
type:
2248122487
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleInfoType'
2248222488
type: object
22489+
x-model-simple-name: TeamsTenantHandleData
2248322490
MicrosoftTeamsTenantBasedHandleInfoType:
2248422491
default: ms-teams-tenant-based-handle-info
2248522492
description: Tenant-based handle resource type.
@@ -22489,6 +22496,7 @@ components:
2248922496
type: string
2249022497
x-enum-varnames:
2249122498
- MS_TEAMS_TENANT_BASED_HANDLE_INFO
22499+
x-model-simple-name: TeamsTenantHandleInfoType
2249222500
MicrosoftTeamsTenantBasedHandleRequestAttributes:
2249322501
description: Tenant-based handle attributes.
2249422502
properties:
@@ -22551,6 +22559,7 @@ components:
2255122559
type:
2255222560
$ref: '#/components/schemas/MicrosoftTeamsTenantBasedHandleType'
2255322561
type: object
22562+
x-model-simple-name: TeamsTenantHandleResponseData
2255422563
MicrosoftTeamsTenantBasedHandleType:
2255522564
default: tenant-based-handle
2255622565
description: Specifies the tenant-based handle resource type.
@@ -22560,6 +22569,7 @@ components:
2256022569
type: string
2256122570
x-enum-varnames:
2256222571
- TENANT_BASED_HANDLE
22572+
x-model-simple-name: TeamsTenantHandleType
2256322573
MicrosoftTeamsTenantBasedHandlesResponse:
2256422574
description: Response with a list of tenant-based handles.
2256522575
properties:
@@ -22592,6 +22602,7 @@ components:
2259222602
required:
2259322603
- data
2259422604
type: object
22605+
x-model-simple-name: TeamsTenantHandlesResponse
2259522606
MicrosoftTeamsUpdateTenantBasedHandleRequest:
2259622607
description: Update tenant-based handle request.
2259722608
properties:

src/test/resources/cassettes/features/v1/Get_all_hosts_with_metadata_deserializes_successfully.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"timeToLive": {
2929
"unlimited": true
3030
},
31-
"id": "d5bade64-6ebb-4f4d-903d-8069b52bb31e"
31+
"id": "d5bade64-6ebb-4f4d-903d-8069b52bb31d"
3232
}
3333
]

src/test/resources/cassettes/features/v1/Get_all_hosts_with_metadata_for_your_organization_returns_OK_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"timeToLive": {
2929
"unlimited": true
3030
},
31-
"id": "d5bade64-6ebb-4f4d-903d-8069b52bb31d"
31+
"id": "d5bade64-6ebb-4f4d-903d-8069b52bb31e"
3232
}
3333
]

src/test/resources/cassettes/features/v1/Validate_API_key_returns_Forbidden_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"timeToLive": {
2424
"unlimited": true
2525
},
26-
"id": "3f83caea-c405-97df-c554-ee2d9f9e4f02"
26+
"id": "3f83caea-c405-97df-c554-ee2d9f9e4f01"
2727
}
2828
]

src/test/resources/cassettes/features/v1/Validate_API_key_returns_OK_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"timeToLive": {
2424
"unlimited": true
2525
},
26-
"id": "3f83caea-c405-97df-c554-ee2d9f9e4f01"
26+
"id": "3f83caea-c405-97df-c554-ee2d9f9e4f02"
2727
}
2828
]

src/test/resources/cassettes/features/v2/AWS_Integration_Create_account_config_returns_AWS_Account_object_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"timeToLive": {
2828
"unlimited": true
2929
},
30-
"id": "c206b9cd-771e-14f0-5d18-42a3a48556d0"
30+
"id": "c206b9cd-771e-14f0-5d18-42a3a48556d1"
3131
},
3232
{
3333
"httpRequest": {

src/test/resources/cassettes/features/v2/AWS_Integration_Create_account_config_returns_Bad_Request_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"timeToLive": {
2828
"unlimited": true
2929
},
30-
"id": "f1ca6244-e46c-b3a2-86bf-65d4e9044ba5"
30+
"id": "f1ca6244-e46c-b3a2-86bf-65d4e9044ba4"
3131
}
3232
]

src/test/resources/cassettes/features/v2/AWS_Integration_Create_account_config_returns_Conflict_response.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"timeToLive": {
2828
"unlimited": true
2929
},
30-
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eea"
30+
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eee"
3131
},
3232
{
3333
"httpRequest": {
@@ -57,7 +57,7 @@
5757
"timeToLive": {
5858
"unlimited": true
5959
},
60-
"id": "c206b9cd-771e-14f0-5d18-42a3a48556ce"
60+
"id": "c206b9cd-771e-14f0-5d18-42a3a48556cf"
6161
},
6262
{
6363
"httpRequest": {

src/test/resources/cassettes/features/v2/AWS_Integration_Delete_account_config_returns_No_Content_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"timeToLive": {
2828
"unlimited": true
2929
},
30-
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9ee9"
30+
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eed"
3131
},
3232
{
3333
"httpRequest": {

src/test/resources/cassettes/features/v2/AWS_Integration_Delete_account_config_returns_Not_Found_response.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"timeToLive": {
2828
"unlimited": true
2929
},
30-
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eeb"
30+
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9ee9"
3131
},
3232
{
3333
"httpRequest": {
@@ -53,7 +53,7 @@
5353
"timeToLive": {
5454
"unlimited": true
5555
},
56-
"id": "ab2123e3-6fb5-0f90-fe98-365e086c9c6f"
56+
"id": "ab2123e3-6fb5-0f90-fe98-365e086c9c6e"
5757
},
5858
{
5959
"httpRequest": {

src/test/resources/cassettes/features/v2/AWS_Integration_Generate_new_external_ID_returns_AWS_External_ID_object_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"timeToLive": {
2424
"unlimited": true
2525
},
26-
"id": "a3ebb722-60eb-fa89-589a-ff3630e3a2ce"
26+
"id": "a3ebb722-60eb-fa89-589a-ff3630e3a2cc"
2727
}
2828
]

src/test/resources/cassettes/features/v2/AWS_Integration_Get_account_config_returns_AWS_Account_object_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"timeToLive": {
2828
"unlimited": true
2929
},
30-
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eed"
30+
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eea"
3131
},
3232
{
3333
"httpRequest": {

src/test/resources/cassettes/features/v2/AWS_Integration_Get_account_config_returns_Not_Found_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"timeToLive": {
2424
"unlimited": true
2525
},
26-
"id": "9b33b83c-c8bb-714f-cf71-33ab2f3af9d4"
26+
"id": "9b33b83c-c8bb-714f-cf71-33ab2f3af9d3"
2727
}
2828
]

src/test/resources/cassettes/features/v2/AWS_Integration_List_available_namespaces_returns_AWS_Namespaces_List_object_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"timeToLive": {
2424
"unlimited": true
2525
},
26-
"id": "d0ec7736-ef6c-d071-3390-4a5c3a301d11"
26+
"id": "d0ec7736-ef6c-d071-3390-4a5c3a301d10"
2727
}
2828
]

src/test/resources/cassettes/features/v2/AWS_Integration_List_log_services_returns_AWS_Logs_Services_List_object_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"timeToLive": {
2424
"unlimited": true
2525
},
26-
"id": "03c3c0d9-a62f-5ac6-398b-e22a05d14d7a"
26+
"id": "03c3c0d9-a62f-5ac6-398b-e22a05d14d7b"
2727
}
2828
]

src/test/resources/cassettes/features/v2/AWS_Integration_List_namespaces_returns_AWS_Namespaces_List_object_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"timeToLive": {
2424
"unlimited": true
2525
},
26-
"id": "d0ec7736-ef6c-d071-3390-4a5c3a301d0e"
26+
"id": "d0ec7736-ef6c-d071-3390-4a5c3a301d11"
2727
}
2828
]

src/test/resources/cassettes/features/v2/AWS_Integration_Patch_account_config_returns_AWS_Account_object_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"timeToLive": {
2828
"unlimited": true
2929
},
30-
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eee"
30+
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eec"
3131
},
3232
{
3333
"httpRequest": {

src/test/resources/cassettes/features/v2/AWS_Integration_Patch_account_config_returns_Bad_Request_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"timeToLive": {
2828
"unlimited": true
2929
},
30-
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eec"
30+
"id": "194b15fb-fcae-9b9a-e1a7-0daa19dc9eeb"
3131
},
3232
{
3333
"httpRequest": {

src/test/resources/cassettes/features/v2/Archive_case_returns_OK_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"timeToLive": {
2828
"unlimited": true
2929
},
30-
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a92"
30+
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a93"
3131
},
3232
{
3333
"httpRequest": {

src/test/resources/cassettes/features/v2/Assign_case_returns_Bad_Request_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"timeToLive": {
2828
"unlimited": true
2929
},
30-
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a99"
30+
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a8d"
3131
},
3232
{
3333
"httpRequest": {

src/test/resources/cassettes/features/v2/Assign_case_returns_OK_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"timeToLive": {
2828
"unlimited": true
2929
},
30-
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a8d"
30+
"id": "0a6534d0-42f2-5075-64f8-7ab28f449a92"
3131
},
3232
{
3333
"httpRequest": {

src/test/resources/cassettes/features/v2/Cancel_a_historical_job_returns_OK_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"timeToLive": {
2828
"unlimited": true
2929
},
30-
"id": "6bb82102-e994-f0d1-ee96-e1e3f1d81000"
30+
"id": "6bb82102-e994-f0d1-ee96-e1e3f1d80fff"
3131
},
3232
{
3333
"httpRequest": {

src/test/resources/cassettes/features/v2/Cancels_a_data_deletion_request_returns_OK_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"timeToLive": {
2828
"unlimited": true
2929
},
30-
"id": "516e2b97-25f6-b08c-4d4a-1da22948b330"
30+
"id": "516e2b97-25f6-b08c-4d4a-1da22948b32e"
3131
},
3232
{
3333
"httpRequest": {

src/test/resources/cassettes/features/v2/Create_App_returns_Created_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"timeToLive": {
2828
"unlimited": true
2929
},
30-
"id": "c782b1f3-1b03-d50f-8fcd-12e51226c512"
30+
"id": "c782b1f3-1b03-d50f-8fcd-12e51226c511"
3131
},
3232
{
3333
"httpRequest": {

src/test/resources/cassettes/features/v2/Create_Scanning_Group_returns_OK_response.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"timeToLive": {
2424
"unlimited": true
2525
},
26-
"id": "01611a93-5e74-0630-3c51-f707c3b51e80"
26+
"id": "01611a93-5e74-0630-3c51-f707c3b51e83"
2727
},
2828
{
2929
"httpRequest": {

src/test/resources/cassettes/features/v2/Create_Scanning_Rule_returns_Bad_Request_response.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"timeToLive": {
2424
"unlimited": true
2525
},
26-
"id": "01611a93-5e74-0630-3c51-f707c3b51e7f"
26+
"id": "01611a93-5e74-0630-3c51-f707c3b51e81"
2727
},
2828
{
2929
"httpRequest": {
@@ -53,7 +53,7 @@
5353
"timeToLive": {
5454
"unlimited": true
5555
},
56-
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed15e"
56+
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed160"
5757
},
5858
{
5959
"httpRequest": {

src/test/resources/cassettes/features/v2/Create_Scanning_Rule_returns_OK_response.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"timeToLive": {
2424
"unlimited": true
2525
},
26-
"id": "01611a93-5e74-0630-3c51-f707c3b51e83"
26+
"id": "01611a93-5e74-0630-3c51-f707c3b51e7c"
2727
},
2828
{
2929
"httpRequest": {
@@ -53,7 +53,7 @@
5353
"timeToLive": {
5454
"unlimited": true
5555
},
56-
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed161"
56+
"id": "33fa4a39-57ef-afdd-007a-0db82f7ed15c"
5757
},
5858
{
5959
"httpRequest": {

0 commit comments

Comments
 (0)