| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
HostTags |
TagsApi.createHostTags(String hostName,
HostTags body)
Add tags to a host.
|
HostTags |
TagsApi.createHostTags(String hostName,
HostTags body,
TagsApi.CreateHostTagsOptionalParameters parameters)
Add tags to a host.
|
HostTags |
TagsApi.getHostTags(String hostName)
Get host tags.
|
HostTags |
TagsApi.getHostTags(String hostName,
TagsApi.GetHostTagsOptionalParameters parameters)
Get host tags.
|
HostTags |
TagsApi.updateHostTags(String hostName,
HostTags body)
Update host tags.
|
HostTags |
TagsApi.updateHostTags(String hostName,
HostTags body,
TagsApi.UpdateHostTagsOptionalParameters parameters)
Update host tags.
|
| Modifier and Type | Method and Description |
|---|---|
HostTags |
HostTags.addTagsItem(String tagsItem) |
HostTags |
HostTags.host(String host) |
HostTags |
HostTags.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
HostTags |
HostTags.tags(List<String> tags) |
Copyright © 2024. All rights reserved.