Skip to content

Commit 238646f

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit bdc2d85 of spec repo
1 parent 9b8de3e commit 238646f

File tree

70 files changed

+1706
-8035
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

+1706
-8035
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.java

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
import com.datadog.api.client.ApiClient;
44
import com.datadog.api.client.ApiException;

examples/v2/fleet-automation/CreateFleetDeploymentUpgrade.java

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

examples/v2/fleet-automation/CreateFleetSchedule.java

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

examples/v2/fleet-automation/DeleteFleetSchedule.java

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

examples/v2/fleet-automation/GetFleetDeployment.java

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

33
import com.datadog.api.client.ApiClient;
44
import com.datadog.api.client.ApiException;
@@ -11,8 +11,11 @@ public static void main(String[] args) {
1111
defaultClient.setUnstableOperationEnabled("v2.getFleetDeployment", true);
1212
FleetAutomationApi apiInstance = new FleetAutomationApi(defaultClient);
1313

14+
// there is a valid "deployment" in the system
15+
String DEPLOYMENT_ID = System.getenv("DEPLOYMENT_ID");
16+
1417
try {
15-
FleetDeploymentResponse result = apiInstance.getFleetDeployment("abc-def-ghi");
18+
FleetDeploymentResponse result = apiInstance.getFleetDeployment(DEPLOYMENT_ID);
1619
System.out.println(result);
1720
} catch (ApiException e) {
1821
System.err.println("Exception when calling FleetAutomationApi#getFleetDeployment");

examples/v2/fleet-automation/GetFleetDeployment_1482493803.java

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

examples/v2/fleet-automation/GetFleetSchedule.java

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

examples/v2/fleet-automation/ListFleetAgentVersions.java

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

examples/v2/fleet-automation/ListFleetSchedules.java

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

0 commit comments

Comments
 (0)