スケジュール済統合RESTエンドポイント
統合/プロジェクト/統合/スケジュール済統合
「統合/プロジェクト/統合/スケジュール済統合」カテゴリからの操作。
- プロジェクトへのスケジュールの追加
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule - プロジェクトでの統合スケジュールの一時停止
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/pause - プロジェクトでの統合スケジュールの再開
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/resume - プロジェクト内のスケジュールの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule - プロジェクトでのスケジュール済統合の即時実行
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/jobs - プロジェクトでの統合スケジュールの開始
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/start - プロジェクトでの統合スケジュールの停止
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/stop - プロジェクトのスケジュールの更新
- メソッド: putパス:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule - プロジェクトのスケジュール済統合パラメータの更新
- メソッド: patchパス:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/schedule/parameters