Deployed Projects REST Endpoints
Process/Deployed Projects
Manage deployed projects.
- Deploy a Project
- Method: postPath:
/ic/api/process/v1/targets/{targetId} - Retrieve a Deployed Project Revision
- Method: getPath:
/ic/api/process/v1/targets/{targetId}/projects/{projectId}/revisions/{revision} - Retrieve Endpoint Configuration for Deployed Project Revision
- Method: getPath:
/ic/api/process/v1/targets/{targetId}/projects/{projectId}/revisions/{revision}/endpoints - Retrieve Revisions of a Project
- Method: getPath:
/ic/api/process/v1/targets/{targetId}/projects/{projectId}/revisions - Retrieve the Compatibility Report for Revisions
- Method: getPath:
/ic/api/process/v1/targets/{targetId}/projects/{projectId}/revisions/{revision}/compatibility-report - Undeploy a Project Revision
- Method: deletePath:
/ic/api/process/v1/targets/{targetId}/projects/{projectId}/revisions/{revision} - Update a Deployed Project Revision
- Method: patchPath:
/ic/api/process/v1/targets/{targetId}/projects/{projectId}/revisions/{revision}