Console Functionality

In this section:

This section describes the format and structure of RESTful web service requests that are used for a variety of ReportCaster Console functionality.


Top of page

x
Changing Job Priority

This RESTful web service request can be used to change the priority of a job awaiting execution in the job queue.

HTTP Method: GET

REST URL Format:

http://host:port/ibi_apps/services/ConsoleServiceREST/changeJobPriority?jobId=jobId&priority=priority

where:

host

Is the name of the system where WebFOCUS is installed.

port

Is the port number used by WebFOCUS.

jobId

Is a unique identifier for the ReportCaster job.

priority

The priority of a job awaiting execution in the job queue. A value of 1 is the highest and a value of 5 is the lowest.

Example:

In the following example, the priority for the ReportCaster job identified by job ID Jc12b4443jb1f8j4c19j90aaj7ba31ac4dbf5 is changed to 1.

Request:

http://localhost:8080/ibi_apps/services/ConsoleServiceREST/changeJobPriority?
jobId=Jc12b4443jb1f8j4c19j90aaj7ba31ac4dbf5&priority=1

Response:

<ns:changeJobPriorityResponse xmlns:ns="http://ws.api.broker.ibi">
     <ns:return xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
</ns:changeJobPriorityResponse>

Top of page

x
Retrieving Job Status

This RESTful web service request can be used to retrieve the status of a current ReportCaster job in the queue.

HTTP Method: GET

REST URL Format:

http://host:port/ibi_apps/services/ConsoleServiceREST/getJobStatus?jobId=jobId

where:

host

Is the name of the system where WebFOCUS is installed.

port

Is the port number used by WebFOCUS.

jobId

Is a unique identifier for the ReportCaster job.

Example:

In the following example, the status of the ReportCaster job identified by job ID Jc12b4443jb1f8j4c19j90aaj7ba31ac4dbf5 is returned.

Request:

http://localhost:8080/ibi_apps/services/ConsoleServiceREST/getJobStatus?
jobId=Jc12b4443jb1f8j4c19j90aaj7ba31ac4dbf5

Response:

<ns:getJobStatusResponse xmlns:ns="http://ws.api.broker.ibi">
     <ns:return>1</ns:return>
</ns:getJobStatusResponse>

The following table lists and describes the ReportCaster job status return codes.

getJobStatus Return Code

Description

-1

The specified ReportCaster job identified by jobId does not exist.

0

The specified ReportCaster job identified by jobId exists, but the calling user is not authorized to view the status of this job.

1

The specified ReportCaster job identified by jobId is in the waiting queue.

2

The specified ReportCaster job identified by jobId is running.

3

The specified ReportCaster job identified by jobId has completed.


Top of page

x
Listing Jobs in the Queue

This RESTful web service request can be used to list the ReportCaster jobs awaiting execution in the job queue.

HTTP Method: GET

REST URL Format:

http://host:port/ibi_apps/services/ConsoleServiceREST/getJobsInQueue

where:

host

Is the name of the system where WebFOCUS is installed.

port

Is the port number used by WebFOCUS.

Example:

In the following example, a list of ReportCaster jobs awaiting execution in the job queue is retrieved.

Request:

http://localhost:8080/ibi_apps/services/ConsoleServiceREST/getJobsInQueue

Response:

<ns:getJobsInQueueResponse xmlns:ns="http://ws.api.broker.ibi" xmlns:ax220="http://rmi.java/xsd" xmlns:ax221="http://io.java/xsd" xmlns:ax224="http://schedule.data.api.broker.ibi/xsd" xmlns:ax226="http://console.data.api.broker.ibi/xsd">
	<ns:return xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ax226:Job">
		<ax226:distributionServerName xsi:nil="true"/>
		<ax226:fullyQualifiedServerName xsi:nil="true"/>
		<ax226:id>J6d1eb46fj9a2dj46e0jb532j711fa60ec7e1</ax226:id>
		<ax226:schedule xsi:type="ax224:Schedule">
			<ax224:IBFSObjectType>113</ax224:IBFSObjectType>
			<ax224:active>true</ax224:active>
			<ax224:compressedReport>false</ax224:compressedReport>
			<ax224:deleteJobAfterRun>false</ax224:deleteJobAfterRun>
			<ax224:description>Carinst Report 2</ax224:description>
			<ax224:distribution xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
			
<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distribution>
			<ax224:distributionList xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
				<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distributionList>
			<ax224:firstTask xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:firstTask>
			<ax224:ibfsId>6dff2b49I8245I4638I9e9fIc5900a9a12d5</ax224:ibfsId>
			<ax224:ibfsPath/>
			<ax224:id>S23f65030s728as482asa632s879fd9f6a727</ax224:id>
			<ax224:lastModified>2014-03-11T18:26:05.912-04:00</ax224:lastModified>
			<ax224:lastTimeExecuted>1970-01-01T00:00:00.000-05:00</ax224:lastTimeExecuted>
			<ax224:name/>
			<ax224:notification xsi:type="ax224:Notification">
				<ax224:addressForBriefNotification/>
				<ax224:addressForFullNotification/>
				<ax224:description/>
				<ax224:from/>
				<ax224:id/>
				<ax224:subject/>
				<ax224:type>INACTIVE</ax224:type>
			</ax224:notification>
			<ax224:owner>admin</ax224:owner>
			<ax224:priority>3</ax224:priority>
			<ax224:statusLastExecuted/>
			<ax224:summary/>
			<ax224:taskList xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:taskList>
			<ax224:timeInfo xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-03-11T18:26:05.912-04:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfo>
			<ax224:timeInfoList xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-03-11T18:26:05.912-04:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfoList>
			<ax224:traceType>0</ax224:traceType>
		</ax226:schedule>
		<ax226:startTime>2014-03-11T18:25:53.738-04:00</ax226:startTime>
		<ax226:status>0</ax226:status>
	</ns:return>
</ns:getJobsInQueueResponse>

Top of page

x
Listing Jobs in the Queue for an Owner

This RESTful web service request can be used to list the ReportCaster jobs awaiting execution in the job queue for a specific schedule owner.

HTTP Method: GET

REST URL Format:

http://host:port/ibi_apps/services/ConsoleServiceREST/getJobsInQueueByOwner?owner=owner

where:

host

Is the name of the system where WebFOCUS is installed.

port

Is the port number used by WebFOCUS.

owner

Is the owner of the ReportCaster schedule.

Example:

In the following example, a list of ReportCaster jobs awaiting execution in the job queue for the owner named admin is retrieved.

Request:

http://localhost:8080/ibi_apps/services/ConsoleServiceREST/getJobsInQueueByOwner?owner=admin

Response:

<ns:getJobsInQueueByOwnerResponse xmlns:ns="http://ws.api.broker.ibi" xmlns:ax220="http://rmi.java/xsd" xmlns:ax221="http://io.java/xsd" xmlns:ax224="http://schedule.data.api.broker.ibi/xsd" xmlns:ax226="http://console.data.api.broker.ibi/xsd">
	<ns:return xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ax226:Job">
		<ax226:distributionServerName xsi:nil="true"/>
		<ax226:fullyQualifiedServerName xsi:nil="true"/>
		<ax226:id>Jc12b4443jb1f8j4c19j90aaj7ba31ac4dbf5</ax226:id>
		<ax226:schedule xsi:type="ax224:Schedule">
			<ax224:IBFSObjectType>113</ax224:IBFSObjectType>
			<ax224:active>true</ax224:active>
			<ax224:compressedReport>false</ax224:compressedReport>
			<ax224:deleteJobAfterRun>false</ax224:deleteJobAfterRun>
			<ax224:description>Carinst Report</ax224:description>
			<ax224:distribution xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
				
<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distribution>
			<ax224:distributionList xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
				<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distributionList>
			<ax224:firstTask xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:firstTask>
			<ax224:ibfsId>Sca76e628s892as43a4sbddcs10875ff7f188</ax224:ibfsId>
			<ax224:ibfsPath/>
			<ax224:id>Sca76e628s892as43a4sbddcs10875ff7f188</ax224:id>
			<ax224:lastModified>2014-02-24T14:25:09.581-05:00</ax224:lastModified>
			<ax224:lastTimeExecuted>1970-01-01T00:00:00.000-05:00</ax224:lastTimeExecuted>
			<ax224:name/>
			<ax224:notification xsi:type="ax224:Notification">
				<ax224:addressForBriefNotification/>
				<ax224:addressForFullNotification/>
				<ax224:description/>
				<ax224:from/>
				<ax224:id/>
				<ax224:subject/>
				<ax224:type>INACTIVE</ax224:type>
			</ax224:notification>
			<ax224:owner>admin</ax224:owner>
			<ax224:priority>3</ax224:priority>
			<ax224:statusLastExecuted/>
			<ax224:summary/>
			<ax224:taskList xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:taskList>
			<ax224:timeInfo xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-02-24T14:25:09.581-05:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfo>
			<ax224:timeInfoList xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-02-24T14:25:09.581-05:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfoList>
			<ax224:traceType>0</ax224:traceType>
		</ax226:schedule>
		<ax226:startTime>2014-02-24T14:13:25.760-05:00</ax226:startTime>
		<ax226:status>0</ax226:status>
	</ns:return>
</ns:getJobsInQueueByOwnerResponse>

Top of page

x
Listing Running Jobs

This RESTful web service request can be used to list the ReportCaster jobs that are running.

HTTP Method: GET

REST URL Format:

http://host:port/ibi_apps/services/ConsoleServiceREST/getRunningJobs

where:

host

Is the name of the system where WebFOCUS is installed.

port

Is the port number used by WebFOCUS.

Example:

In the following example, a list of ReportCaster jobs that are running is retrieved.

Request:

http://localhost:8080/ibi_apps/services/ConsoleServiceREST/getRunningJobs

Response:

<ns:getRunningJobsResponse xmlns:ns="http://ws.api.broker.ibi" xmlns:ax220="http://rmi.java/xsd" xmlns:ax221="http://io.java/xsd" xmlns:ax224="http://schedule.data.api.broker.ibi/xsd" xmlns:ax226="http://console.data.api.broker.ibi/xsd">
	<ns:return xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ax226:Job">
		<ax226:distributionServerName xsi:nil="true"/>
		<ax226:fullyQualifiedServerName xsi:nil="true"/>
		<ax226:id>J41d8861bj53f5j4a60j8568jeddf39416a88</ax226:id>
		<ax226:schedule xsi:type="ax224:Schedule">
			<ax224:IBFSObjectType>113</ax224:IBFSObjectType>
			<ax224:active>true</ax224:active>
			<ax224:compressedReport>false</ax224:compressedReport>
			<ax224:deleteJobAfterRun>false</ax224:deleteJobAfterRun>
			<ax224:description>Carinst Report 2</ax224:description>
			<ax224:distribution xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
				
<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distribution>
			<ax224:distributionList xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
				<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distributionList>
			<ax224:firstTask xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:firstTask>
			<ax224:ibfsId>6dff2b49I8245I4638I9e9fIc5900a9a12d5</ax224:ibfsId>
			<ax224:ibfsPath/>
			<ax224:id>S23f65030s728as482asa632s879fd9f6a727</ax224:id>
			<ax224:lastModified>2014-03-11T18:27:46.710-04:00</ax224:lastModified>
			<ax224:lastTimeExecuted>1970-01-01T00:00:00.000-05:00</ax224:lastTimeExecuted>
			<ax224:name/>
			<ax224:notification xsi:type="ax224:Notification">
				<ax224:addressForBriefNotification/>
				<ax224:addressForFullNotification/>
				<ax224:description/>
				<ax224:from/>
				<ax224:id/>
				<ax224:subject/>
				<ax224:type>INACTIVE</ax224:type>
			</ax224:notification>
			<ax224:owner>admin</ax224:owner>
			<ax224:priority>3</ax224:priority>
			<ax224:statusLastExecuted/>
			<ax224:summary/>
			<ax224:taskList xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:taskList>
			<ax224:timeInfo xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-03-11T18:27:46.710-04:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfo>
			<ax224:timeInfoList xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-03-11T18:27:46.710-04:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfoList>
			<ax224:traceType>0</ax224:traceType>
		</ax226:schedule>
		<ax226:startTime>2014-03-11T18:25:35.827-04:00</ax226:startTime>
		<ax226:status>1</ax226:status>
	</ns:return>
	<ns:return xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ax226:Job">
		<ax226:distributionServerName xsi:nil="true"/>
		<ax226:fullyQualifiedServerName xsi:nil="true"/>
		<ax226:id>Jbc069445jb73dj4b41j9051j5dd542f3074e</ax226:id>
		<ax226:schedule xsi:type="ax224:Schedule">
			<ax224:IBFSObjectType>113</ax224:IBFSObjectType>
			<ax224:active>true</ax224:active>
			<ax224:compressedReport>false</ax224:compressedReport>
			<ax224:deleteJobAfterRun>false</ax224:deleteJobAfterRun>
			<ax224:description>Carinst Report 2</ax224:description>
			<ax224:distribution xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
				<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distribution>
			<ax224:distributionList xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
				<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distributionList>
			<ax224:firstTask xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:firstTask>
			<ax224:ibfsId>6dff2b49I8245I4638I9e9fIc5900a9a12d5</ax224:ibfsId>
			<ax224:ibfsPath/>
			<ax224:id>S23f65030s728as482asa632s879fd9f6a727</ax224:id>
			<ax224:lastModified>2014-03-11T18:27:46.710-04:00</ax224:lastModified>
			<ax224:lastTimeExecuted>1970-01-01T00:00:00.000-05:00</ax224:lastTimeExecuted>
			<ax224:name/>
			<ax224:notification xsi:type="ax224:Notification">
				<ax224:addressForBriefNotification/>
				<ax224:addressForFullNotification/>
				<ax224:description/>
				<ax224:from/>
				<ax224:id/>
				<ax224:subject/>
				<ax224:type>INACTIVE</ax224:type>
			</ax224:notification>
			<ax224:owner>admin</ax224:owner>
			<ax224:priority>3</ax224:priority>
			<ax224:statusLastExecuted/>
			<ax224:summary/>
			<ax224:taskList xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:taskList>
			<ax224:timeInfo xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-03-11T18:27:46.710-04:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfo>
			<ax224:timeInfoList xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-03-11T18:27:46.710-04:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfoList>
			<ax224:traceType>0</ax224:traceType>
		</ax226:schedule>
		<ax226:startTime>2014-03-11T18:25:40.622-04:00</ax226:startTime>
		<ax226:status>1</ax226:status>
	</ns:return>
	<ns:return xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ax226:Job">
		<ax226:distributionServerName xsi:nil="true"/>
		<ax226:fullyQualifiedServerName xsi:nil="true"/>
		<ax226:id>J07e3e5b8j0608j49bfj823ajc00d8768a7ba</ax226:id>
		<ax226:schedule xsi:type="ax224:Schedule">
			<ax224:IBFSObjectType>113</ax224:IBFSObjectType>
			<ax224:active>true</ax224:active>
			<ax224:compressedReport>false</ax224:compressedReport>
			<ax224:deleteJobAfterRun>false</ax224:deleteJobAfterRun>
			<ax224:description>Carinst Report 2</ax224:description>
			<ax224:distribution xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
				<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distribution>
			<ax224:distributionList xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
				<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distributionList>
			<ax224:firstTask xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:firstTask>
			<ax224:ibfsId>6dff2b49I8245I4638I9e9fIc5900a9a12d5</ax224:ibfsId>
			<ax224:ibfsPath/>
			<ax224:id>S23f65030s728as482asa632s879fd9f6a727</ax224:id>
			<ax224:lastModified>2014-03-11T18:27:46.710-04:00</ax224:lastModified>
			<ax224:lastTimeExecuted>1970-01-01T00:00:00.000-05:00</ax224:lastTimeExecuted>
			<ax224:name/>
			<ax224:notification xsi:type="ax224:Notification">
				<ax224:addressForBriefNotification/>
				<ax224:addressForFullNotification/>
				<ax224:description/>
				<ax224:from/>
				<ax224:id/>
				<ax224:subject/>
				<ax224:type>INACTIVE</ax224:type>
			</ax224:notification>
			<ax224:owner>admin</ax224:owner>
			<ax224:priority>3</ax224:priority>
			<ax224:statusLastExecuted/>
			<ax224:summary/>
			<ax224:taskList xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:taskList>
			<ax224:timeInfo xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-03-11T18:27:46.710-04:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfo>
			<ax224:timeInfoList xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-03-11T18:27:46.710-04:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfoList>
			<ax224:traceType>0</ax224:traceType>
		</ax226:schedule>
		<ax226:startTime>2014-03-11T18:25:47.863-04:00</ax226:startTime>
		<ax226:status>1</ax226:status>
	</ns:return>
</ns:getRunningJobsResponse>

Top of page

x
Listing Running Jobs for an Owner

This RESTful web service request can be used to list the ReportCaster jobs that are running for a specific schedule owner.

HTTP Method: GET

REST URL Format:

http://host:port/ibi_apps/services/ConsoleServiceREST/getRunningJobsByOwner?owner=owner

where:

host

Is the name of the system where WebFOCUS is installed.

port

Is the port number used by WebFOCUS.

owner

Is the owner of the ReportCaster schedule.

Example:

In the following example, a list of ReportCaster jobs that are running for the owner named admin is retrieved.

Request:

http://localhost:8080/ibi_apps/services/ConsoleServiceREST/getRunningJobsByOwner?
owner=admin

Response:

<ns:getRunningJobsByOwnerResponse xmlns:ns="http://ws.api.broker.ibi" xmlns:ax220="http://rmi.java/xsd" xmlns:ax221="http://io.java/xsd" xmlns:ax224="http://schedule.data.api.broker.ibi/xsd" xmlns:ax226="http://console.data.api.broker.ibi/xsd">
	<ns:return xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ax226:Job">
		<ax226:distributionServerName xsi:nil="true"/>
		<ax226:fullyQualifiedServerName xsi:nil="true"/>
		<ax226:id>J00709cc0jdeddj4115ja3d9j353dcd5bc11e</ax226:id>
		<ax226:schedule xsi:type="ax224:Schedule">
			<ax224:IBFSObjectType>113</ax224:IBFSObjectType>
			<ax224:active>true</ax224:active>
			<ax224:compressedReport>false</ax224:compressedReport>
			<ax224:deleteJobAfterRun>false</ax224:deleteJobAfterRun>
			<ax224:description>Carinst Report 2</ax224:description>
			<ax224:distribution xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
				<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distribution>
			<ax224:distributionList xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
				<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distributionList>
			<ax224:firstTask xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:firstTask>
			<ax224:ibfsId>6dff2b49I8245I4638I9e9fIc5900a9a12d5</ax224:ibfsId>
			<ax224:ibfsPath/>
			<ax224:id>S23f65030s728as482asa632s879fd9f6a727</ax224:id>
			<ax224:lastModified>2014-02-24T14:42:43.031-05:00</ax224:lastModified>
			<ax224:lastTimeExecuted>1970-01-01T00:00:00.000-05:00</ax224:lastTimeExecuted>
			<ax224:name/>
			<ax224:notification xsi:type="ax224:Notification">
				<ax224:addressForBriefNotification/>
				<ax224:addressForFullNotification/>
				<ax224:description/>
				<ax224:from/>
				<ax224:id/>
				<ax224:subject/>
				<ax224:type>INACTIVE</ax224:type>
			</ax224:notification>
			<ax224:owner>admin</ax224:owner>
			<ax224:priority>3</ax224:priority>
			<ax224:statusLastExecuted/>
			<ax224:summary/>
			<ax224:taskList xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:taskList>
			<ax224:timeInfo xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-02-24T14:42:43.031-05:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfo>
			<ax224:timeInfoList xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-02-24T14:42:43.031-05:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfoList>
			<ax224:traceType>0</ax224:traceType>
		</ax226:schedule>
		<ax226:startTime>2014-02-24T14:24:35.685-05:00</ax226:startTime>
		<ax226:status>1</ax226:status>
	</ns:return>
	<ns:return xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ax226:Job">
		<ax226:distributionServerName xsi:nil="true"/>
		<ax226:fullyQualifiedServerName xsi:nil="true"/>
		<ax226:id>Jfbd27992j5c60j4f48ja110jea71ff6ae996</ax226:id>
		<ax226:schedule xsi:type="ax224:Schedule">
			<ax224:IBFSObjectType>113</ax224:IBFSObjectType>
			<ax224:active>true</ax224:active>
			<ax224:compressedReport>false</ax224:compressedReport>
			<ax224:deleteJobAfterRun>false</ax224:deleteJobAfterRun>
			<ax224:description>Carinst Report 2</ax224:description>
			<ax224:distribution xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
				<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distribution>
			<ax224:distributionList xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
				<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distributionList>
			<ax224:firstTask xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:firstTask>
			<ax224:ibfsId>6dff2b49I8245I4638I9e9fIc5900a9a12d5</ax224:ibfsId>
			<ax224:ibfsPath/>
			<ax224:id>S23f65030s728as482asa632s879fd9f6a727</ax224:id>
			<ax224:lastModified>2014-02-24T14:42:43.032-05:00</ax224:lastModified>
			<ax224:lastTimeExecuted>1970-01-01T00:00:00.000-05:00</ax224:lastTimeExecuted>
			<ax224:name/>
			<ax224:notification xsi:type="ax224:Notification">
				<ax224:addressForBriefNotification/>
				<ax224:addressForFullNotification/>
				<ax224:description/>
				<ax224:from/>
				<ax224:id/>
				<ax224:subject/>
				<ax224:type>INACTIVE</ax224:type>
			</ax224:notification>
			<ax224:owner>admin</ax224:owner>
			<ax224:priority>3</ax224:priority>
			<ax224:statusLastExecuted/>
			<ax224:summary/>
			<ax224:taskList xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:taskList>
			<ax224:timeInfo xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-02-24T14:42:43.031-05:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfo>
			<ax224:timeInfoList xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-02-24T14:42:43.031-05:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfoList>
			<ax224:traceType>0</ax224:traceType>
		</ax226:schedule>
		<ax226:startTime>2014-02-24T14:24:35.817-05:00</ax226:startTime>
		<ax226:status>1</ax226:status>
	</ns:return>
	<ns:return xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ax226:Job">
		<ax226:distributionServerName xsi:nil="true"/>
		<ax226:fullyQualifiedServerName xsi:nil="true"/>
		<ax226:id>J57602256jc2bfj4523j8492j138f33deb40f</ax226:id>
		<ax226:schedule xsi:type="ax224:Schedule">
			<ax224:IBFSObjectType>113</ax224:IBFSObjectType>
			<ax224:active>true</ax224:active>
			<ax224:compressedReport>false</ax224:compressedReport>
			<ax224:deleteJobAfterRun>false</ax224:deleteJobAfterRun>
			<ax224:description>Carinst Report 2</ax224:description>
			<ax224:distribution xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
				<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distribution>
			<ax224:distributionList xsi:type="ax224:DistributionEmail">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:type>EMAIL</ax224:type>
				<ax224:authEnabled>false</ax224:authEnabled>
				<ax224:authPassword/>
				<ax224:authUserId/>
				<ax224:destination xsi:type="ax224:Destination">
					<ax224:distributionFile/>
					<ax224:distributionList/>
					<ax224:distributionListFullPath/>
					<ax224:dynamicAddress xsi:type="ax224:DynamicAddress">
						<ax224:password/>
						<ax224:procedureName/>
						<ax224:serverName/>
						<ax224:userName/>
					</ax224:dynamicAddress>
					<ax224:singleAddress/>
					<ax224:type>DISTRIBUTION_LIST</ax224:type>
				</ax224:destination>
				<ax224:inlineMessage/>
				<ax224:inlineTaskIndex>0</ax224:inlineTaskIndex>
				<ax224:mailFrom/>
				<ax224:mailReplyAddress/>
				<ax224:mailServerName/>
				<ax224:mailSubject/>
				<ax224:sendingReportAsAttachment>true</ax224:sendingReportAsAttachment>
				<ax224:sslEnabled>false</ax224:sslEnabled>
				<ax224:tlsEnabled>false</ax224:tlsEnabled>
				<ax224:zipFileName/>
				<ax224:zipResult>false</ax224:zipResult>
			</ax224:distributionList>
			<ax224:firstTask xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:firstTask>
			<ax224:ibfsId>6dff2b49I8245I4638I9e9fIc5900a9a12d5</ax224:ibfsId>
			<ax224:ibfsPath/>
			<ax224:id>S23f65030s728as482asa632s879fd9f6a727</ax224:id>
			<ax224:lastModified>2014-02-24T14:42:43.032-05:00</ax224:lastModified>
			<ax224:lastTimeExecuted>1970-01-01T00:00:00.000-05:00</ax224:lastTimeExecuted>
			<ax224:name/>
			<ax224:notification xsi:type="ax224:Notification">
				<ax224:addressForBriefNotification/>
				<ax224:addressForFullNotification/>
				<ax224:description/>
				<ax224:from/>
				<ax224:id/>
				<ax224:subject/>
				<ax224:type>INACTIVE</ax224:type>
			</ax224:notification>
			<ax224:owner>admin</ax224:owner>
			<ax224:priority>3</ax224:priority>
			<ax224:statusLastExecuted/>
			<ax224:summary/>
			<ax224:taskList xsi:type="ax224:TaskWFServerProcedure">
				<ax224:description>WebFocus Server Procedure task</ax224:description>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:procedureId/>
				<ax224:procedureName/>
				<ax224:reportName/>
				<ax224:taskRetry xsi:nil="true"/>
				<ax224:type>0</ax224:type>
				<ax224:allowFormatList xsi:nil="true"/>
				<ax224:burst>false</ax224:burst>
				<ax224:execId/>
				<ax224:execPassword/>
				<ax224:firstPostProcessingProcedure/>
				<ax224:firstPreProcessingProcedure/>
				<ax224:formatInFex>false</ax224:formatInFex>
				<ax224:parameterList xsi:nil="true"/>
				<ax224:secondPostProcessingProcedure/>
				<ax224:secondPreProcessingProcedure/>
				<ax224:sendFormat>HTML</ax224:sendFormat>
				<ax224:serverName>EDASERVE</ax224:serverName>
			</ax224:taskList>
			<ax224:timeInfo xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-02-24T14:42:43.032-05:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfo>
			<ax224:timeInfoList xsi:type="ax224:TimeInfoOnce">
				<ax224:description/>
				<ax224:disabled>false</ax224:disabled>
				<ax224:id/>
				<ax224:name/>
				<ax224:nextRunTime>1970-01-01T00:00:00.000-05:00</ax224:nextRunTime>
				<ax224:startTime>2014-02-24T14:42:43.032-05:00</ax224:startTime>
				<ax224:type>0</ax224:type>
			</ax224:timeInfoList>
			<ax224:traceType>0</ax224:traceType>
		</ax226:schedule>
		<ax226:startTime>2014-02-24T14:24:36.070-05:00</ax226:startTime>
		<ax226:status>1</ax226:status>
	</ns:return>
</ns:getRunningJobsByOwnerResponse>

Top of page

x
Removing a Job From the Job Queue

This RESTful web service request can be used to remove a specific ReportCaster job from the job queue.

HTTP Method: GET

REST URL Format:

http://host:port/ibi_apps/services/ConsoleServiceREST/removeJobFromQueue?jobId=jobId

where:

host

Is the name of the system where WebFOCUS is installed.

port

Is the port number used by WebFOCUS.

jobId

Is a unique identifier for the ReportCaster job.

Example:

In the following example, the ReportCaster job with a job ID of Jc12b4443jb1f8j4c19j90aaj7ba31ac4dbf5 is removed from the job queue.

Request:

http://localhost:8080/ibi_apps/services/ConsoleServiceREST/removeJobFromQueue?
jobId=Jc12b4443jb1f8j4c19j90aaj7ba31ac4dbf5

Response:

<ns:removeJobFromQueueResponse xmlns:ns="http://ws.api.broker.ibi">
     <ns:return>1</ns:return>
</ns:removeJobFromQueueResponse>

Information Builders