DESCRIPTION
Request information.
PROPERTIES
- requestUrl: string (link)
- A URL requested by an asynchronous processing API. If a character string is longer than 2048 bytes, it is displayed in abbreviated form (in-between characters of the string are trimmed).
- requestMethod: string , x ∈ { "GET" , "PATCH" , "POST" , "DELETE" }
- HTTP method requested by an asynchronous processing API.
- requestBody: string nullable
- Request body when requested by an asynchronous processing API. If a character string is longer than 1024 bytes, it is displayed in abbreviated form (in-between characters of the string are trimmed).
- A parameter which is not specified by the user or a parameter for which its default is specified is not output. Only parameters specified in the application/json form are output. Parameters in the multipart/form-data form are not output.