Skip to content

Commit 92177ab

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit bdc2d85 of spec repo
1 parent 87dea61 commit 92177ab

File tree

69 files changed

+623
-5718
lines changed

Some content is hidden

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

69 files changed

+623
-5718
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.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Create a configuration deployment returns "CREATED" response
1+
# Create a deployment returns "CREATED" response
22

33
require "datadog_api_client"
44
DatadogAPIClient.configure do |config|

examples/v2/fleet-automation/CreateFleetDeploymentUpgrade.rb

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

examples/v2/fleet-automation/CreateFleetSchedule.rb

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

examples/v2/fleet-automation/DeleteFleetSchedule.rb

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# Get a configuration deployment by ID returns "OK" response
1+
# Get a deployment by ID returns "OK" response
22

33
require "datadog_api_client"
44
DatadogAPIClient.configure do |config|
55
config.unstable_operations["v2.get_fleet_deployment".to_sym] = true
66
end
77
api_instance = DatadogAPIClient::V2::FleetAutomationAPI.new
8-
p api_instance.get_fleet_deployment("deployment_id")
8+
9+
# there is a valid "deployment" in the system
10+
DEPLOYMENT_ID = ENV["DEPLOYMENT_ID"]
11+
p api_instance.get_fleet_deployment(DEPLOYMENT_ID)

examples/v2/fleet-automation/GetFleetDeployment_1482493803.rb

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

examples/v2/fleet-automation/GetFleetSchedule.rb

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

examples/v2/fleet-automation/ListFleetAgentVersions.rb

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

examples/v2/fleet-automation/ListFleetSchedules.rb

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

0 commit comments

Comments
 (0)