@@ -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:
0 commit comments