adamburley / AxcientAPI

A PowerShell module for the Axcient x360Recover Public API
MIT License
4 stars 0 forks source link

Get-BackupJobHistory nonfunctional due to API bug #3

Closed adamburley closed 2 weeks ago

adamburley commented 4 months ago

A bug in the Job history endpoint client/{client_id}/device/{device_id}/job/{job_id}/history means that endpoint is nonfunctional as of 2024-07-11.

The Get-BackupJobHistory endpoint notes this in documentation and warns at the console when used. Currently it returns 400 Bad Request: Missing path parameter 'org_id'

This issue will remain open until the bug is resolved. At that point extra code will be removed and the function tested fully.

adamburley commented 3 weeks ago

This now seems to be working. Need to add testing / update documentation in module