File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
src/datadog_api_client/v1/api Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.4",
7
- "regenerated": "2023-03-06 21:45:22.673897 ",
8
- "spec_repo_commit": "c9d1fe42 "
7
+ "regenerated": "2023-03-06 21:58:40.707684 ",
8
+ "spec_repo_commit": "d749ce87 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2023-03-06 21:45:22.686549 ",
13
- "spec_repo_commit": "c9d1fe42 "
12
+ "regenerated": "2023-03-06 21:58:40.720012 ",
13
+ "spec_repo_commit": "d749ce87 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -20761,14 +20761,14 @@ paths:
20761
20761
name: metric_query
20762
20762
schema:
20763
20763
type: string
20764
- - description: The POSIX timestamp of the start of the query.
20764
+ - description: The POSIX timestamp of the start of the query in seconds .
20765
20765
in: query
20766
20766
name: start
20767
20767
required: true
20768
20768
schema:
20769
20769
format: int64
20770
20770
type: integer
20771
- - description: The POSIX timestamp of the end of the query.
20771
+ - description: The POSIX timestamp of the end of the query in seconds .
20772
20772
in: query
20773
20773
name: end
20774
20774
required: true
Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ def get_graph_snapshot(
102
102
Take graph snapshots.
103
103
**Note** : When a snapshot is created, there is some delay before it is available.
104
104
105
- :param start: The POSIX timestamp of the start of the query.
105
+ :param start: The POSIX timestamp of the start of the query in seconds .
106
106
:type start: int
107
- :param end: The POSIX timestamp of the end of the query.
107
+ :param end: The POSIX timestamp of the end of the query in seconds .
108
108
:type end: int
109
109
:param metric_query: The metric query.
110
110
:type metric_query: str, optional
You can’t perform that action at this time.
0 commit comments