Hi Akshay,
The following returns a JSON that has a nested 'configuration' element for each
action.
https://oozie.apache.org/docs/4.2.0/WebServicesAPI.html#Job_Information
e.g. GET /oozie/v2/job/job-3?show=info
I don't recall if we've exposed the WS API to get only the specified action's
conf.
Mona
On Wednesday, July 29, 2015 4:50 AM, Akshay Rai <[email protected]> wrote:
Hi,
I am trying to use the Oozie Web Services API to fetch job information.
*API doc: *
https://oozie.apache.org/docs/4.2.0/WebServicesAPI.html#Job_Information
I am wondering if it is possible to get the 'Action Configuration'
information for a particular action of a flow. I couldn't find it anywhere
in the docs.
Expecting something like:
GET /oozie/v2/job/job-id@action-name?show=actionconfiguration
Thanks
Akshay