VeritasOS / netbackup-api-code-samples

Contains code samples that demonstrate the use of NetBackup REST API
MIT License
53 stars 52 forks source link

Curl example gives http 400 bad request error due to page limit #51

Closed LWDArjan closed 4 years ago

LWDArjan commented 4 years ago

I have a script based on the curl example for getting a job list and it started giving http 400 errors since the update to NB 8.1.2. Turns out that specifying the 2nd post for 'page[limit]=##' causes this error. Unsure if this is due to a bug in 8.1.2 or a change in the API (or something else)

ghost commented 4 years ago

looking into this

ghost commented 4 years ago

This issue is fixed. Please use latest samples.