Batch API: Increase Response output size

Community Alums
Not applicable

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

John Brown2
Tera Contributor

I second this question. Looking at the docs for the Batch API, it's not clear what units the inputSize/outputSize properties are using.