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/datadogV1/api/api_snapshots.rs
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,8 @@ impl SnapshotsAPI {
133
133
Self{ config, client }
134
134
}
135
135
136
-
/// Take graph snapshots.
136
+
/// 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.
137
+
///
137
138
/// **Note**: When a snapshot is created, there is some delay before it is available.
138
139
pubasyncfnget_graph_snapshot(
139
140
&self,
@@ -158,7 +159,8 @@ impl SnapshotsAPI {
158
159
}
159
160
}
160
161
161
-
/// Take graph snapshots.
162
+
/// 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.
163
+
///
162
164
/// **Note**: When a snapshot is created, there is some delay before it is available.
0 commit comments