Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Releases: sysdiglabs/sysdig-sdk-python

0.6.4

Choose a tag to compare

@mstemm mstemm released this 08 Nov 23:45
  • Refreshing tags for pip.

0.6.3

Choose a tag to compare

@mstemm mstemm released this 08 Nov 23:44
  • Additional missing dependency.

0.6.2

Choose a tag to compare

@mstemm mstemm released this 08 Nov 23:27
  • Add missing pyyaml dependency, needed for some example programs.

0.6.1

Choose a tag to compare

@mstemm mstemm released this 13 Oct 18:21
  • Renamed SdMonClient to SdMonitorClient for consistency [#42]

0.6.0

Choose a tag to compare

@mstemm mstemm released this 12 Oct 04:12
  • Sysdig Secure Capabilities. There are now two objects: SdMonClient and SdSecureClient. 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

Choose a tag to compare

@philrz philrz released this 10 Aug 21:35
  • Include scope in Dashboard restore example (examples/restore_dashboards.py)
  • Improve Agent auto-config examples
  • New function get_users() and corresponding example to list all users in an environment

0.5.3

Choose a tag to compare

@philrz philrz released this 30 May 20:23
  • Add update_alert() method
  • Add examples to dump/restore alerts from JSON file
  • Restore prior version of restore_dashboards example
  • Automated test improvements

0.5.2

Choose a tag to compare

@philrz philrz released this 07 Apr 20:27
  • Add support for WEBHOOK Notification Channels when creating Alerts
  • create_alert() now allows duplicate descriptions
  • Fix failing automated test

0.5.1

Choose a tag to compare

@philrz philrz released this 15 Mar 00:05
  • Add options for disabling SSL verification (useful for On-Premises installs)
  • Add support for OpsGenie Notification Channels
  • Minor bug fixes

0.5.0

Choose a tag to compare

@philrz philrz released this 08 Feb 02:00
  • Added functions related to Teams support
  • Documentation changed to inline Sphinx-style docstrings and now published at ReadTheDocs