| Package | Description |
|---|---|
| com.datadog.api.client.v1.api |
| Modifier and Type | Method and Description |
|---|---|
TagsApi.UpdateHostTagsOptionalParameters |
TagsApi.UpdateHostTagsOptionalParameters.source(String source)
Set source.
|
| Modifier and Type | Method and Description |
|---|---|
HostTags |
TagsApi.updateHostTags(String hostName,
HostTags body,
TagsApi.UpdateHostTagsOptionalParameters parameters)
Update host tags.
|
CompletableFuture<HostTags> |
TagsApi.updateHostTagsAsync(String hostName,
HostTags body,
TagsApi.UpdateHostTagsOptionalParameters parameters)
Update host tags.
|
ApiResponse<HostTags> |
TagsApi.updateHostTagsWithHttpInfo(String hostName,
HostTags body,
TagsApi.UpdateHostTagsOptionalParameters parameters)
This endpoint allows you to update/replace all tags in an integration source with those
supplied in the request.
|
CompletableFuture<ApiResponse<HostTags>> |
TagsApi.updateHostTagsWithHttpInfoAsync(String hostName,
HostTags body,
TagsApi.UpdateHostTagsOptionalParameters parameters)
Update host tags.
|
Copyright © 2024. All rights reserved.