接続のRESTエンドポイント
統合/プロジェクト/接続
「統合/プロジェクト/接続」カテゴリからの操作。
- プロジェクト内の接続の削除
- メソッド: deleteパス:
/ic/api/integration/v1/projects/{projectId}/connections/{id} - プロジェクト内の接続の取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/connections/{id} - プロジェクト内の接続プロパティ添付の取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/connections/{id}/attachments/{connPropName} - プロジェクト内の接続の取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/connections - プロジェクト内の接続のテスト
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/connections/{id}/test - プロジェクト内の接続の更新
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/connections/{id} - プロジェクトの接続プロパティ添付のアップロード
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/connections/{id}/attachments/{connPropName}