Template:AOTGResponseStatus: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
Response Successful HTTP Request
200 OK
<br/>
<br/>
'''Here are the 4 response body of process status.'''
'''4 possible response body of the process status.'''
======InQueue status======
======InQueue status======
*'''InQueue''' status Indicates that the requests to AOTG Server is waiting to be processed.
*'''InQueue''' status Indicates that the requests to AOTG Server is waiting to be processed.
*Usually this happen when many requests are in a loop.
*Usually this happen when many requests are in a loop.
*:Tips: Make sure the request in the loop has a pause time, or use 'batch' method to process multiple records in single request.
*:Make sure the request in the loop has a pause time,
*:or use 'batch' method to process multiple records in single request (if available).

<span style="color:#336600;">"RequestId"</span>: <span style="color:#cc0000;">{{{1}}}</span>,
<span style="color:#336600;">"RequestId"</span>: <span style="color:#cc0000;">{{{1}}}</span>,
<span style="color:#336600;">"Status"</span>: <span style="color:#cc0000;">"InQueue"</span>
<span style="color:#336600;">"Status"</span>: <span style="color:#cc0000;">"InQueue"</span>