Table of Contents

Search

  1. Preface
  2. The Application Integration Console
  3. Process Server Configuration
  4. Deployed Assets
  5. Process Schedules
  6. Processes
  7. Process Server Health
  8. Process Metrics
  9. APIs
  10. Connections
  11. Guides
  12. Logs

Monitor

Monitor

REST APIs for managing processes

REST APIs for managing processes

You can use REST APIs suspend, resume, or terminate a process that runs on the Cloud Server or a Secure Agent. For authorization, you can pass the IDS-SESSION-ID in the headers.
If the REST API call is successful, the API returns the status code 204 in the response body.
You can use REST APIs to manage all the processes that run on the Cloud Server or a Secure Agent. The following table describes the REST APIs:
API
Description
PUT <Informatica Cloud Application Integration URL>/active-bpel/restadmin/processes/<process-id>/suspend
Suspend a process that runs on the Cloud Server within a specific organization.
PUT http://<agentName>:<httpPortNumber>/process-engine/restadmin/processes/<process-id>/suspend
Suspend a process that runs on a specific Secure Agent.
PUT <Informatica Cloud Application Integration URL>/active-bpel/restadmin/processes/<process-id>/resume
Resume a process that was suspended on the Cloud Server within a specific organization.
PUT http://<agentName>:<httpPortNumber>/process-engine/restadmin/processes/<process-id>/resume
Resume a process that was suspended on a specific Secure Agent.
PUT <Informatica Cloud Application Integration URL>/active-bpel/restadmin/processes/<process-id>/terminate
Terminate a process that was run or suspended on the Cloud Server within a specific organization.
PUT http://<agentName>:<httpPortNumber>/process-engine/restadmin/processes/<process-id>/terminate
Terminate a process that was run or suspended on a specific Secure Agent.

0 COMMENTS

We’d like to hear from you!