Skip to content

Commit 776d73c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 3fd2b5f6 of spec repo
1 parent 65aeae8 commit 776d73c

File tree

127 files changed

+203
-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

+203
-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 13:03:07.727122",
8+
"spec_repo_commit": "3fd2b5f6"
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 13:03:07.745891",
13+
"spec_repo_commit": "3fd2b5f6"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3490,6 +3490,7 @@ components:
34903490
type:
34913491
$ref: '#/components/schemas/AuditLogsEventType'
34923492
type: object
3493+
x-model-simple-name: Event
34933494
AuditLogsEventAttributes:
34943495
description: JSON object containing all event attributes and their associated
34953496
values.
@@ -3527,6 +3528,7 @@ components:
35273528
format: date-time
35283529
type: string
35293530
type: object
3531+
x-model-simple-name: EventAttributes
35303532
AuditLogsEventType:
35313533
default: audit
35323534
description: Type of the event.
@@ -3536,6 +3538,7 @@ components:
35363538
type: string
35373539
x-enum-varnames:
35383540
- Audit
3541+
x-model-simple-name: EventType
35393542
AuditLogsEventsResponse:
35403543
description: Response object with all events matching the request and pagination
35413544
information.
@@ -3550,6 +3553,7 @@ components:
35503553
meta:
35513554
$ref: '#/components/schemas/AuditLogsResponseMetadata'
35523555
type: object
3556+
x-model-simple-name: EventsResponse
35533557
AuditLogsQueryFilter:
35543558
description: Search and filter query settings.
35553559
properties:
@@ -3571,6 +3575,7 @@ components:
35713575
example: now
35723576
type: string
35733577
type: object
3578+
x-model-simple-name: QueryFilter
35743579
AuditLogsQueryOptions:
35753580
description: 'Global query options that are used during the query.
35763581

@@ -3588,6 +3593,7 @@ components:
35883593
example: GMT
35893594
type: string
35903595
type: object
3596+
x-model-simple-name: QueryOptions
35913597
AuditLogsQueryPageOptions:
35923598
description: Paging attributes for listing events.
35933599
properties:
@@ -3604,6 +3610,7 @@ components:
36043610
maximum: 1000
36053611
type: integer
36063612
type: object
3613+
x-model-simple-name: PageOptions
36073614
AuditLogsResponseLinks:
36083615
description: Links attributes.
36093616
properties:
@@ -3615,6 +3622,7 @@ components:
36153622
example: https://app.datadoghq.com/api/v2/audit/event?filter[query]=foo&page[cursor]=eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==
36163623
type: string
36173624
type: object
3625+
x-model-simple-name: ResponseLinks
36183626
AuditLogsResponseMetadata:
36193627
description: The metadata associated with a request.
36203628
properties:
@@ -3640,6 +3648,7 @@ components:
36403648
$ref: '#/components/schemas/AuditLogsWarning'
36413649
type: array
36423650
type: object
3651+
x-model-simple-name: ResponseMetadata
36433652
AuditLogsResponsePage:
36443653
description: Paging attributes.
36453654
properties:
@@ -3649,6 +3658,7 @@ components:
36493658
example: eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==
36503659
type: string
36513660
type: object
3661+
x-model-simple-name: ResponsePage
36523662
AuditLogsResponseStatus:
36533663
description: The status of the response.
36543664
enum:
@@ -3659,6 +3669,7 @@ components:
36593669
x-enum-varnames:
36603670
- DONE
36613671
- TIMEOUT
3672+
x-model-simple-name: ResponseStatus
36623673
AuditLogsSearchEventsRequest:
36633674
description: The request for a Audit Logs events list.
36643675
properties:
@@ -3671,6 +3682,7 @@ components:
36713682
sort:
36723683
$ref: '#/components/schemas/AuditLogsSort'
36733684
type: object
3685+
x-model-simple-name: SearchRequest
36743686
AuditLogsSort:
36753687
description: Sort parameters when querying events.
36763688
enum:
@@ -3680,6 +3692,7 @@ components:
36803692
x-enum-varnames:
36813693
- TIMESTAMP_ASCENDING
36823694
- TIMESTAMP_DESCENDING
3695+
x-model-simple-name: Sort
36833696
AuditLogsWarning:
36843697
description: Warning message indicating something that went wrong with the query.
36853698
properties:
@@ -3697,6 +3710,7 @@ components:
36973710
from the other indexes
36983711
type: string
36993712
type: object
3713+
x-model-simple-name: Warning
37003714
AuthNMapping:
37013715
description: The AuthN Mapping object returned by API.
37023716
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": {

0 commit comments

Comments
 (0)