Listing Applications

This RESTful web service can be used to list the applications for a particular Reporting Server node.

HTTP Method: GET

REST URL Format:

http://host:port/ibi_apps/rs/ibfs/EDA/NodeName?IBIRS_action=get

where:

host

Is the name of the system where WebFOCUS is installed.

port

Is the port number used by WebFOCUS.

NodeName

The name of the Reporting Server Node. For more information, see Listing WebFOCUS Reporting Server Nodes.

Example:

In the following example, the applications within the WebFOCUS Reporting Server called EDASERVE are listed.

Request:

http://localhost:8080/ibi_apps/rs/ibfs/EDA/EDASERVE?IBIRS_action=get

Response:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ibfsrpc _jt="IBFSResponseObject" language="EN" name="IBIRS_action" returncode="10000"
   returndesc="SUCCESS" subreturncode="0" subsystem="SSYS" type="simple">
 <ibfsparams size="0"/>
 <rootObject _jt="IBFSEDANodeObject" container="true" defaultNode="true" description=""
   dummy="false" fullPath="IBFS:/EDA/EDASERVE" host="REST-COMPUTER" name="EDASERVE"
   nodeClass="CLIENT" policy="///+f///////9/////////////+AAAAA" port="8120" type="EDANode">
  <children _jt="ArrayList" size="14">
   <item _jt="IBFSFolder" container="true" description="foccache" dummy="false"
      fullPath="IBFS:/EDA/EDASERVE/foccache" index="0" lastModified="1345560136000"
      name="foccache" parent="EDASERVE" policy="///+f///////9/////////////+AAAAA" type="IBFSFolder"/>
      .
      .
      .
   <item _jt="IBFSFolder" container="true" description="maintain" dummy="false"
      fullPath="IBFS:/EDA/EDASERVE/maintain" index="12" lastModified="1344546157000" name="maintain"
      parent="EDASERVE" policy="///+f///////9/////////////+AAAAA" type="IBFSFolder"/>
   <item _jt="IBFSFolder" container="true" description="session" dummy="false"
      fullPath="IBFS:/EDA/EDASERVE/session" index="13" lastModified="1344546157000" name="session"
      parent="EDASERVE" policy="///+f///////9/////////////+AAAAA" type="IBFSFolder"/>
  </children>
 </rootObject>
</ibfsrpc>

Each application definition is defined within the opening and closing item tag. The name attribute defines the name of the application.


WebFOCUS