.generator/schemas/v2/openapi.yaml in datadog_api_client-2.7.0 vs .generator/schemas/v2/openapi.yaml in datadog_api_client-2.8.0
- old
+ new
@@ -2848,10 +2848,12 @@
description: The type of column present.
example: number
type: string
values:
description: The array of numerical values for one formula or query.
+ example:
+ - 0.5
items:
description: An individual value for a given column and group-by.
example: 0.5
format: double
type: number
@@ -3272,10 +3274,12 @@
$ref: '#/components/schemas/EventsDataSource'
group_by:
$ref: '#/components/schemas/EventsQueryGroupBys'
indexes:
description: The indexes in which to search.
+ example:
+ - main
items:
description: The unique index name.
example: main
type: string
type: array
@@ -3323,10 +3327,12 @@
$ref: '#/components/schemas/EventsDataSource'
group_by:
$ref: '#/components/schemas/EventsQueryGroupBys'
indexes:
description: The indexes in which to search.
+ example:
+ - main
items:
description: The unique index name.
example: main
type: string
type: array
@@ -3668,10 +3674,13 @@
example: group
type: string
values:
description: The array of tag values for each group found for the results
of the formulas or queries.
+ example:
+ - - production
+ - - staging
items:
description: An individual tag value for a given group column.
items:
description: One tag value within a values array.
example: production
@@ -3681,10 +3690,11 @@
type: object
GroupTags:
description: List of tags that apply to a single response value.
items:
description: A single tag that applies to a single response value.
+ example: env:production
type: string
type: array
HTTPLog:
description: Structured log message.
items:
@@ -7216,17 +7226,19 @@
type: array
readOnly: true
type: object
MetricsDataSource:
default: metrics
- description: A data source that is powered by the Metrics backend.
+ description: A data source that is powered by the Metrics platform.
enum:
- metrics
+ - cloud_cost
example: metrics
type: string
x-enum-varnames:
- METRICS
+ - CLOUD_COST
MetricsScalarQuery:
description: An individual scalar metrics query.
properties:
aggregator:
$ref: '#/components/schemas/MetricsAggregator'
@@ -12485,10 +12497,11 @@
security_monitoring_filters_read: Read Security Filters.
security_monitoring_filters_write: Create, edit, and delete Security Filters.
security_monitoring_rules_read: Read Detection Rules.
security_monitoring_rules_write: Create and edit Detection Rules.
security_monitoring_signals_read: View Security Signals.
+ timeseries_query: Query Timeseries data.
usage_read: View your organization's usage and usage attribution.
user_access_invite: Invite other users to your organization.
user_access_manage: Disable users, manage user roles, manage SAML-to-role
mappings, and configure logs restriction queries.
user_access_read: View users and their roles and settings.
@@ -13190,14 +13203,10 @@
$ref: '#/components/responses/BadRequestResponse'
'403':
$ref: '#/components/responses/NotAuthorizedResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
- - AuthZ: []
summary: Aggregate pipelines events
tags:
- CI Visibility Pipelines
x-codegen-request-body-name: body
/api/v2/ci/pipelines/events:
@@ -13269,14 +13278,10 @@
$ref: '#/components/responses/BadRequestResponse'
'403':
$ref: '#/components/responses/NotAuthorizedResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
- - AuthZ: []
summary: Get a list of pipelines events
tags:
- CI Visibility Pipelines
x-pagination:
cursorParam: page[cursor]
@@ -13310,14 +13315,10 @@
$ref: '#/components/responses/BadRequestResponse'
'403':
$ref: '#/components/responses/NotAuthorizedResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
- - AuthZ: []
summary: Search pipelines events
tags:
- CI Visibility Pipelines
x-codegen-request-body-name: body
x-pagination:
@@ -13347,14 +13348,10 @@
$ref: '#/components/responses/BadRequestResponse'
'403':
$ref: '#/components/responses/NotAuthorizedResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
- - AuthZ: []
summary: Aggregate tests events
tags:
- CI Visibility Tests
x-codegen-request-body-name: body
/api/v2/ci/tests/events:
@@ -13426,14 +13423,10 @@
$ref: '#/components/responses/BadRequestResponse'
'403':
$ref: '#/components/responses/NotAuthorizedResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
- - AuthZ: []
summary: Get a list of tests events
tags:
- CI Visibility Tests
x-pagination:
cursorParam: page[cursor]
@@ -13467,14 +13460,10 @@
$ref: '#/components/responses/BadRequestResponse'
'403':
$ref: '#/components/responses/NotAuthorizedResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
- - AuthZ: []
summary: Search tests events
tags:
- CI Visibility Tests
x-codegen-request-body-name: body
x-pagination:
@@ -14406,13 +14395,10 @@
$ref: '#/components/responses/ForbiddenResponse'
'404':
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
summary: List Cloudflare accounts
tags:
- Cloudflare Integration
post:
description: Create a Cloudflare account.
@@ -14436,13 +14422,10 @@
$ref: '#/components/responses/ForbiddenResponse'
'404':
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
summary: Add Cloudflare account
tags:
- Cloudflare Integration
x-codegen-request-body-name: body
/api/v2/integrations/cloudflare/accounts/{account_id}:
@@ -14465,13 +14448,10 @@
$ref: '#/components/responses/ForbiddenResponse'
'404':
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
summary: Delete Cloudflare account
tags:
- Cloudflare Integration
get:
description: Get a Cloudflare account.
@@ -14496,13 +14476,10 @@
$ref: '#/components/responses/ForbiddenResponse'
'404':
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
summary: Get Cloudflare account
tags:
- Cloudflare Integration
patch:
description: Update a Cloudflare account.
@@ -14533,13 +14510,10 @@
$ref: '#/components/responses/ForbiddenResponse'
'404':
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
summary: Update Cloudflare account
tags:
- Cloudflare Integration
x-codegen-request-body-name: body
/api/v2/integrations/confluent-cloud/accounts:
@@ -14825,13 +14799,10 @@
$ref: '#/components/responses/ForbiddenResponse'
'404':
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
summary: List Fastly accounts
tags:
- Fastly Integration
post:
description: Create a Fastly account.
@@ -14855,13 +14826,10 @@
$ref: '#/components/responses/ForbiddenResponse'
'404':
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
summary: Add Fastly account
tags:
- Fastly Integration
x-codegen-request-body-name: body
/api/v2/integrations/fastly/accounts/{account_id}:
@@ -14879,13 +14847,10 @@
$ref: '#/components/responses/ForbiddenResponse'
'404':
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
summary: Delete Fastly account
tags:
- Fastly Integration
get:
description: Get a Fastly account.
@@ -14905,13 +14870,10 @@
$ref: '#/components/responses/ForbiddenResponse'
'404':
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
summary: Get Fastly account
tags:
- Fastly Integration
patch:
description: Update a Fastly account.
@@ -14937,13 +14899,10 @@
$ref: '#/components/responses/ForbiddenResponse'
'404':
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
summary: Update Fastly account
tags:
- Fastly Integration
x-codegen-request-body-name: body
/api/v2/integrations/fastly/accounts/{account_id}/services:
@@ -14965,13 +14924,10 @@
$ref: '#/components/responses/ForbiddenResponse'
'404':
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
summary: List Fastly services
tags:
- Fastly Integration
post:
description: Create a Fastly service for an account.
@@ -14997,13 +14953,10 @@
$ref: '#/components/responses/ForbiddenResponse'
'404':
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
summary: Add Fastly service
tags:
- Fastly Integration
x-codegen-request-body-name: body
/api/v2/integrations/fastly/accounts/{account_id}/services/{service_id}:
@@ -15022,13 +14975,10 @@
$ref: '#/components/responses/ForbiddenResponse'
'404':
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
summary: Delete Fastly service
tags:
- Fastly Integration
get:
description: Get a Fastly service for an account.
@@ -15049,13 +14999,10 @@
$ref: '#/components/responses/ForbiddenResponse'
'404':
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
summary: Get Fastly service
tags:
- Fastly Integration
patch:
description: Update a Fastly service for an account.
@@ -15082,13 +15029,10 @@
$ref: '#/components/responses/ForbiddenResponse'
'404':
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
summary: Update Fastly service
tags:
- Fastly Integration
x-codegen-request-body-name: body
/api/v2/logs:
@@ -16704,15 +16648,10 @@
schema:
$ref: '#/components/schemas/APIErrorResponse'
description: Forbidden
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
- - AuthZ:
- - monitors_configuration_policy_write
summary: Create a monitor configuration policy
tags:
- Monitors
x-codegen-request-body-name: body
/api/v2/monitor/policy/{policy_id}:
@@ -16748,15 +16687,10 @@
schema:
$ref: '#/components/schemas/APIErrorResponse'
description: Not Found
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
- - AuthZ:
- - monitors_configuration_policy_write
summary: Delete a monitor configuration policy
tags:
- Monitors
get:
description: Get a monitor configuration policy by `policy_id`.
@@ -16841,15 +16775,10 @@
schema:
$ref: '#/components/schemas/APIErrorResponse'
description: Unprocessable Entity
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
- security:
- - apiKeyAuth: []
- appKeyAuth: []
- - AuthZ:
- - monitors_configuration_policy_write
summary: Edit a monitor configuration policy
tags:
- Monitors
x-codegen-request-body-name: body
/api/v2/permissions:
@@ -17008,20 +16937,26 @@
$ref: '#/components/responses/UnauthorizedResponse'
'403':
$ref: '#/components/responses/ForbiddenResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
+ security:
+ - apiKeyAuth: []
+ appKeyAuth: []
+ - AuthZ:
+ - timeseries_query
summary: Query scalar data across multiple products
tags:
- Metrics
x-codegen-request-body-name: body
- x-unstable: '**Note**: This endpoint is GA for the metrics data source. Logs
- is in beta.
+ x-unstable: '**Note**: This endpoint is GA for the metrics and cloud cost data
+ sources. Logs is
- We are gradually onboarding support for more sources. If you have any feedback,
+ in beta. We are gradually onboarding support for more sources. If you have
+ any
- contact [Datadog support](https://docs.datadoghq.com/help/).'
+ feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
/api/v2/query/timeseries:
post:
description: 'Query timeseries data across various data sources and
process the data by applying formulas and functions.'
@@ -17045,20 +16980,26 @@
$ref: '#/components/responses/UnauthorizedResponse'
'403':
$ref: '#/components/responses/ForbiddenResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
+ security:
+ - apiKeyAuth: []
+ appKeyAuth: []
+ - AuthZ:
+ - timeseries_query
summary: Query timeseries data across multiple products
tags:
- Metrics
x-codegen-request-body-name: body
- x-unstable: '**Note**: This endpoint is GA for the metrics data source. Logs
- is in beta.
+ x-unstable: '**Note**: This endpoint is GA for the metrics and cloud cost data
+ sources. Logs is
- We are gradually onboarding support for more sources. If you have any feedback,
+ in beta. We are gradually onboarding support for more sources. If you have
+ any
- contact [Datadog support](https://docs.datadoghq.com/help/).'
+ feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
/api/v2/roles:
get:
description: Returns all roles, including their names and their unique identifiers.
operationId: ListRoles
parameters:
@@ -20035,11 +19976,11 @@
format: date-time
type: string
- description: 'Comma separated list of product families to retrieve. Available
families are `all`, `analyzed_logs`,
- `application_security`, `audit_logs`, `serverless`, `ci_app`, `cspm`, `custom_events`,
- `cws`, `dbm`, `fargate`,
+ `application_security`, `audit_logs`, `serverless`, `ci_app`, `cloud_cost_management`,
+ `cspm`, `custom_events`, `cws`, `dbm`, `fargate`,
`infra_hosts`, `incident_management`, `indexed_logs`, `indexed_spans`, `ingested_spans`,
`iot`,
`lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `observability_pipelines`,