| Package | Description |
|---|---|
| com.datadog.api.client.v1.api |
| Modifier and Type | Method and Description |
|---|---|
TagsApi.CreateHostTagsOptionalParameters |
TagsApi.CreateHostTagsOptionalParameters.source(String source)
Set source.
|
| Modifier and Type | Method and Description |
|---|---|
HostTags |
TagsApi.createHostTags(String hostName,
HostTags body,
TagsApi.CreateHostTagsOptionalParameters parameters)
Add tags to a host.
|
CompletableFuture<HostTags> |
TagsApi.createHostTagsAsync(String hostName,
HostTags body,
TagsApi.CreateHostTagsOptionalParameters parameters)
Add tags to a host.
|
ApiResponse<HostTags> |
TagsApi.createHostTagsWithHttpInfo(String hostName,
HostTags body,
TagsApi.CreateHostTagsOptionalParameters parameters)
This endpoint allows you to add new tags to a host, optionally specifying where these tags come
from.
|
CompletableFuture<ApiResponse<HostTags>> |
TagsApi.createHostTagsWithHttpInfoAsync(String hostName,
HostTags body,
TagsApi.CreateHostTagsOptionalParameters parameters)
Add tags to a host.
|
Copyright © 2024. All rights reserved.