The jobqueueRuleInfo Web API Method
Retrieve and display a job rule information.
Version: 1.3
Required Permissions: Read-only
HTTP method: GET
Supported by Editions: Zend Server
Request Parameters:
Parameter |
Type |
Required |
Description |
id |
Integer |
Yes |
Rule ID |
Expected Response Code: 200 OK - Returned for successfully retrieving a list of jobs according to the provided parameters. For more information see Response Format.
Response Format: A list of jobs, their dependent information and a total count of records for the provided filter
Possible Action Specific Error Codes:
HTTP Code |
Error Code |
Description |
500 |
internalServerError |
Retrieving a list of jobs failed due to an internal problem |
Example
|
RequestGET /ZendServer/Api/jobqueueJobInfo Response<?xml version="1.0" encoding="UTF-8"?><zendServerAPIResponse xmlns="http://www.zend.com/server/api/1.3"><requestData><apiKeyName><![CDATA[Admin]]></apiKeyName><method>jobqueueRuleInfo</method></requestData><responseData><rulesInfo><rule><id>1</id><type>absolute</type><queueName>default</queueName><status>ok</status><priority>normal</priority><persistent>No</persistent><script><![CDATA[http://url/of/job]]></script><name><![CDATA[myqueue]]></name><vars></vars><http_headers></http_headers><appId></appId><lastRun></lastRun><nextRun></nextRun></rule><ruleDetails><jobRuleId></jobRuleId><schedule></schedule></ruleDetails></rulesInfo></responseData><zendServerAPIResponse> |