File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
lib/datadog_api_client/v1/api Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2025-06-09 14:45:40.045577 ",
8- "spec_repo_commit": "79e7c933 "
7+ "regenerated": "2025-06-09 22:44:44.764070 ",
8+ "spec_repo_commit": "37759f0c "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-06-09 14:45:40.062384 ",
13- "spec_repo_commit": "79e7c933 "
12+ "regenerated": "2025-06-09 22:44:44.779993 ",
13+ "spec_repo_commit": "37759f0c "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -26610,7 +26610,10 @@ paths:
2661026610
2661126611 Retention is 7 days.
2661226612
26613- Results are paginated with a max of 1000 results at a time.'
26613+ Results are paginated with a max of 1000 results at a time.
26614+
26615+ **Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id`
26616+ in the response.'
2661426617 operationId: ListHosts
2661526618 parameters:
2661626619 - description: String to filter search results.
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ def list_hosts(opts = {})
100100 # Hosts live within the past 3 hours are included by default.
101101 # Retention is 7 days.
102102 # Results are paginated with a max of 1000 results at a time.
103+ # **Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id` in the response.
103104 #
104105 # @param opts [Hash] the optional parameters
105106 # @option opts [String] :filter String to filter search results.
You can’t perform that action at this time.
0 commit comments