Skip to content

Commit

Permalink
Regenerate client from commit 47ea3ae9 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 20, 2024
1 parent 372d540 commit ef13bcc
Show file tree
Hide file tree
Showing 62 changed files with 670 additions and 825 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-19 07:26:26.500720",
"spec_repo_commit": "5dd2cbe4"
"regenerated": "2024-12-20 22:02:21.415529",
"spec_repo_commit": "47ea3ae9"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-19 07:26:26.515806",
"spec_repo_commit": "5dd2cbe4"
"regenerated": "2024-12-20 22:02:21.434107",
"spec_repo_commit": "47ea3ae9"
}
}
}
114 changes: 46 additions & 68 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1615,34 +1615,6 @@ components:
type: string
x-enum-varnames:
- apm_retention_filter
AppBuilderError:
description: The definition of `AppBuilderError` object.
properties:
errors:
description: The `AppBuilderError` `errors`.
items:
$ref: '#/components/schemas/AppBuilderErrorErrorsItems'
type: array
type: object
AppBuilderErrorErrorsItems:
description: The definition of `AppBuilderErrorErrorsItems` object.
properties:
detail:
description: The `items` `detail`.
type: string
source:
$ref: '#/components/schemas/AppBuilderErrorErrorsItemsSource'
type: object
AppBuilderErrorErrorsItemsSource:
description: The definition of `AppBuilderErrorErrorsItemsSource` object.
properties:
parameter:
description: The `source` `parameter`.
type: string
pointer:
description: The `source` `pointer`.
type: string
type: object
AppBuilderEvent:
additionalProperties: {}
description: The definition of `AppBuilderEvent` object.
Expand Down Expand Up @@ -30153,19 +30125,19 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Bad Request
'403':
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
description: Forbidden, e.g. missing permissions to delete one or more apps
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Forbidden
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Not Found
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
Expand Down Expand Up @@ -30196,19 +30168,19 @@ paths:
schema:
format: int64
type: integer
- description: The `AppsFilter` `user_name`.
- description: Filter apps by the app creator. Usually the user's email.
in: query
name: filter[user_name]
required: false
schema:
type: string
- description: The `AppsFilter` `user_uuid`.
- description: Filter apps by the app creator's UUID.
in: query
name: filter[user_uuid]
required: false
schema:
type: string
- description: The `AppsFilter` `name`.
- description: Filter by app name.
in: query
name: filter[name]
required: false
Expand All @@ -30220,25 +30192,32 @@ paths:
required: false
schema:
type: string
- description: The `AppsFilter` `deployed`.
- description: Filter apps by whether they are published.
in: query
name: filter[deployed]
required: false
schema:
type: boolean
- description: The `AppsFilter` `tags`.
- description: Filter apps by tags.
in: query
name: filter[tags]
required: false
schema:
type: string
- description: The `AppsFilter` `favorite`.
- description: Filter apps by whether you have added them to your favorites.
in: query
name: filter[favorite]
required: false
schema:
type: boolean
- explode: false
- description: Filter apps by whether they are enabled for self-service.
in: query
name: filter[self_service]
required: false
schema:
type: boolean
- description: The fields and direction to sort apps by.
explode: false
in: query
name: sort
required: false
Expand All @@ -30258,13 +30237,13 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
description: Bad Request, e.g. invalid sort parameter
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Bad Request
'403':
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Forbidden
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
Expand Down Expand Up @@ -30297,15 +30276,14 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Bad Request
'403':
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
description: Forbidden, e.g. missing required permissions to a connection
or workflow used in the app
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Forbidden
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
summary: Create App
Expand Down Expand Up @@ -30340,25 +30318,25 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Bad Request
'403':
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Forbidden
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Not Found
'410':
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Gone
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
Expand Down Expand Up @@ -30391,19 +30369,19 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Bad Request
'403':
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Forbidden
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Not Found
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
Expand Down Expand Up @@ -30443,15 +30421,14 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Bad Request
'403':
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
description: Forbidden, e.g. missing required permissions to a connection
or workflow used in the app
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Forbidden
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
summary: Update App
Expand Down Expand Up @@ -30486,25 +30463,25 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Bad Request
'403':
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Forbidden
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Not Found
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
summary: Disable App
tags:
- App Deployment
- Apps
x-permission:
operator: OR
permissions:
Expand All @@ -30531,25 +30508,25 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Bad Request
'403':
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Forbidden
'404':
content:
application/json:
schema:
$ref: '#/components/schemas/AppBuilderError'
$ref: '#/components/schemas/JSONAPIErrorResponse'
description: Not Found
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
summary: Deploy App
tags:
- App Deployment
- Apps
x-permission:
operator: OR
permissions:
Expand Down Expand Up @@ -46584,9 +46561,10 @@ tags:
externalDocs:
url: https://docs.datadoghq.com/integrations/amazon_web_services/#log-collection
name: AWS Logs Integration
- description: Deploy and disable apps in App Builder.
name: App Deployment
- description: Create, read, update, and delete apps in App Builder.
- description: Datadog App Builder provides a low-code solution to rapidly develop
and integrate secure, customized applications into your monitoring stack that
are built to accelerate remediation at scale. These API endpoints allow you to
create, read, update, delete, and publish apps.
name: Apps
- description: Search your Audit Logs events over HTTP.
name: Audit
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
"2024-12-12T20:29:24.182Z"
"2024-12-20T20:39:18.375Z"
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"content": {
"mimeType": "application/vnd.api+json",
"size": 78,
"text": "{\"data\":{\"id\":\"2d9dd18e-c574-454c-8d43-3045b731d6a2\",\"type\":\"appDefinitions\"}}"
"text": "{\"data\":{\"id\":\"02c52f8c-78d9-4c14-ac27-b0bcac36ce74\",\"type\":\"appDefinitions\"}}"
},
"cookies": [],
"headers": [
Expand All @@ -57,11 +57,11 @@
"status": 201,
"statusText": "Created"
},
"startedDateTime": "2024-12-12T20:29:24.185Z",
"time": 233
"startedDateTime": "2024-12-20T20:39:18.383Z",
"time": 212
},
{
"_id": "1d96f31b62427d8711a6166228a63510",
"_id": "faf53efb5573c7ab23e2f60966d9bbd3",
"_order": 0,
"cache": {},
"request": {
Expand All @@ -78,14 +78,14 @@
"httpVersion": "HTTP/1.1",
"method": "DELETE",
"queryString": [],
"url": "https://api.datadoghq.com/api/v2/app-builder/apps/2d9dd18e-c574-454c-8d43-3045b731d6a2"
"url": "https://api.datadoghq.com/api/v2/app-builder/apps/02c52f8c-78d9-4c14-ac27-b0bcac36ce74"
},
"response": {
"bodySize": 78,
"content": {
"mimeType": "application/vnd.api+json",
"size": 78,
"text": "{\"data\":{\"id\":\"2d9dd18e-c574-454c-8d43-3045b731d6a2\",\"type\":\"appDefinitions\"}}"
"text": "{\"data\":{\"id\":\"02c52f8c-78d9-4c14-ac27-b0bcac36ce74\",\"type\":\"appDefinitions\"}}"
},
"cookies": [],
"headers": [
Expand All @@ -100,8 +100,8 @@
"status": 200,
"statusText": "OK"
},
"startedDateTime": "2024-12-12T20:29:24.424Z",
"time": 231
"startedDateTime": "2024-12-20T20:39:18.605Z",
"time": 168
}
],
"pages": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"2024-12-10T19:57:10.031Z"
"2024-12-20T20:39:18.779Z"
Loading

0 comments on commit ef13bcc

Please sign in to comment.