Categories
Is there a log that contains error details for Oracle Analytics Publisher REST API

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
Answers
-
I had a search around I could only find this
I'm not sure if this will pick up BIP activity, will continue to look
0 -
Thank you for the reply. I found that as well. I also found this Logging Overview, based on this information, I think the Audit log is likely the correct log.
I am going to work with another team member that has the access to enable the logging and then make some requests to see if anything shows up in the logs.
0