Skip to main content

Overview

Workflow orchestration for PADS4 operations. Manages long-running background tasks, scheduled jobs, and cross-service workflows such as content publishing pipelines and bulk operations.

Authentication

All endpoints use the standard PADS4 session cookie. Obtain it once and reuse:
Replace https://<your-server> with your PADS4 server address and <ServiceName> with the service path shown above.

Endpoint Reference


Request & Response Examples

POST /api/v1/orchestration/cluster/get

Request:
Response 200 OK:

POST /api/v1/orchestration/cluster/getGroups

Request:
Response 200 OK:

POST /api/v1/orchestration/cluster/save

Request:
Response 200 OK:

POST /api/v1/orchestration/cluster/delete

Request:
Response 200 OK:

POST /api/v1/orchestration/cluster/saveGroup

Request:
Response 200 OK:

POST /api/v1/orchestration/cluster/deleteGroup

Request:
Response 200 OK:

Additional endpoints follow the same patterns shown above. See the Swagger UI for full parameter schemas.