The getExecuteJobsFlag Web API Method

Get the execute jobs flag, a boolean.

Version: 1.14

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/getExecuteJobsFlag

Response

{

"executeJobs": true

}