@@ -24356,9 +24356,6 @@ components:
2435624356 properties:
2435724357 data:
2435824358 $ref: "#/components/schemas/CreateDegradationRequestData"
24359- meta:
24360- $ref: "#/components/schemas/DegradationRequestMeta"
24361- description: The supported metadata for creating a degradation.
2436224359 type: object
2436324360 CreateDegradationRequestData:
2436424361 description: The data object for creating a degradation.
@@ -32179,15 +32176,6 @@ components:
3217932176 oneOf:
3218032177 - $ref: "#/components/schemas/StatusPagesUser"
3218132178 - $ref: "#/components/schemas/StatusPageAsIncluded"
32182- DegradationRequestMeta:
32183- description: The supported metadata for a degradation request.
32184- properties:
32185- idempotency_key:
32186- description: A unique key used to ensure idempotent requests.
32187- example: 1e6a4b8e-4c2f-4a3d-8f1a-9c7d2e5b6f10
32188- format: uuid
32189- type: string
32190- type: object
3219132179 DegradationTemplate:
3219232180 description: Response object for a single degradation template.
3219332181 properties:
@@ -80185,9 +80173,6 @@ components:
8018580173 properties:
8018680174 data:
8018780175 $ref: "#/components/schemas/PatchDegradationRequestData"
80188- meta:
80189- $ref: "#/components/schemas/DegradationRequestMeta"
80190- description: The supported metadata for updating a degradation.
8019180176 type: object
8019280177 PatchDegradationRequestData:
8019380178 description: The data object for updating a degradation.
@@ -119671,6 +119656,7 @@ components:
119671119656 incident_write: Create, view, and manage incidents in Datadog.
119672119657 integrations_read: View configured integrations and their settings.
119673119658 logs_modify_indexes: Modify log indexes, filters, exclusion filters, and configurations.
119659+ logs_read_data: Read log data.
119674119660 logs_read_index_data: Read indexed log data.
119675119661 manage_integrations: Install, uninstall, and configure integrations.
119676119662 metrics_read: View custom metrics.
@@ -164303,6 +164289,11 @@ paths:
164303164289 $ref: "#/components/responses/NotAuthorizedResponse"
164304164290 "429":
164305164291 $ref: "#/components/responses/TooManyRequestsResponse"
164292+ security:
164293+ - apiKeyAuth: []
164294+ appKeyAuth: []
164295+ - AuthZ:
164296+ - logs_read_data
164306164297 summary: Aggregate events
164307164298 tags: ["Logs"]
164308164299 x-codegen-request-body-name: body
@@ -166185,6 +166176,11 @@ paths:
166185166176 $ref: "#/components/responses/NotAuthorizedResponse"
166186166177 "429":
166187166178 $ref: "#/components/responses/TooManyRequestsResponse"
166179+ security:
166180+ - apiKeyAuth: []
166181+ appKeyAuth: []
166182+ - AuthZ:
166183+ - logs_read_data
166188166184 summary: Search logs (POST)
166189166185 tags: ["Logs"]
166190166186 x-codegen-request-body-name: body
0 commit comments