Skip to content

Commit 35383b2

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 121fe1c of spec repo
1 parent 1b6af6f commit 35383b2

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116590,6 +116590,10 @@ paths:
116590116590
- synthetics_read
116591116591
/api/v2/synthetics/tests/network:
116592116592
post:
116593+
description: |-
116594+
Create a Network Path test.
116595+
116596+
**Note**: This endpoint is not available for the Government (US1-FED) site.
116593116597
operationId: CreateSyntheticsNetworkTest
116594116598
requestBody:
116595116599
content:
@@ -116627,6 +116631,10 @@ paths:
116627116631
- synthetics_create_edit_trigger
116628116632
/api/v2/synthetics/tests/network/{public_id}:
116629116633
get:
116634+
description: |-
116635+
Get a Network Path test.
116636+
116637+
**Note**: This endpoint is not available for the Government (US1-FED) site.
116630116638
operationId: GetSyntheticsNetworkTest
116631116639
parameters:
116632116640
- description: The public ID of the Network Path test to get details from.
@@ -116669,6 +116677,10 @@ paths:
116669116677
permissions:
116670116678
- synthetics_read
116671116679
put:
116680+
description: |-
116681+
Edit a Network Path test.
116682+
116683+
**Note**: This endpoint is not available for the Government (US1-FED) site.
116672116684
operationId: UpdateSyntheticsNetworkTest
116673116685
parameters:
116674116686
- description: The public ID of the Network Path test to edit.

src/main/java/com/datadog/api/client/v2/api/SyntheticsApi.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,10 @@ public CompletableFuture<SyntheticsNetworkTestResponse> createSyntheticsNetworkT
425425
}
426426

427427
/**
428+
* Create a Network Path test.
429+
*
430+
* <p><strong>Note</strong>: This endpoint is not available for the Government (US1-FED) site.
431+
*
428432
* @param body (required)
429433
* @return ApiResponse&lt;SyntheticsNetworkTestResponse&gt;
430434
* @throws ApiException if fails to make API call
@@ -1627,6 +1631,10 @@ public CompletableFuture<SyntheticsNetworkTestResponse> getSyntheticsNetworkTest
16271631
}
16281632

16291633
/**
1634+
* Get a Network Path test.
1635+
*
1636+
* <p><strong>Note</strong>: This endpoint is not available for the Government (US1-FED) site.
1637+
*
16301638
* @param publicId The public ID of the Network Path test to get details from. (required)
16311639
* @return ApiResponse&lt;SyntheticsNetworkTestResponse&gt;
16321640
* @throws ApiException if fails to make API call
@@ -3551,6 +3559,10 @@ public CompletableFuture<SyntheticsNetworkTestResponse> updateSyntheticsNetworkT
35513559
}
35523560

35533561
/**
3562+
* Edit a Network Path test.
3563+
*
3564+
* <p><strong>Note</strong>: This endpoint is not available for the Government (US1-FED) site.
3565+
*
35543566
* @param publicId The public ID of the Network Path test to edit. (required)
35553567
* @param body New Network Path test details to be saved. (required)
35563568
* @return ApiResponse&lt;SyntheticsNetworkTestResponse&gt;

0 commit comments

Comments
 (0)