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: README.md
+29-3Lines changed: 29 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ A dictionary containing the list of available sampling intervals.
164
164
165
165
#### `get_data_retention_info(self)`
166
166
**Description**
167
-
Return the list of data retention intervals, with beginning and end UTC time for each of them. Sysdig Cloud performs rollups of the data it stores. This means that data is stored at different time granularities depending on how far in time it is. This call can be used to know what precision you can expect before you make a call to get_data().
167
+
Return the list of data retention intervals, with beginning and end UTC time for each of them. Sysdig Cloud performs rollups of the data it stores. This means that data is stored at different time granularities depending on how far in time it is. This call can be used to know what precision you can expect before you make a call to `get_data()`.
168
168
**Success Return Value**
169
169
A dictionary containing the list of available sampling intervals.
170
170
**Example**
@@ -175,8 +175,8 @@ A dictionary containing the list of available sampling intervals.
175
175
Returns the list of Sysdig Cloud events.
176
176
**Arguments**
177
177
-**name**: filter events by name.
178
-
-**from_ts**: filter events created after `from_ts`.
179
-
-**to_ts**: filter events created before `to_ts`.
178
+
-**from_ts**: filter events by start time. Timestamp format is in UTC (seconds).
179
+
-**to_ts**: filter events by end time. Timestamp format is in UTC (seconds).
180
180
-**tags**: filter events by tags. Can be, for example `tag1 = 'value1'`.
0 commit comments