File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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<SyntheticsNetworkTestResponse>
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<SyntheticsNetworkTestResponse>
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<SyntheticsNetworkTestResponse>
You can’t perform that action at this time.
0 commit comments