Skip to content

Commit

Permalink
Regenerate client from commit 04823e8c of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jul 13, 2022
1 parent 0c5205f commit 2aa7ef6
Show file tree
Hide file tree
Showing 43 changed files with 1,867 additions and 82 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.2",
"regenerated": "2022-07-12 16:16:35.151924",
"spec_repo_commit": "2d238f31"
"regenerated": "2022-07-13 15:55:27.371366",
"spec_repo_commit": "04823e8c"
},
"v2": {
"apigentools_version": "1.6.2",
"regenerated": "2022-07-12 16:16:35.164145",
"spec_repo_commit": "2d238f31"
"regenerated": "2022-07-13 15:55:27.385188",
"spec_repo_commit": "04823e8c"
}
}
}
41 changes: 5 additions & 36 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3638,7 +3638,6 @@ components:
- dbm_queries_usage
- estimated_indexed_logs_usage
- estimated_indexed_spans_usage
- estimated_ingested_spans_usage
- fargate_usage
- functions_usage
- indexed_logs_usage
Expand All @@ -3664,7 +3663,6 @@ components:
- DBM_QUERIES_USAGE
- ESTIMATED_INDEXED_LOGS_USAGE
- ESTIMATED_INDEXED_SPANS_USAGE
- ESTIMATED_INGESTED_SPANS_USAGE
- FARGATE_USAGE
- FUNCTIONS_USAGE
- INDEXED_LOGS_USAGE
Expand Down Expand Up @@ -6871,8 +6869,6 @@ components:
- estimated_indexed_logs_percentage
- estimated_indexed_spans_usage
- estimated_indexed_spans_percentage
- estimated_ingested_spans_usage
- estimated_ingested_spans_percentage
- fargate_usage
- fargate_percentage
- functions_usage
Expand Down Expand Up @@ -6922,8 +6918,6 @@ components:
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
- ESTIMATED_INDEXED_SPANS_USAGE
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
- ESTIMATED_INGESTED_SPANS_USAGE
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
- FARGATE_USAGE
- FARGATE_PERCENTAGE
- FUNCTIONS_USAGE
Expand Down Expand Up @@ -7015,16 +7009,6 @@ components:
in private beta.
format: double
type: number
estimated_ingested_spans_percentage:
description: The percentage of estimated ingested spans usage by tag(s).
This field is in private beta.
format: double
type: number
estimated_ingested_spans_usage:
description: The estimated ingested spans usage by tag(s). This field is
in private beta.
format: double
type: number
fargate_percentage:
description: The percentage of Fargate usage by tags.
format: double
Expand Down Expand Up @@ -13504,8 +13488,6 @@ components:
- estimated_indexed_logs_percentage
- estimated_indexed_spans_usage
- estimated_indexed_spans_percentage
- estimated_ingested_spans_usage
- estimated_ingested_spans_percentage
type: string
x-enum-varnames:
- API_PERCENTAGE
Expand Down Expand Up @@ -13534,8 +13516,6 @@ components:
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
- ESTIMATED_INDEXED_SPANS_USAGE
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
- ESTIMATED_INGESTED_SPANS_USAGE
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
UsageAttributionSupportedMetrics:
description: Supported fields for usage attribution requests (valid requests
contain one or more metrics, or `*` for all).
Expand Down Expand Up @@ -13576,8 +13556,6 @@ components:
- appsec_percentage
- estimated_indexed_spans_usage
- estimated_indexed_spans_percentage
- estimated_ingested_spans_usage
- estimated_ingested_spans_percentage
- '*'
type: string
x-enum-varnames:
Expand Down Expand Up @@ -13617,8 +13595,6 @@ components:
- APPSEC_PERCENTAGE
- ESTIMATED_INDEXED_SPANS_USAGE
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
- ESTIMATED_INGESTED_SPANS_USAGE
- ESTIMATED_INGESTED_SPANS_PERCENTAGE
- ALL
UsageAttributionTagNames:
additionalProperties:
Expand Down Expand Up @@ -13670,8 +13646,6 @@ components:
appsec_percentage:
description: The percentage of Application Security Monitoring host usage
by tag(s).
format: double
type: number
appsec_usage:
description: The Application Security Monitoring host usage by tag(s).
format: double
Expand Down Expand Up @@ -13772,16 +13746,6 @@ components:
is in private beta.
format: double
type: number
estimated_ingested_spans_percentage:
description: The percentage of estimated ingested spans usage by tag(s).
Note this field is in private beta.
format: double
type: number
estimated_ingested_spans_usage:
description: The estimated ingested spans usage by tag(s). Note this field
is in private beta.
format: double
type: number
infra_host_percentage:
description: The percentage of infrastructure host usage by tag(s).
format: double
Expand Down Expand Up @@ -24039,6 +24003,11 @@ paths:
description: Not Found
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- AuthZ:
- security_monitoring_signals_write
apiKeyAuth: []
appKeyAuth: []
summary: Add a security signal to an incident
tags:
- Security Monitoring
Expand Down
Loading

0 comments on commit 2aa7ef6

Please sign in to comment.