Requirement to create integration which will call REST API to periodically download diagnostic logs
Organization Name (Required - If you are an Oracle Partner, please provide the organization you are logging the idea on behalf of):
Hitachi Vantara
Description (Required):
We have a requirement to create ICS integration, which will periodically call REST API (Diagnostic)
And keep the ZIP file on the file server.
The issue I am facing is the response from REST API is sometimes larger than 10 MB. And encodeReferenceToBase64 function failed saying:
"Error invoking 'encodeReferenceToBase64':'java.lang.Exception: Maximum file size supported is 10 MB." How can I resolve this issue? If I reduce the schedule timing for integration to run more frequently than it might cause a performance impact on other integration. How can i mitigate this issue or Is there any other approach for this requirement?