Skip to content

Releases: adamburley/AxcientAPI

AxcientAPI 0.4.0: D2C Agent code, Vault threshold and more

30 Oct 15:41
e1b3409

Choose a tag to compare

Summary

0.4.0 brings the AxcientAPI module into line with the 0.3.1 release of the public x360Recover API.

New Functions

  • Get-D2CAgentToken
  • Get-VaultThreshold
  • Set-VaultThreshold

Improvements / bug-fixes

  • Pagination added to Get-Device and Get-BackupJobHistory endpoints. These values are hard-set but should ensure even environments with very large numbers of devices / long history are able to retrieve all information
  • Get-Device now supports filtering by service ID and D2C only
  • Get-BackupJobHistory added filtering by oldest job start time
  • Fixed an issue where executing a function prior to Initialize-AxcientAPI may return an non-useful message.
  • Fixed issues in documentation not linking properly in the Github repo

Full Changelog: v0.3.2...v0.4.0

AxcientAPI 0.3.2

25 Sep 20:32

Choose a tag to compare

  • Resolves an error due to Axcient developers adding the client_id property to additional endpoint results.
  • Removes a warning from Get-BackupJobHistory as this endpoint is now functional.

Full Changelog: v0.3.1...v0.3.2

First publish

25 Jul 19:48

Choose a tag to compare

v0.3.1 is the first version of the module published to PowerShell Gallery.

https://www.powershellgallery.com/packages/AxcientAPI/0.3.1

All functions and modules should be ready to use in the production environment - understanding the API schema continues to evolve and may introduce breaking changes in the module.

While the module itself is stable, the API is still in early access beta testing.

v0.2.0-beta

18 Jul 14:39
c12b3f5

Choose a tag to compare

v0.2.0-beta Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-beta...v0.2.0-beta

Production API release

10 Jul 15:27

Choose a tag to compare

Pre-release

First release of AxcientAPI tested against the production environment.