Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Batch API: Increase Response output size

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

JohnB2539545030
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.