@@ -3490,6 +3490,7 @@ components:
3490
3490
type:
3491
3491
$ref: '#/components/schemas/AuditLogsEventType'
3492
3492
type: object
3493
+ x-model-simple-name: Event
3493
3494
AuditLogsEventAttributes:
3494
3495
description: JSON object containing all event attributes and their associated
3495
3496
values.
@@ -3527,6 +3528,7 @@ components:
3527
3528
format: date-time
3528
3529
type: string
3529
3530
type: object
3531
+ x-model-simple-name: EventAttributes
3530
3532
AuditLogsEventType:
3531
3533
default: audit
3532
3534
description: Type of the event.
@@ -3536,6 +3538,7 @@ components:
3536
3538
type: string
3537
3539
x-enum-varnames:
3538
3540
- Audit
3541
+ x-model-simple-name: EventType
3539
3542
AuditLogsEventsResponse:
3540
3543
description: Response object with all events matching the request and pagination
3541
3544
information.
@@ -3550,6 +3553,7 @@ components:
3550
3553
meta:
3551
3554
$ref: '#/components/schemas/AuditLogsResponseMetadata'
3552
3555
type: object
3556
+ x-model-simple-name: EventsResponse
3553
3557
AuditLogsQueryFilter:
3554
3558
description: Search and filter query settings.
3555
3559
properties:
@@ -3571,6 +3575,7 @@ components:
3571
3575
example: now
3572
3576
type: string
3573
3577
type: object
3578
+ x-model-simple-name: QueryFilter
3574
3579
AuditLogsQueryOptions:
3575
3580
description: 'Global query options that are used during the query.
3576
3581
@@ -3588,6 +3593,7 @@ components:
3588
3593
example: GMT
3589
3594
type: string
3590
3595
type: object
3596
+ x-model-simple-name: QueryOptions
3591
3597
AuditLogsQueryPageOptions:
3592
3598
description: Paging attributes for listing events.
3593
3599
properties:
@@ -3604,6 +3610,7 @@ components:
3604
3610
maximum: 1000
3605
3611
type: integer
3606
3612
type: object
3613
+ x-model-simple-name: PageOptions
3607
3614
AuditLogsResponseLinks:
3608
3615
description: Links attributes.
3609
3616
properties:
@@ -3615,6 +3622,7 @@ components:
3615
3622
example: https://app.datadoghq.com/api/v2/audit/event?filter[query]=foo&page[cursor]=eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==
3616
3623
type: string
3617
3624
type: object
3625
+ x-model-simple-name: ResponseLinks
3618
3626
AuditLogsResponseMetadata:
3619
3627
description: The metadata associated with a request.
3620
3628
properties:
@@ -3640,6 +3648,7 @@ components:
3640
3648
$ref: '#/components/schemas/AuditLogsWarning'
3641
3649
type: array
3642
3650
type: object
3651
+ x-model-simple-name: ResponseMetadata
3643
3652
AuditLogsResponsePage:
3644
3653
description: Paging attributes.
3645
3654
properties:
@@ -3649,6 +3658,7 @@ components:
3649
3658
example: eyJzdGFydEF0IjoiQVFBQUFYS2tMS3pPbm40NGV3QUFBQUJCV0V0clRFdDZVbG8zY3pCRmNsbHJiVmxDWlEifQ==
3650
3659
type: string
3651
3660
type: object
3661
+ x-model-simple-name: ResponsePage
3652
3662
AuditLogsResponseStatus:
3653
3663
description: The status of the response.
3654
3664
enum:
@@ -3659,6 +3669,7 @@ components:
3659
3669
x-enum-varnames:
3660
3670
- DONE
3661
3671
- TIMEOUT
3672
+ x-model-simple-name: ResponseStatus
3662
3673
AuditLogsSearchEventsRequest:
3663
3674
description: The request for a Audit Logs events list.
3664
3675
properties:
@@ -3671,6 +3682,7 @@ components:
3671
3682
sort:
3672
3683
$ref: '#/components/schemas/AuditLogsSort'
3673
3684
type: object
3685
+ x-model-simple-name: SearchRequest
3674
3686
AuditLogsSort:
3675
3687
description: Sort parameters when querying events.
3676
3688
enum:
@@ -3680,6 +3692,7 @@ components:
3680
3692
x-enum-varnames:
3681
3693
- TIMESTAMP_ASCENDING
3682
3694
- TIMESTAMP_DESCENDING
3695
+ x-model-simple-name: Sort
3683
3696
AuditLogsWarning:
3684
3697
description: Warning message indicating something that went wrong with the query.
3685
3698
properties:
@@ -3697,6 +3710,7 @@ components:
3697
3710
from the other indexes
3698
3711
type: string
3699
3712
type: object
3713
+ x-model-simple-name: Warning
3700
3714
AuthNMapping:
3701
3715
description: The AuthN Mapping object returned by API.
3702
3716
properties:
0 commit comments