Skip to content

Commit c175838

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit f8f89b6 of spec repo (#4459)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent cbc377b commit c175838

27 files changed

Lines changed: 670 additions & 1746 deletions

.generator/schemas/v2/openapi.yaml

Lines changed: 183 additions & 395 deletions
Large diffs are not rendered by default.

examples/v2/rum-retention-filters-hardcoded/GetHardcodedRetentionFilter.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

examples/v2/rum-retention-filters-hardcoded/ListHardcodedRetentionFilters.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

examples/v2/rum-retention-filters-hardcoded/UpdateHardcodedRetentionFilter.ts

Lines changed: 0 additions & 35 deletions
This file was deleted.

features/support/scenarios_model_mapping.ts

Lines changed: 14 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -8419,6 +8419,20 @@ export const ScenariosModelMappings: {[key: string]: {[key: string]: any}} = {
84198419
},
84208420
"operationResponseType": "DashboardUsageResponse",
84218421
},
8422+
"v2.GetDataObservabilityMonitorRunStatus": {
8423+
"runId": {
8424+
"type": "string",
8425+
"format": "",
8426+
},
8427+
"operationResponseType": "GetDataObservabilityMonitorRunStatusResponse",
8428+
},
8429+
"v2.RunDataObservabilityMonitor": {
8430+
"monitorId": {
8431+
"type": "number",
8432+
"format": "int64",
8433+
},
8434+
"operationResponseType": "RunDataObservabilityMonitorResponse",
8435+
},
84228436
"v2.GetAllDatasets": {
84238437
"operationResponseType": "DatasetResponseMulti",
84248438
},
@@ -13753,39 +13767,6 @@ export const ScenariosModelMappings: {[key: string]: {[key: string]: any}} = {
1375313767
},
1375413768
"operationResponseType": "ServiceRepositoryInfoResponse",
1375513769
},
13756-
"v2.ListHardcodedRetentionFilters": {
13757-
"appId": {
13758-
"type": "string",
13759-
"format": "",
13760-
},
13761-
"operationResponseType": "RumHardcodedRetentionFiltersResponse",
13762-
},
13763-
"v2.GetHardcodedRetentionFilter": {
13764-
"appId": {
13765-
"type": "string",
13766-
"format": "",
13767-
},
13768-
"rfId": {
13769-
"type": "string",
13770-
"format": "",
13771-
},
13772-
"operationResponseType": "RumHardcodedRetentionFilterResponse",
13773-
},
13774-
"v2.UpdateHardcodedRetentionFilter": {
13775-
"appId": {
13776-
"type": "string",
13777-
"format": "",
13778-
},
13779-
"rfId": {
13780-
"type": "string",
13781-
"format": "",
13782-
},
13783-
"body": {
13784-
"type": "RumHardcodedRetentionFilterUpdateRequest",
13785-
"format": "",
13786-
},
13787-
"operationResponseType": "RumHardcodedRetentionFilterResponse",
13788-
},
1378913770
"v2.OrderRetentionFilters": {
1379013771
"appId": {
1379113772
"type": "string",

features/v2/rum_hardcoded_retention_filters.feature

Lines changed: 0 additions & 59 deletions
This file was deleted.

features/v2/rum_retention_filters_hardcoded.feature

Lines changed: 0 additions & 59 deletions
This file was deleted.

features/v2/undo.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6419,24 +6419,6 @@
64196419
"type": "unsafe"
64206420
}
64216421
},
6422-
"ListHardcodedRetentionFilters": {
6423-
"tag": "RUM Retention Filters Hardcoded",
6424-
"undo": {
6425-
"type": "safe"
6426-
}
6427-
},
6428-
"GetHardcodedRetentionFilter": {
6429-
"tag": "RUM Retention Filters Hardcoded",
6430-
"undo": {
6431-
"type": "safe"
6432-
}
6433-
},
6434-
"UpdateHardcodedRetentionFilter": {
6435-
"tag": "RUM Retention Filters Hardcoded",
6436-
"undo": {
6437-
"type": "idempotent"
6438-
}
6439-
},
64406422
"OrderRetentionFilters": {
64416423
"tag": "Rum Retention Filters",
64426424
"undo": {

packages/datadog-api-client-common/configuration.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,8 @@ export function createConfiguration(
457457
"v2.updateDashboardSecureEmbed": false,
458458
"v2.getDashboardUsage": false,
459459
"v2.listDashboardsUsage": false,
460+
"v2.getDataObservabilityMonitorRunStatus": false,
461+
"v2.runDataObservabilityMonitor": false,
460462
"v2.createDataset": false,
461463
"v2.deleteDataset": false,
462464
"v2.getAllDatasets": false,

0 commit comments

Comments
 (0)