I am trying to use the RunReport request but am getting "Request Failed" returned. For testing purposes at this point, the report only returns current time and does not take parameters. Using the same report path, I am able to retrieve the report definition using the Get Report Definition request, so the API is functioning.
These are examples of the ReportRequest that is being used:
___________________________________________________
ReportRequest: {"attributeFormat":"pdf", "attributeTemplate":"TestReport.xpt","byPassCache":"false", "reportAbsolutePath":"/Test/TestReport.xdo"}
Type: "application/json
___________________________________________________
ReportRequest: "{"attributeFormat":"pdf", "attributeTemplate":"TestReport.xpt","byPassCache":"false"}"
Type: "application/json
______________________________________________________
I have tried different permutations of this request, with the same result. I am not sure the absolute path parameter is required since it is part of the URL,
I am wondering if there is a log that might provide more detail about the cause of the error. Would the OCI Diagnostic or Audit logs contain the error detail? I myself don't have the access to those logs yet, but before I try to get someone in my org that does have access, I want to be sure I am going after the correct log.
Thank you