This RESTful web service request can be used to delete a specific version of a report from the ReportCaster Library.
HTTP Method: POST
REST URL Format:
http://host:port/ibi_apps/rs/ibfs/WFC/Repository/FolderName/ContentName
where:
Is the name of the system where WebFOCUS is installed.
Is the port number used by WebFOCUS.
Is the name of the folder used for the stored WebFOCUS report. If the folder used for the stored WebFOCUS report exists as a subfolder, then the path to the subfolder name must be included in the REST URL. For example, TopFolderName/SubFolderName.
Is the name of the stored WebFOCUS report as defined in the name attribute when listing the content of a folder. For more information, see Listing Reports, Schedules, and Library Content Within WebFOCUS Managed Reporting.
Body Format:
IBIRS_action=run&IBIRS_args=Object
where:
Is the XML object that defines the version of the report that is to be deleted.
<object _jt="HashMap"> <entry> <key _jt="string" value="IBFS_content_revision"/> <value _jt="intval" value="deleteversions"/> <value _jt="boolval" value="true"/> </entry> </object>
where:
Is the version of the report that is to be deleted.
WebFOCUS | |
Feedback |