File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
lib/datadog_api_client/v2/models Expand file tree Collapse file tree 3 files changed +6
-6
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": "2024-12-13 16:09:30.230478 ",
8- "spec_repo_commit": "936a5463 "
7+ "regenerated": "2024-12-13 17:55:05.761111 ",
8+ "spec_repo_commit": "74a8f1e2 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2024-12-13 16:09:30.249799 ",
13- "spec_repo_commit": "936a5463 "
12+ "regenerated": "2024-12-13 17:55:05.779825 ",
13+ "spec_repo_commit": "74a8f1e2 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -10106,7 +10106,7 @@ components:
1010610106 type: string
1010710107 query:
1010810108 default: '*'
10109- description: The search query following the event search syntax.
10109+ description: The search query following the [ event search syntax](https://docs.datadoghq.com/service_management/events/explorer/searching) .
1011010110 example: service:web* AND @http.status_code:[200 TO 299]
1011110111 type: string
1011210112 to:
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class EventsQueryFilter
2424 # The minimum time for the requested events. Supports date math and regular timestamps in milliseconds.
2525 attr_accessor :from
2626
27- # The search query following the event search syntax.
27+ # The search query following the [ event search syntax](https://docs.datadoghq.com/service_management/events/explorer/searching) .
2828 attr_accessor :query
2929
3030 # The maximum time for the requested events. Supports date math and regular timestamps in milliseconds.
You can’t perform that action at this time.
0 commit comments