Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Thanks for logging this idea! Regards Mike
-
Thanks for logging this request. Mike
-
Yes, it did ! https://docs.oracle.com/en/cloud/paas/analytics-cloud/acapi/op-20210901-catalog-type-id-actions-changeownership-post.html
-
Hi Joel - thanks for your suggestion, What sort of specifc use case do you have in mind? Are there any current MCP servers that you think would be useful to be able to call from OAC? Thanks Mike
-
There is a SOAP API that may do what you're looking for - e.g. you could get the LSQL for the canvas you're interested in then use the XML view service: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/c_xmlviewservice_service.html#GUID-EEDEBB82-557F-4AAA-994A-B64D2F20F91C
-
You could try the REST APIs that allow access to a dataflow history - Please see Gabrielle's blog: An example of the output, for this API call: /api/20210901/catalog/dataflows/J21pa2UuZHVycmFuQG9yYWNsZS5jb20nLidGMV9MQVBUSU1FU19MT0NBTF9EQVRBRkxPVyc/history I get the response: [ { "jobName":…
-
Where that's possible, yes.
-
By way of an update - we do have REST APIs to export a canvas to a PDF or PNG: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acapi/op-20210901-catalog-workbooks-urlbase64workbookid-exports-post.html Mike
-
Hi, thanks for your post - you may want to review the ability to change catalog ACLs using the SOAP APIs: https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/c_webcatalogservice_service.html#GUID-5725EE8F-1C61-4D85-A47C-E33AC76E00A0 Regards Mike
-
Hi, try this - at the end of the embedding.js file, you can specify language and locale - e.g. …/embedding.js?locale=fr&lang=fr
-
We have a policy of giving 12 months notice of any API changes.
-
Could I confirm that you are searching for dashboardgroupfolders with the API? what is the result of a call to this endpoint: /api/20210901/catalog/dashboardgroupfolders?search=*
-
Hi Hans, thanks for confirming the version. In OAS 2025, which is currently available you won't need to use those parameters. Mike
-
Could you try in firefox please? I think chrome may be preventing this from loading as it's not using https. Your safe domains appear to be setup correctly. The CORS errors in these circumstances can appear when authentication hasn't occurred. My testing of a similar scenario to you also didn't work (I assume due to not…
-
Thanks for posting, please could you log this as an idea on the Analytics Idea's Lab? We do have an API on the roadmap which will export to PDF / PNG but not yet supporting passing parameter values (that could be mapped to filters). Mike
-
Often when this happens, it's because the URL to reference the workbook does not include project.jsp such as this: https://<oac-instance>.oraclecloud.com/ui/dv/ui/project.jsp?etc….
-
If you want to see a PDF / PNG of a DV canvas then we have a REST endpoint in early adopter that will provide that?
-
Hi Michal, thanks for your patience with the public access feature, I don't yet have further details to share regards timing but will update when I can.
-
Thanks for clarifying Michal. Regards Mike
-
What would you like to do via API Michal?