Skip to content

Commit a6f68e4

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit bdc2d85 of spec repo
1 parent 1173408 commit a6f68e4

File tree

70 files changed

+529
-4642
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+529
-4642
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 217 additions & 1127 deletions
Large diffs are not rendered by default.

examples/v2/fleet-automation/CreateFleetDeploymentConfigure.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Create a configuration deployment returns "CREATED" response
2+
* Create a deployment returns "CREATED" response
33
*/
44

55
import { client, v2 } from "@datadog/datadog-api-client";

examples/v2/fleet-automation/CreateFleetDeploymentUpgrade.ts

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

examples/v2/fleet-automation/CreateFleetSchedule.ts

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

examples/v2/fleet-automation/DeleteFleetSchedule.ts

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

examples/v2/fleet-automation/GetFleetDeployment.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Get a configuration deployment by ID returns "OK" response
2+
* Get a deployment by ID returns "OK" response
33
*/
44

55
import { client, v2 } from "@datadog/datadog-api-client";
@@ -8,8 +8,11 @@ const configuration = client.createConfiguration();
88
configuration.unstableOperations["v2.getFleetDeployment"] = true;
99
const apiInstance = new v2.FleetAutomationApi(configuration);
1010

11+
// there is a valid "deployment" in the system
12+
const DEPLOYMENT_ID = process.env.DEPLOYMENT_ID as string;
13+
1114
const params: v2.FleetAutomationApiGetFleetDeploymentRequest = {
12-
deploymentId: "deployment_id",
15+
deploymentId: DEPLOYMENT_ID,
1316
};
1417

1518
apiInstance

examples/v2/fleet-automation/GetFleetDeployment_1482493803.ts

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

examples/v2/fleet-automation/GetFleetSchedule.ts

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

examples/v2/fleet-automation/ListFleetAgentVersions.ts

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

examples/v2/fleet-automation/ListFleetSchedules.ts

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

0 commit comments

Comments
 (0)