You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/api/snapshots_api.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,8 @@ def get_graph_snapshot(
97
97
) ->GraphSnapshot:
98
98
"""Take graph snapshots.
99
99
100
-
Take graph snapshots.
100
+
Take graph snapshots. Snapshots are PNG images generated by rendering a specified widget in a web page and capturing it once the data is available. The image is then uploaded to cloud storage.
101
+
101
102
**Note** : When a snapshot is created, there is some delay before it is available.
102
103
103
104
:param start: The POSIX timestamp of the start of the query in seconds.
0 commit comments