ESP dSeries Workload Automation

 View Only
Expand all | Collapse all

REST API, can update applications and events, but not jobs?

  • 1.  REST API, can update applications and events, but not jobs?

    Posted Feb 21, 2024 03:47 PM

    When reviewing the REST API documentation, there are API methods to:

    1 - retrieve / create / update applications

    2 - retrieve / create / update events

    3 - retrieve jobs -- no create/update???

    We would like to automate our application/job/event changes such that those changes are held in source code control and pushed to Workload Automation using the Workload Automation REST API. 

    Without being able to create/update jobs, it seems that's not possible. 

    What we are attempting should be doable, no?



  • 2.  RE: REST API, can update applications and events, but not jobs?

    Broadcom Employee
    Posted Feb 22, 2024 01:47 AM

    Hi,

    Can you please check if the PUT/applicationDefinitions/{id} REST API will be helpful as it updates application and job inside it.

    Please note that windows , unix  job types with common properties are supported.

    Please refer the documentation - https://techdocs.broadcom.com/us/en/ca-enterprise-software/intelligent-automation/ca-workload-automation-de-web-client/12-4/reference/rest-api.html#tocusencaenterprisesoftwareintelligentautomationcaworkloadautomationdewebclient124referencerestapiexampleshtmlRESTAPIExamples 

    Hope it helps!