Scheduled Integrations REST Endpoints
Integrations/Projects/Integrations/Scheduled Integrations
The operations from the Integrations/Projects/Integrations/Scheduled Integrations category.
- Add a Schedule in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule - Pause an Integration Schedule in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/pause - Resume an Integration Schedule in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/resume - Retrieve schedule in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule - Run a Scheduled Integration Now in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/jobs - Start an Integration Schedule in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/start - Stop an Integration Schedule in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/stop - Update a Schedule in a Project
- Method: putPath:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule - Update Scheduled Integration Parameters in a Project
- Method: patchPath:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/parameters