This repository was archived by the owner on May 7, 2026. It is now read-only.
0.6.0
- Sysdig Secure Capabilities. There are now two objects:
SdMonClientandSdSecureClient. 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.pycreate_default_policies.pydelete_all_policies.pydelete_policy.pyget_policy.pyget_secure_policy_events.pyget_secure_system_falco_rules.pyget_secure_user_falco_rules.pylist_policies.pyset_secure_system_falco_rules.pyset_secure_user_falco_rules.pyupdate_policy.py
- New example program
examples/print_conn_table.pyprints 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.pyto list admin users.