Releases: sysdiglabs/sysdig-sdk-python
Releases · sysdiglabs/sysdig-sdk-python
0.6.2
0.6.1
0.6.0
- Sysdig Secure Capabilities. There are now two objects:
SdMonClient
andSdSecureClient
. SdMonClient provides all sysdig monitor capabilities, and SdSecureClient provides all sysdig secure capabilities. SdcClient is an alias of SdMonClient for backwards compatibility. The following new example programs demonstrate sysdig secure capabilities:add_policy.py
create_default_policies.py
delete_all_policies.py
delete_policy.py
get_policy.py
get_secure_policy_events.py
get_secure_system_falco_rules.py
get_secure_user_falco_rules.py
list_policies.py
set_secure_system_falco_rules.py
set_secure_user_falco_rules.py
update_policy.py
- New example program
examples/print_conn_table.py
prints N entries from the conn table for the filter specified, mimicking the top connections table in the Sysdig Monitor UI - New example program
examples/list_admins.py
to list admin users.
0.5.4
0.5.3
0.5.2
0.5.1
- Add options for disabling SSL verification (useful for On-Premises installs)
- Add support for OpsGenie Notification Channels
- Minor bug fixes
0.5.0
0.4.0
- Added functions to create and find dashboards, add and remove panels (with complete example)
- Improved documentation
- Fixed some linting issues
0.3.0
- Minor changes to
post_event
function and documentation - Improved
post_event
and createdpost_event_simple
examples