Wikis - Page

(OO) Support Tip: How to get the execution status of a worker by REST API

1 Likes
To obtain the execution status of each worker using the REST API provided by OO, call the "GET /workers" API. The value of the executionStatus key in the JSON data returned by this API is the execution status of the worker. The following is an example of a returned executionStatus:

  "executionStatus": "Idle",

The JSON data returned by the "GET /rases" API also includes the executionStatus key, but at this time the value of this key is always null, so to obtain the execution status of a RAS worker, call the "GET /workers" API.

For more information on this API, please refer to the following document:

  https://docs.microfocus.com/doc/Operations_Orchestration/24.4/Workers

Labels:

Support Tips/Knowledge Docs
Comment List
Related
Recommended