New features and enhancements
Application Integration includes the following new features and enhancements in this release:
Bulk unpublish for Application Integration assets
You can use the unpublish resource to unpublish multiple Application Integration assets simultaneously and save time.
To unpublish multiple Application Integration assets simultaneously, use a POST request with the following URL:
<Cloud Application Integration POD URL>/active-bpel/asset/v1/unpublish
For more information about using the unpublish resource, see Invoke.
New process scheduler REST APIs
You can use REST APIs to view, create, update, and delete process schedules.
You can use the following process scheduler REST APIs:
- Get Schedule
- You can use the Get Schedule API to perform the following tasks:
- - View a list of process schedules.
- - View a list of process schedules that run on the Cloud Server within a specific organization.
- - View a list of process schedules that run on Secure Agents within a specific organization.
- - View details of a specific process schedule.
- Create Schedule
- You can use the Create Schedule API to create a process schedule that runs on the Cloud Server or on Secure Agents.
- Update Schedule
- You can use the Update Schedule API to update a process schedule that runs on the Cloud Server or on Secure Agents.
- Delete Schedule
- You can use the Delete Schedule API to delete all process schedules on the Cloud Server or on Secure Agents.
For more information about using the process scheduler REST APIs, see Monitor.