Releases: adamburley/AxcientAPI
Releases · adamburley/AxcientAPI
AxcientAPI 0.4.0: D2C Agent code, Vault threshold and more
Summary
0.4.0 brings the AxcientAPI module into line with the 0.3.1 release of the public x360Recover API.
New Functions
Get-D2CAgentTokenGet-VaultThresholdSet-VaultThreshold
Improvements / bug-fixes
- Pagination added to
Get-DeviceandGet-BackupJobHistoryendpoints. 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-Devicenow supports filtering by service ID and D2C onlyGet-BackupJobHistoryadded filtering by oldest job start time- Fixed an issue where executing a function prior to
Initialize-AxcientAPImay 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
- Resolves an error due to Axcient developers adding the
client_idproperty to additional endpoint results. - Removes a warning from
Get-BackupJobHistoryas this endpoint is now functional.
Full Changelog: v0.3.1...v0.3.2
First publish
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
What's Changed
- 2024 07 17 api schema change by @adamburley in #9
Full Changelog: v0.1.0-beta...v0.2.0-beta
Production API release
First release of AxcientAPI tested against the production environment.