Batch API: Increase Response output size
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2022 06:03 AM
I'm attempting to use the Batch API (/api/now/v1/batch) but need to temporarily increase the response size. I've tried to update the following system properties but no matter what, the response size returned is 10MB (which is the default for most REST properties):
- glide.rest.batch.max.outputSize to 25
- Added the X-BATCHREQUEST-MAX-OUTPUT-SIZE header to the request (to 25)
- glide.rest.max_content_length to 25 (max)
Any other system properties that I should modified? Also, I'm assuming that these properties need to be added to the endpoint instance (right?)
Thanks!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 09:36 AM
I second this question. Looking at the docs for the Batch API, it's not clear what units the inputSize/outputSize properties are using.