Skip to content

Commit 13e17fb

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit d7f2516 of spec repo
1 parent 7749ccd commit 13e17fb

File tree

165 files changed

+18685
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+18685
-67
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4219,14 +4219,14 @@ components:
42194219
type: boolean
42204220
type: object
42214221
HostTags:
4222-
description: Host name and an array of its tags
4222+
description: Set of tags to associate with your host.
42234223
properties:
42244224
host:
42254225
description: Your host name.
42264226
example: test.host
42274227
type: string
42284228
tags:
4229-
description: A list of tags associated with a host.
4229+
description: A list of tags to apply to the host.
42304230
items:
42314231
description: A given tag in a list.
42324232
example: environment:production
@@ -18972,18 +18972,18 @@ components:
1897218972
- match
1897318973
type: object
1897418974
TagToHosts:
18975-
description: In this object, the key is the tag, and the value is a list of
18976-
host names that are reporting that tag.
18975+
description: In this object, the key is the tag, the value is a list of host
18976+
names that are reporting that tag.
1897718977
properties:
1897818978
tags:
1897918979
additionalProperties:
18980-
description: A list of host names which contain this tag
18980+
description: A list of additional properties for tags.
1898118981
items:
1898218982
description: A given tag in a list.
1898318983
example: test.metric.host
1898418984
type: string
1898518985
type: array
18986-
description: A mapping of tags to host names
18986+
description: A list of tags to apply to the host.
1898718987
type: object
1898818988
type: object
1898918989
TargetFormatType:
@@ -36008,13 +36008,11 @@ paths:
3600836008
- synthetics_global_variable_write
3600936009
/api/v1/tags/hosts:
3601036010
get:
36011-
description: Returns a mapping of tags to hosts. For each tag, the response
36012-
returns a list of host names that contain this tag. There is a restriction
36013-
of 10k total host names from the org that can be attached to tags and returned.
36011+
description: Return a mapping of tags to hosts for your whole infrastructure.
3601436012
operationId: ListHostTags
3601536013
parameters:
36016-
- description: Source to filter. [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
36017-
Use "user" source for custom-defined tags.
36014+
- description: When specified, filters host list to those tags with the specified
36015+
source.
3601836016
in: query
3601936017
name: source
3602036018
required: false
@@ -36045,29 +36043,29 @@ paths:
3604536043
- apiKeyAuth: []
3604636044
appKeyAuth: []
3604736045
- AuthZ: []
36048-
summary: Get All Host Tags
36046+
summary: Get Tags
3604936047
tags:
3605036048
- Tags
3605136049
x-permission:
3605236050
operator: OPEN
3605336051
permissions: []
3605436052
/api/v1/tags/hosts/{host_name}:
3605536053
delete:
36056-
description: 'This endpoint allows you to remove all tags
36054+
description: 'This endpoint allows you to remove all user-assigned tags
3605736055

36058-
for a single host. If no source is specified, only deletes from the source
36059-
"User".'
36056+
for a single host.'
3606036057
operationId: DeleteHostTags
3606136058
parameters:
36062-
- description: Specified host name to delete tags
36059+
- description: This endpoint allows you to remove all user-assigned tags for
36060+
a single host.
3606336061
in: path
3606436062
name: host_name
3606536063
required: true
3606636064
schema:
3606736065
type: string
36068-
- description: Source of the tags to be deleted. [Complete list of source attribute
36069-
values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
36070-
Use "user" source for custom-defined tags.
36066+
- description: 'The source of the tags (for example chef, puppet).
36067+
36068+
[Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).'
3607136069
in: query
3607236070
name: source
3607336071
required: false
@@ -36097,14 +36095,14 @@ paths:
3609736095
description: Return the list of tags that apply to a given host.
3609836096
operationId: GetHostTags
3609936097
parameters:
36100-
- description: Name of the host to retrieve tags for
36098+
- description: When specified, filters list of tags to those tags with the specified
36099+
source.
3610136100
in: path
3610236101
name: host_name
3610336102
required: true
3610436103
schema:
3610536104
type: string
36106-
- description: Source to filter. [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
36107-
Use "user" source for custom-defined tags.
36105+
- description: Source to filter.
3610836106
in: query
3610936107
name: source
3611036108
required: false
@@ -36131,25 +36129,25 @@ paths:
3613136129
description: Not Found
3613236130
'429':
3613336131
$ref: '#/components/responses/TooManyRequestsResponse'
36134-
summary: Get Host Tags
36132+
summary: Get host tags
3613536133
tags:
3613636134
- Tags
3613736135
post:
3613836136
description: 'This endpoint allows you to add new tags to a host,
3613936137

36140-
optionally specifying what source these tags come from. If tags already exist,
36141-
appends new tags to the tag list. If no source is specified, defaults to "user".'
36138+
optionally specifying where these tags come from.'
3614236139
operationId: CreateHostTags
3614336140
parameters:
36144-
- description: Specified host name to add new tags
36141+
- description: This endpoint allows you to add new tags to a host, optionally
36142+
specifying where the tags came from.
3614536143
in: path
3614636144
name: host_name
3614736145
required: true
3614836146
schema:
3614936147
type: string
36150-
- description: Source to add tags. [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
36151-
Use "user" source for custom-defined tags. If no source is specified, defaults
36152-
to "user".
36148+
- description: 'The source of the tags.
36149+
36150+
[Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).'
3615336151
example: chef
3615436152
in: query
3615536153
name: source
@@ -36194,15 +36192,16 @@ paths:
3619436192
an integration source with those supplied in the request.'
3619536193
operationId: UpdateHostTags
3619636194
parameters:
36197-
- description: Specified host name to change tags
36195+
- description: This endpoint allows you to update/replace all in an integration
36196+
source with those supplied in the request.
3619836197
in: path
3619936198
name: host_name
3620036199
required: true
3620136200
schema:
3620236201
type: string
36203-
- description: Source to update tags. [Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
36204-
Use "user" source for custom-defined tags. If no source specified, defaults
36205-
to "user".
36202+
- description: 'The source of the tags (for example chef, puppet).
36203+
36204+
[Complete list of source attribute values](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value)'
3620636205
in: query
3620736206
name: source
3620836207
required: false
@@ -39218,8 +39217,7 @@ tags:
3921839217

3921939218
by a source. For example, some valid sources include nagios, hudson, jenkins,
3922039219

39221-
users, feed, chef, puppet, git, bitbucket, fabric, capistrano, etc. Find a complete
39222-
list of source type names under [API Source Attributes](https://docs.datadoghq.com/integrations/faq/list-of-api-source-attribute-value).
39220+
users, feed, chef, puppet, git, bitbucket, fabric, capistrano, etc.
3922339221

3922439222

3922539223
Read more about tags on [Getting Started with Tags](https://docs.datadoghq.com/getting_started/tagging/).'

0 commit comments

Comments
 (0)