File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ script:
11
11
- examples/dashboard.py XXX
12
12
- examples/create_dashboard.py XXX
13
13
- examples/delete_dashboard.py XXX
14
- - examples/get_data_advanced.py XXX ip-10-0-1-213 .ec2.internal
14
+ - examples/get_data_advanced.py XXX ip-10-0-1-110 .ec2.internal
15
15
- examples/get_data_datasource.py XXX
16
16
- examples/get_data_simple.py XXX
17
17
- examples/list_alerts.py XXX
@@ -28,7 +28,7 @@ script:
28
28
- examples/print_explore_grouping.py XXX
29
29
- examples/print_user_info.py XXX
30
30
- examples/list_sysdig_captures.py XXX
31
- - examples/create_sysdig_capture.py XXX ip-10-0-1-213 .ec2.internal apicapture 10
31
+ - examples/create_sysdig_capture.py XXX ip-10-0-1-110 .ec2.internal apicapture 10
32
32
- examples/notification_channels.py XXX
33
33
-
examples/user_team_mgmt.py XXX example-team [email protected]
34
34
- echo "Testing pip version"
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ Installation
15
15
16
16
#### Manual
17
17
git clone https://github.com/draios/python-sdc-client.git
18
- pip install
18
+ cd python-sdc-client
19
+ python setup.py install
19
20
20
21
Quick start
21
22
-----------
You can’t perform that action at this time.
0 commit comments