Skip to content

Releases: sysdiglabs/sysdig-sdk-python

0.6.2

08 Nov 23:27
Compare
Choose a tag to compare
  • Add missing pyyaml dependency, needed for some example programs.

0.6.1

13 Oct 18:21
Compare
Choose a tag to compare
  • Renamed SdMonClient to SdMonitorClient for consistency [#42]

0.6.0

12 Oct 04:12
Compare
Choose a tag to compare
  • 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

10 Aug 21:35
Compare
Choose a tag to compare
  • 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

30 May 20:23
Compare
Choose a tag to compare
  • 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

07 Apr 20:27
Compare
Choose a tag to compare
  • Add support for WEBHOOK Notification Channels when creating Alerts
  • create_alert() now allows duplicate descriptions
  • Fix failing automated test

0.5.1

15 Mar 00:05
Compare
Choose a tag to compare
  • Add options for disabling SSL verification (useful for On-Premises installs)
  • Add support for OpsGenie Notification Channels
  • Minor bug fixes

0.5.0

08 Feb 02:00
Compare
Choose a tag to compare
  • Added functions related to Teams support
  • Documentation changed to inline Sphinx-style docstrings and now published at ReadTheDocs

0.4.0

21 Apr 18:23
Compare
Choose a tag to compare
  • Added functions to create and find dashboards, add and remove panels (with complete example)
  • Improved documentation
  • Fixed some linting issues

0.3.0

19 Apr 19:39
Compare
Choose a tag to compare
  • Minor changes to post_event function and documentation
  • Improved post_event and created post_event_simple examples