Skip to content

Commit

Permalink
Regenerate client from commit 88ae3124 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Feb 21, 2024
1 parent a7726fc commit bdb4803
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 4 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-02-21 12:50:38.923679",
"spec_repo_commit": "1ec2d96a"
"regenerated": "2024-02-21 19:20:46.438575",
"spec_repo_commit": "88ae3124"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-02-21 12:50:38.947728",
"spec_repo_commit": "1ec2d96a"
"regenerated": "2024-02-21 19:20:46.471245",
"spec_repo_commit": "88ae3124"
}
}
}
23 changes: 23 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16870,6 +16870,8 @@ components:
- appsec_fargate_percentage
- estimated_rum_usage_attribution_usage
- estimated_rum_usage_attribution_percentage
- asm_serverless_traced_invocations_usage
- asm_serverless_traced_invocations_percentage
type: string
x-enum-varnames:
- API_PERCENTAGE
Expand Down Expand Up @@ -16908,6 +16910,8 @@ components:
- APPSEC_FARGATE_PERCENTAGE
- ESTIMATED_RUM_USAGE_ATTRIBUTION_USAGE
- ESTIMATED_RUM_USAGE_ATTRIBUTION_PERCENTAGE
- ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
- ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
UsageAttributionSupportedMetrics:
description: Supported fields for usage attribution requests (valid requests
contain one or more metrics, or `*` for all).
Expand Down Expand Up @@ -16958,6 +16962,8 @@ components:
- appsec_fargate_percentage
- estimated_rum_usage_attribution_usage
- estimated_rum_usage_attribution_percentage
- asm_serverless_traced_invocations_usage
- asm_serverless_traced_invocations_percentage
- '*'
type: string
x-enum-varnames:
Expand Down Expand Up @@ -17007,6 +17013,8 @@ components:
- APPSEC_FARGATE_PERCENTAGE
- ESTIMATED_RUM_USAGE_ATTRIBUTION_USAGE
- ESTIMATED_RUM_USAGE_ATTRIBUTION_PERCENTAGE
- ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
- ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
- ALL
UsageAttributionTagNames:
additionalProperties:
Expand Down Expand Up @@ -18717,6 +18725,11 @@ components:
Fargate tasks over all hours in the current date for all organizations.
format: int64
type: integer
asm_serverless_sum:
description: Shows the sum of all Application Security Monitoring Serverless
invocations over all hours in the current date for all organizations.
format: int64
type: integer
audit_logs_lines_indexed_sum:
deprecated: true
description: Shows the sum of audit logs lines indexed over all hours in
Expand Down Expand Up @@ -19247,6 +19260,11 @@ components:
Fargate tasks over all hours in the current months for the given org.
format: int64
type: integer
asm_serverless_sum:
description: Shows the sum of all Application Security Monitoring Serverless
invocations over all hours in the current month for the given org.
format: int64
type: integer
audit_logs_lines_indexed_sum:
deprecated: true
description: Shows the sum of all audit logs lines indexed over all hours
Expand Down Expand Up @@ -19790,6 +19808,11 @@ components:
Fargate tasks over all hours in the current months for all organizations.
format: int64
type: integer
asm_serverless_agg_sum:
description: Shows the sum of all Application Security Monitoring Serverless
invocations over all hours in the current months for all organizations.
format: int64
type: integer
audit_logs_lines_indexed_agg_sum:
deprecated: true
description: Shows the sum of all audit logs lines indexed over all hours
Expand Down
4 changes: 4 additions & 0 deletions packages/datadog-api-client-v1/models/ObjectSerializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1415,6 +1415,8 @@ const enumsMap: { [key: string]: any[] } = {
"appsec_fargate_percentage",
"estimated_rum_usage_attribution_usage",
"estimated_rum_usage_attribution_percentage",
"asm_serverless_traced_invocations_usage",
"asm_serverless_traced_invocations_percentage",
],
UsageAttributionSupportedMetrics: [
"custom_timeseries_usage",
Expand Down Expand Up @@ -1463,6 +1465,8 @@ const enumsMap: { [key: string]: any[] } = {
"appsec_fargate_percentage",
"estimated_rum_usage_attribution_usage",
"estimated_rum_usage_attribution_percentage",
"asm_serverless_traced_invocations_usage",
"asm_serverless_traced_invocations_percentage",
"*",
],
UsageMetricCategory: ["standard", "custom"],
Expand Down
6 changes: 6 additions & 0 deletions packages/datadog-api-client-v1/models/UsageAttributionSort.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ export type UsageAttributionSort =
| typeof APPSEC_FARGATE_PERCENTAGE
| typeof ESTIMATED_RUM_USAGE_ATTRIBUTION_USAGE
| typeof ESTIMATED_RUM_USAGE_ATTRIBUTION_PERCENTAGE
| typeof ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
| typeof ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
| UnparsedObject;
export const API_PERCENTAGE = "api_percentage";
export const SNMP_USAGE = "snmp_usage";
Expand Down Expand Up @@ -90,3 +92,7 @@ export const ESTIMATED_RUM_USAGE_ATTRIBUTION_USAGE =
"estimated_rum_usage_attribution_usage";
export const ESTIMATED_RUM_USAGE_ATTRIBUTION_PERCENTAGE =
"estimated_rum_usage_attribution_percentage";
export const ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE =
"asm_serverless_traced_invocations_usage";
export const ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE =
"asm_serverless_traced_invocations_percentage";
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ export type UsageAttributionSupportedMetrics =
| typeof APPSEC_FARGATE_PERCENTAGE
| typeof ESTIMATED_RUM_USAGE_ATTRIBUTION_USAGE
| typeof ESTIMATED_RUM_USAGE_ATTRIBUTION_PERCENTAGE
| typeof ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE
| typeof ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
| typeof ALL
| UnparsedObject;
export const CUSTOM_TIMESERIES_USAGE = "custom_timeseries_usage";
Expand Down Expand Up @@ -111,4 +113,8 @@ export const ESTIMATED_RUM_USAGE_ATTRIBUTION_USAGE =
"estimated_rum_usage_attribution_usage";
export const ESTIMATED_RUM_USAGE_ATTRIBUTION_PERCENTAGE =
"estimated_rum_usage_attribution_percentage";
export const ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE =
"asm_serverless_traced_invocations_usage";
export const ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE =
"asm_serverless_traced_invocations_percentage";
export const ALL = "*";
9 changes: 9 additions & 0 deletions packages/datadog-api-client-v1/models/UsageSummaryDate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ export class UsageSummaryDate {
* Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current date for all organizations.
*/
"appsecFargateCountAvg"?: number;
/**
* Shows the sum of all Application Security Monitoring Serverless invocations over all hours in the current date for all organizations.
*/
"asmServerlessSum"?: number;
/**
* Shows the sum of audit logs lines indexed over all hours in the current date for all organizations.
*/
Expand Down Expand Up @@ -463,6 +467,11 @@ export class UsageSummaryDate {
type: "number",
format: "int64",
},
asmServerlessSum: {
baseName: "asm_serverless_sum",
type: "number",
format: "int64",
},
auditLogsLinesIndexedSum: {
baseName: "audit_logs_lines_indexed_sum",
type: "number",
Expand Down
9 changes: 9 additions & 0 deletions packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ export class UsageSummaryDateOrg {
* Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current months for the given org.
*/
"appsecFargateCountAvg"?: number;
/**
* Shows the sum of all Application Security Monitoring Serverless invocations over all hours in the current month for the given org.
*/
"asmServerlessSum"?: number;
/**
* Shows the sum of all audit logs lines indexed over all hours in the current date for the given org.
*/
Expand Down Expand Up @@ -478,6 +482,11 @@ export class UsageSummaryDateOrg {
type: "number",
format: "int64",
},
asmServerlessSum: {
baseName: "asm_serverless_sum",
type: "number",
format: "int64",
},
auditLogsLinesIndexedSum: {
baseName: "audit_logs_lines_indexed_sum",
type: "number",
Expand Down
9 changes: 9 additions & 0 deletions packages/datadog-api-client-v1/models/UsageSummaryResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ export class UsageSummaryResponse {
* Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current months for all organizations.
*/
"appsecFargateCountAvgSum"?: number;
/**
* Shows the sum of all Application Security Monitoring Serverless invocations over all hours in the current months for all organizations.
*/
"asmServerlessAggSum"?: number;
/**
* Shows the sum of all audit logs lines indexed over all hours in the current months for all organizations.
*/
Expand Down Expand Up @@ -508,6 +512,11 @@ export class UsageSummaryResponse {
type: "number",
format: "int64",
},
asmServerlessAggSum: {
baseName: "asm_serverless_agg_sum",
type: "number",
format: "int64",
},
auditLogsLinesIndexedAggSum: {
baseName: "audit_logs_lines_indexed_agg_sum",
type: "number",
Expand Down

0 comments on commit bdb4803

Please sign in to comment.