sysdig-sdk-python
sysdig-sdk-python copied to clipboard
Sysdig Platform Python client library
Bumps [requests-toolbelt](https://github.com/requests/toolbelt) from 0.9.1 to 1.0.0. Changelog Sourced from requests-toolbelt's changelog. 1.0.0 -- 2023-05-01 Breaking Changes - Removed Google App Engine support to allow using urllib3 2.0 Fixed Bugs -...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.10 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 0.5.0 to 1.3.0. Changelog Sourced from sphinx-rtd-theme's changelog. 1.3.0 Added Relaxed requirements to include Sphinx release 7.0 .. _release-1.2.2: 1.2.2 Fixes Require sphinxcontrib-jquery>=4,<5 (#1446) Added Styling for...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
These changes will allow the initializer to add a proxy at initialization of the client to add to the request session, for use for all requests in that instantiation.
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.2 to 5.3.0. Release notes Sourced from sphinx's releases. v5.3.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.2.3 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.2.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.2.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.2.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html...
When we create a dashboard using the `create_dashboard_from_file` function, we pass in a `scopeExpressionList` in the JSON file as per the V3 Dashboards API https://app.sysdigcloud.com/api/public/docs/index.html#tag/Dashboard-V3. We noticed that our scopes...
Current Swagger Spec in Sysdig denotes a bunch of APIs (Beta included) https://us2.app.sysdig.com/api/docs/swagger-ui.html However, the Python Client is missing quite a few of these new API definitions. Please update the...
This PR allows to pass Team ID, number of reserved agents and agent limits to be passed to `create_access_key` and introduce `update_access_key` as per API docs: https://docs.sysdig.com/en/docs/developer-tools/sysdig-api/managing-access-keys/#create-an-access-key