File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
src/main/java/com/datadog/api/client/v1/api Expand file tree Collapse file tree 3 files changed +14
-7
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.6",
7
- "regenerated": "2025-06-06 17:43:33.552338 ",
8
- "spec_repo_commit": "01341d5b "
7
+ "regenerated": "2025-06-09 14:45:35.688547 ",
8
+ "spec_repo_commit": "79e7c933 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-06-06 17:43:33.567997 ",
13
- "spec_repo_commit": "01341d5b "
12
+ "regenerated": "2025-06-09 14:45:35.704920 ",
13
+ "spec_repo_commit": "79e7c933 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -26423,7 +26423,10 @@ paths:
26423
26423
- events_read
26424
26424
/api/v1/graph/snapshot:
26425
26425
get:
26426
- description: 'Take graph snapshots.
26426
+ description: 'Take graph snapshots. Snapshots are PNG images generated by rendering
26427
+ a specified widget in a web page and capturing it once the data is available.
26428
+ The image is then uploaded to cloud storage.
26429
+
26427
26430
26428
26431
**Note**: When a snapshot is created, there is some delay before it is available.'
26429
26432
operationId: GetGraphSnapshot
Original file line number Diff line number Diff line change @@ -194,8 +194,12 @@ public CompletableFuture<GraphSnapshot> getGraphSnapshotAsync(
194
194
}
195
195
196
196
/**
197
- * Take graph snapshots. <strong>Note</strong>: When a snapshot is created, there is some delay
198
- * before it is available.
197
+ * Take graph snapshots. Snapshots are PNG images generated by rendering a specified widget in a
198
+ * web page and capturing it once the data is available. The image is then uploaded to cloud
199
+ * storage.
200
+ *
201
+ * <p><strong>Note</strong>: When a snapshot is created, there is some delay before it is
202
+ * available.
199
203
*
200
204
* @param start The POSIX timestamp of the start of the query in seconds. (required)
201
205
* @param end The POSIX timestamp of the end of the query in seconds. (required)
You can’t perform that action at this time.
0 commit comments