Skip to content

Commit

Permalink
Regenerate client from commit e7f6813c of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 24, 2024
1 parent 9c0e095 commit ca34f24
Show file tree
Hide file tree
Showing 48 changed files with 398 additions and 427 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:25.280337",
"spec_repo_commit": "5dd2cbe4"
"regenerated": "2024-12-24 22:17:48.274071",
"spec_repo_commit": "e7f6813c"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-19 07:26:25.294170",
"spec_repo_commit": "5dd2cbe4"
"regenerated": "2024-12-24 22:17:48.288505",
"spec_repo_commit": "e7f6813c"
}
}
}
135 changes: 67 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 @@ -11928,6 +11900,22 @@ components:
deployment:
$ref: '#/components/schemas/DeploymentRelationship'
type: object
GetAppVersionParameter:
description: The version selector definition used in the Get App endpoint
oneOf:
- $ref: '#/components/schemas/GetAppVersionParameterConstants'
- format: int64
minimum: 0
type: integer
GetAppVersionParameterConstants:
description: Constants that always selects a particular version of an app
enum:
- latest
- deployed
type: string
x-enum-varnames:
- LATEST
- DEPLOYED
GetDataDeletionsResponseBody:
description: The response from the get data deletion requests endpoint.
properties:
Expand Down Expand Up @@ -30153,19 +30141,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 +30184,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 +30208,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 +30253,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 +30292,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 +30334,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 All @@ -30380,6 +30374,11 @@ paths:
required: true
schema:
type: string
- in: query
name: version
required: false
schema:
$ref: '#/components/schemas/GetAppVersionParameter'
responses:
'200':
content:
Expand All @@ -30391,19 +30390,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 +30442,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 +30484,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 +30529,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 +46582,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
7 changes: 0 additions & 7 deletions docs/datadog_api_client.v2.api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ datadog\_api\_client.v2.api.apm\_retention\_filters\_api module
:members:
:show-inheritance:

datadog\_api\_client.v2.api.app\_deployment\_api module
-------------------------------------------------------

.. automodule:: datadog_api_client.v2.api.app_deployment_api
:members:
:show-inheritance:

datadog\_api\_client.v2.api.apps\_api module
--------------------------------------------

Expand Down
Loading

0 comments on commit ca34f24

Please sign in to comment.