The recurringJobsFilterGetMetaData Web API Method

Get meta data of the recurring jobs list.

Version: 1.15

Required Permissions: Full

HTTP method: GET

Supported by Editions: Zend Server

Request Parameters: None

Expected Response Code: 200 OK - Returned for a successful request.

Possible Action Specific Error Codes: None.

Example

Usage Example

Request

GET /ZendServer/Api/recurringJobsFilterGetMetaData

Response

{

"status": {

"Active": "Active",

"Suspended": "Suspended"

},

"jobStatusDescriptor": [

"Active",

"Waiting",

"Running",

"Completed",

"Successful",

"Failed",

"Logical failure",14:50:02: Error: XML parsing error: 'syntax error' at line 1

"Job timeout",

"Removed",

"Scheduled",

"Suspended",

"Backend not responding",

"Target not found",

"HTTP error",

"Failed to start",

"Failed predecessor"

],

"app_ids": {

"25": "WordPress",

"26": "zend-web-api-client"

},

"queuesData": {

"1": {

"id": "1",

"name": "Default",

"status": "1",

"max_http_jobs": "12",

"max_wait_time": "30.0",

"http_connection_timeout": "30",

"http_job_timeout": "120",

"http_job_retry_count": "10",

"http_job_retry_timeout": "1",

"running_jobs_count": 0,

"pending_jobs_count": "2",

"priority": "2"

},

"2": {

"id": "2",

"name": "zswac",

"status": "1",

"max_http_jobs": "2",

"max_wait_time": "30.0",

"http_connection_timeout": "30",

"http_job_timeout": "120",

"http_job_retry_count": "10",

"http_job_retry_timeout": "1",

"running_jobs_count": 0,

"pending_jobs_count": 0,

"priority": "3"

}

},

"queue_ids": {

"1": "Default",

"2": "zswac"

}

}

}