Skip to content

Releases: Axonius/axonius_api_client

5.0.22

08 Jan 08:42
c5a6702

Choose a tag to compare

Library Changes

Full Changelog: 5.0.21...5.0.22

5.0.21

24 Mar 08:14
a8b5f14

Choose a tag to compare

Library Changes

Full Changelog: 5.0.20...5.0.21

5.0.20

19 Feb 08:32
6239513

Choose a tag to compare

Library Changes

Full Changelog: 5.0.19...5.0.20

5.0.19

08 Jan 16:55
9b7349b

Choose a tag to compare

Library Changes

Full Changelog: 5.0.18...5.0.19

5.0.18

18 Dec 17:31
ef0f136

Choose a tag to compare

Sync changes from private repo main branch (#303)

Co-authored-by: axoniusgithub <github@axonius.com>

5.0.17

08 Apr 09:43
1e2f788

Choose a tag to compare

Library Changes

  • Fixed Enable Gateway FF Removal
  • From version 6.1.x the Enable Gateway is True by default

Full Changelog: 5.0.16...5.0.17

Example Usage

Axonshell

axonshell adapters cnx add -tn T-2 -n cisco   --config auth_protocol=hmac_md5   --config host=10.20.15.21   --config port=161   --config protocol=snmpv2   --config secure_level=authPriv   --config community=XXXXXX  --config username=null   --config password=null   --config priv_protocol=aescfb128   --config description=null   --config auth_passphrase=null   --config priv_passphrase=null

5.0.16

14 Mar 11:54
057fd3c

Choose a tag to compare

What's Changed

  • feature/AX-46291 | added support to internal_axon_tenant_id when creating an adapter connection by @amithadary in #291

New Contributors

Full Changelog: 5.0.15...5.0.16

5.0.15

06 Mar 13:43
5ea6536

Choose a tag to compare

Library Changes

  • Fixed the ability to use the PEM certificate file
  • Fixed the ability to filter by Field Filters (-iff)

Full Changelog: 5.0.14...5.0.15

Example Usage

Axonshell

axonshell devices get-by-saved-query -n "ONLY_WINDOWS" -iff
  • By default -iff set to True

5.0.14

12 Feb 09:59
34fbc34

Choose a tag to compare

Library Changes

  • Added the ability to add tag expiration date using date format (YYYY-MM-DD) or days-from-now (int)

Full Changelog: 5.0.13...5.0.14

Example Usage

Axonshell

axonshell -nw devices get --wiz simple "name equals windows" --max-pages 1 --max-rows 1 --tag "A" --tag "B" --tag "C" -exp A=2024-05-05 -exp B=10

API

Python setup.py develop
Axonshell tools shell
- Must have .env file
rows = c.devices.get(wiz_entries=[{'type': 'simple', 'value': 'name equals oz'}], max_pages=1, max_rows=1)
c.devices.labels.add(rows=rows, labels=['A', 'B', 'C'], expirable_tags={'A': '2024-05-05', 'B': 10})
axonshell users saved-query export --uuid "658c57b5ec767a9169bb3351"

5.0.13

31 Jan 22:48
34fbc34

Choose a tag to compare

Library Changes

  • Added a new warning field on client counts.
  • Modified client counts dataclass to be less restrictive.
  • Fixed a comparison bug with enforcements.

Full Changelog: 5.0.12...5.0.13