Skip to content

Commit 08f8b06

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 121fe1c of spec repo
1 parent 25c2dc8 commit 08f8b06

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

.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.

lib/datadog_api_client/v2/api/synthetics_api.rb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ def create_synthetics_network_test(body, opts = {})
178178
end
179179

180180
# Create a Network Path test.
181+
#
182+
# Create a Network Path test.
183+
#
184+
# **Note**: This endpoint is not available for the Government (US1-FED) site.
185+
#
181186
# @param body [SyntheticsNetworkTestEditRequest]
182187
# @param opts [Hash] the optional parameters
183188
# @return [Array<(SyntheticsNetworkTestResponse, Integer, Hash)>] SyntheticsNetworkTestResponse data, response status code and response headers
@@ -757,6 +762,11 @@ def get_synthetics_network_test(public_id, opts = {})
757762
end
758763

759764
# Get a Network Path test.
765+
#
766+
# Get a Network Path test.
767+
#
768+
# **Note**: This endpoint is not available for the Government (US1-FED) site.
769+
#
760770
# @param public_id [String] The public ID of the Network Path test to get details from.
761771
# @param opts [Hash] the optional parameters
762772
# @return [Array<(SyntheticsNetworkTestResponse, Integer, Hash)>] SyntheticsNetworkTestResponse data, response status code and response headers
@@ -1532,6 +1542,11 @@ def update_synthetics_network_test(public_id, body, opts = {})
15321542
end
15331543

15341544
# Edit a Network Path test.
1545+
#
1546+
# Edit a Network Path test.
1547+
#
1548+
# **Note**: This endpoint is not available for the Government (US1-FED) site.
1549+
#
15351550
# @param public_id [String] The public ID of the Network Path test to edit.
15361551
# @param body [SyntheticsNetworkTestEditRequest] New Network Path test details to be saved.
15371552
# @param opts [Hash] the optional parameters

0 commit comments

Comments
 (0)