File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
main/java/com/datadog/api/client/v1/api
test/resources/com/datadog/api/client/v1/api Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -35649,7 +35649,7 @@ paths:
3564935649 - apiKeyAuth: []
3565035650 appKeyAuth: []
3565135651 - AuthZ: []
35652- summary: Get Tags
35652+ summary: Get All Hosts Tags
3565335653 tags:
3565435654 - Tags
3565535655 x-permission:
Original file line number Diff line number Diff line change 1- // Get Tags returns "OK" response
1+ // Get All Hosts Tags returns "OK" response
22
33import com .datadog .api .client .ApiClient ;
44import com .datadog .api .client .ApiException ;
Original file line number Diff line number Diff line change @@ -690,7 +690,7 @@ public ListHostTagsOptionalParameters source(String source) {
690690 }
691691
692692 /**
693- * Get Tags.
693+ * Get All Hosts Tags.
694694 *
695695 * <p>See {@link #listHostTagsWithHttpInfo}.
696696 *
@@ -702,7 +702,7 @@ public TagToHosts listHostTags() throws ApiException {
702702 }
703703
704704 /**
705- * Get Tags.
705+ * Get All Hosts Tags.
706706 *
707707 * <p>See {@link #listHostTagsWithHttpInfoAsync}.
708708 *
@@ -717,7 +717,7 @@ public CompletableFuture<TagToHosts> listHostTagsAsync() {
717717 }
718718
719719 /**
720- * Get Tags.
720+ * Get All Hosts Tags.
721721 *
722722 * <p>See {@link #listHostTagsWithHttpInfo}.
723723 *
@@ -730,7 +730,7 @@ public TagToHosts listHostTags(ListHostTagsOptionalParameters parameters) throws
730730 }
731731
732732 /**
733- * Get Tags.
733+ * Get All Hosts Tags.
734734 *
735735 * <p>See {@link #listHostTagsWithHttpInfoAsync}.
736736 *
@@ -795,7 +795,7 @@ public ApiResponse<TagToHosts> listHostTagsWithHttpInfo(ListHostTagsOptionalPara
795795 }
796796
797797 /**
798- * Get Tags.
798+ * Get All Hosts Tags.
799799 *
800800 * <p>See {@link #listHostTagsWithHttpInfo}.
801801 *
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ Feature: Tags
3131 Then the response status is 404 Not Found
3232
3333 @generated @skip @team:DataDog/core-index
34- Scenario : Get Tags returns "Not Found" response
34+ Scenario : Get All Hosts Tags returns "Not Found" response
3535 Given new "ListHostTags" request
3636 When the request is sent
3737 Then the response status is 404 Not Found
3838
3939 @generated @skip @team:DataDog/core-index
40- Scenario : Get Tags returns "OK" response
40+ Scenario : Get All Hosts Tags returns "OK" response
4141 Given new "ListHostTags" request
4242 When the request is sent
4343 Then the response status is 200 OK
You can’t perform that action at this time.
0 commit comments