Skip to content

Commit c0a90dc

Browse files
author
nianiB9
committed
update cursor_value and limit
1 parent 350c8a4 commit c0a90dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/monitor/examples/eg001_get_monitoring_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def worker(args):
2727
#ds-snippet-start:Monitor1Step3
2828
dataset_api = DataSetApi(api_client=api_client)
2929

30-
cursor_value = ''
31-
limit = 100
30+
cursor_value = '2024-01-01T00:00:00Z'
31+
limit = 2000
3232
function_results = []
3333
complete = False
3434

0 commit comments

Comments
 (0)