Skip to content

Commit 0fe7a7e

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Get all hosts for your organization docs edit (#2003)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 7e4abb4 commit 0fe7a7e

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-07-09 16:56:58.449260",
8-
"spec_repo_commit": "dff08f2a"
7+
"regenerated": "2024-07-09 21:26:16.592105",
8+
"spec_repo_commit": "076a142e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-09 16:56:58.466383",
13-
"spec_repo_commit": "dff08f2a"
12+
"regenerated": "2024-07-09 21:26:16.609447",
13+
"spec_repo_commit": "076a142e"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24341,7 +24341,9 @@ paths:
2434124341
required: false
2434224342
schema:
2434324343
type: string
24344-
- description: Host result to start search from.
24344+
- description: Specify the starting point for the host search results. For example,
24345+
if you set `count` to 100 and the first 100 results have already been returned,
24346+
you can set `start` to `101` to get the next 100 results.
2434524347
in: query
2434624348
name: start
2434724349
required: false

src/datadog_api_client/v1/api/hosts_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def list_hosts(
200200
:type sort_field: str, optional
201201
:param sort_dir: Direction of sort. Options include ``asc`` and ``desc``.
202202
:type sort_dir: str, optional
203-
:param start: Host result to start search from.
203+
:param start: Specify the starting point for the host search results. For example, if you set ``count`` to 100 and the first 100 results have already been returned, you can set ``start`` to ``101`` to get the next 100 results.
204204
:type start: int, optional
205205
:param count: Number of hosts to return. Max 1000.
206206
:type count: int, optional

0 commit comments

Comments
 (0)