| Package | Description |
|---|---|
| com.datadog.api.client.v1.api |
| Modifier and Type | Method and Description |
|---|---|
TagsApi.DeleteHostTagsOptionalParameters |
TagsApi.DeleteHostTagsOptionalParameters.source(String source)
Set source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagsApi.deleteHostTags(String hostName,
TagsApi.DeleteHostTagsOptionalParameters parameters)
Remove host tags.
|
CompletableFuture<Void> |
TagsApi.deleteHostTagsAsync(String hostName,
TagsApi.DeleteHostTagsOptionalParameters parameters)
Remove host tags.
|
ApiResponse<Void> |
TagsApi.deleteHostTagsWithHttpInfo(String hostName,
TagsApi.DeleteHostTagsOptionalParameters parameters)
This endpoint allows you to remove all user-assigned tags for a single host.
|
CompletableFuture<ApiResponse<Void>> |
TagsApi.deleteHostTagsWithHttpInfoAsync(String hostName,
TagsApi.DeleteHostTagsOptionalParameters parameters)
Remove host tags.
|
Copyright © 2024. All rights reserved.