Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 41 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 277 Oracle Analytics and AI News
- 50 Oracle Analytics and AI Videos
- 16.2K Oracle Analytics and AI Forums
- 6.4K Oracle Analytics and AI Idea Labs
- Oracle Analytics and AI User Groups
- 103 Oracle Analytics and AI Trainings
- 18 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
How to Update BIP Report Description using REST/SOAP APIs
We are deploying BIP reports to SaaS instance using uploadObject method of SOAP API, But description is not migrated to target instance even though we pass it in zippeddata input parameter to SOAP request. So to add description to the report after deployment, we are invoking updateReportDefinition SOAP API method passing only report name and description, but with this description is updated and existing layout is getting deleted. Please advise on if there is any parameter we need to pass to update description alone or any other API is available to achieve this functionality. |
Answers
-
Could you please share the WSDL that you are using for uplaodObject and updateReportDefinition method calls?
0 -
Hi Shankar,
PFB WSDLs
uploadObject:
fa-eygu-dev1-saasfaprod1.fa.ocs.oraclecloud.com/xmlpserver/services/v2/CatalogService?wsdl
uppdateReportDefinition:
fa-eygu-dev1-saasfaprod1.fa.ocs.oraclecloud.com/xmlpserver/services/v2/ReportService?wsdl
0 -
Could you please confirm the method you have used for obtaining the "zippeddata"?
0 -
Hi Shankar,
We have used bash and python scripts to obtain zipped data. basically we are using all these APIs in our CICD process.
0 -
Could you please try the first 3 steps of the solution part of the below document and see, if the upload meets your expectation or not?
Https://egsy-test.fa.us2.oraclecloud.com/xmlpserver/services/v2/CatalogService Issue (Doc ID 2730113.1)
1