すべてのRESTエンドポイント
B2B/ドキュメントのカスタマイズ
「B2B/ドキュメント・カスタマイズ」カテゴリからの操作。
- B2Bドキュメントのクローニング
- メソッド: postパス:
/ic/api/b2b/v1/b2bdocuments/{documentId}/clone - B2Bスキーマのクローニング
- メソッド: postパス:
/ic/api/b2b/v1/schemas/{schemaId}/clone - B2Bドキュメントの作成
- メソッド: postパス:
/ic/api/b2b/v1/b2bdocuments - B2Bスキーマの作成
- メソッド: postパス:
/ic/api/b2b/v1/schemas - SEFファイルからのB2Bスキーマの作成
- メソッド: postパス:
/ic/api/b2b/v1/import - B2Bドキュメントの削除
- メソッド: deleteパス:
/ic/api/b2b/v1/b2bdocuments/{documentId} - B2Bスキーマの削除
- メソッド: deleteパス:
/ic/api/b2b/v1/schemas/{schemaId} - B2Bドキュメントのエクスポート
- メソッド: getパス:
/ic/api/b2b/v1/b2bdocuments/{documentId}/export - B2Bスキーマのエクスポート
- メソッド: getパス:
/ic/api/b2b/v1/schemas/{schemaId}/export - スキーマ実装ガイドの生成
- メソッド: getパス:
/ic/api/b2b/v1/schemas/{schemaId}/guide - B2Bドキュメントのインポート
- メソッド: postパス:
/ic/api/b2b/v1/b2bdocuments/import - B2Bスキーマのインポート
- メソッド: postパス:
/ic/api/b2b/v1/schemas/import - B2Bドキュメントの取得
- メソッド: getパス:
/ic/api/b2b/v1/b2bdocuments/{documentId} - B2Bスキーマの取得
- メソッド: getパス:
/ic/api/b2b/v1/schemas/{schemaId} - エレメント・コード・リストの取得
- メソッド: getパス:
/ic/api/b2b/v1/schemas/{schemaId}/{elementId}/codes - B2Bドキュメント標準の取得
- メソッド: getパス:
/ic/api/b2b/v1/standards - B2Bドキュメント・タイプの取得
- メソッド: getパス:
/ic/api/b2b/v1/standards/{standardId}/{versionId}/{transactionId} - B2Bドキュメントの取得
- メソッド: getパス:
/ic/api/b2b/v1/b2bdocuments - B2Bスキーマの取得
- メソッド: getパス:
/ic/api/b2b/v1/schemas - 文書トランザクションの取得
- メソッド: getパス:
/ic/api/b2b/v1/standards/{standardId}/{versionId} - 文書バージョンの取得
- メソッド: getパス:
/ic/api/b2b/v1/standards/{standardId} - B2Bスキーマのドキュメントの取得
- メソッド: getパス:
/ic/api/b2b/v1/schemas/{schemaId}/documents - B2Bドキュメントを使用した統合の取得
- メソッド: getパス:
/ic/api/b2b/v1/b2bdocuments/{documentId}/integrations - B2Bドキュメントを使用した取引先の取得
- メソッド: getパス:
/ic/api/b2b/v1/b2bdocuments/{documentId}/partners - B2Bドキュメントの更新
- メソッド: putパス:
/ic/api/b2b/v1/b2bdocuments/{documentId} - B2Bスキーマの更新
- メソッド: putパス:
/ic/api/b2b/v1/schemas/{schemaId}
B2B/Monitoring
「B2B/Monitoring」カテゴリからの操作。 トラッキング情報は非同期に保持され、システム・スループットが向上するため、B2BモニタリングAPIは一貫性のない結果を断続的に返す可能性があります。 ビジネス・ユース・ケースで一貫したモニタリング結果が必要な場合は、APIが一貫した結果を返すまで、再試行メカニズムを使用するソフトウェア設計を実装できます。
- B2Bビジネス・メッセージ・ペイロードのダウンロード
- メソッド: getパス:
/ic/api/b2b/v1/monitoring/businessmessages/{id}/payload/download - B2Bワイヤー・メッセージ・ペイロードのダウンロード
- メソッド: getパス:
/ic/api/b2b/v1/monitoring/wiremessages/{id}/payload/download - ビジネス・メッセージ詳細の取得
- メソッド: getパス:
/ic/api/b2b/v1/monitoring/businessmessages/{id} - ビジネス・メッセージの取得
- メソッド: getパス:
/ic/api/b2b/v1/monitoring/businessmessages - ワイヤー・メッセージ・ペイロードの取得
- メソッド: getパス:
/ic/api/b2b/v1/monitoring/wiremessages/{id}/payload - ワイヤー・メッセージ詳細の取得
- メソッド: getパス:
/ic/api/b2b/v1/monitoring/wiremessages/{id} - ワイヤー・メッセージの取得
- メソッド: getパス:
/ic/api/b2b/v1/monitoring/wiremessages - ビジネス・メッセージ・ペイロードの表示
- メソッド: getパス:
/ic/api/b2b/v1/monitoring/businessmessages/{id}/payload
B2B/Projects/B2Bドキュメント
B2B/Projectsカテゴリの操作。
- B2Bドキュメントのクローニング
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId}/clone - B2Bドキュメントの作成
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments - B2Bドキュメントの削除
- メソッド: deleteパス:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId} - B2Bドキュメントのエクスポート
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId}/export - B2Bドキュメントのインポート
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/import - B2Bドキュメントの取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId} - B2Bドキュメントの取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments - B2Bドキュメントを使用する統合の取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId}/integrations - B2Bドキュメントの取引先の取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId}/partners - B2Bドキュメントの更新
- メソッド: putパス:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId}
B2B/Projects/Schemas
B2B/Projectsカテゴリの操作。
- B2Bスキーマのクローニング
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}/clone - B2Bスキーマの作成
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/schemas - SEFファイルのインポートによるB2Bスキーマの作成
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/import - B2Bスキーマの削除
- メソッド: deleteパス:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId} - B2Bスキーマのエクスポート
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}/export - スキーマ実装ガイドの生成
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}/guide - B2Bスキーマのインポート
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/schemas/import - B2Bスキーマの取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId} - エレメント・コード・リストの取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}/{elementId}/codes - B2Bスキーマの取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/schemas - B2Bスキーマのドキュメントの取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}/documents - B2Bスキーマの更新
- メソッド: putパス:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}
B2B/Projects/Standards
B2B/Projectsカテゴリの操作。
- B2Bドキュメント標準の取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/standards - B2Bドキュメント・タイプの取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/standards/{standardId}/{versionId}/{transactionId} - 文書トランザクションの取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/standards/{standardId}/{versionId} - 文書バージョンの取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/standards/{standardId}
B2B/Projects/Tradingパートナ
B2B/Projectsカテゴリの操作。
- 取引先の作成
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners - トランスポートの作成
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/transports - インバウンド契約の作成
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/inboundagrs - アウトバウンド契約の作成
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs - B2B識別子の作成または更新
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/identifiers - 取引パートナ用のerrorGroupsの作成または更新
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/errorGroups - 取引先担当者の作成または更新
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/contacts - B2B識別子の削除
- メソッド: deleteパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/identifiers/{identifierId} - 取引先の削除
- メソッド: deleteパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId} - トランスポートを削除
- メソッド: deleteパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/transports/{transportId} - ErrorGroupの削除
- メソッド: deleteパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/errorGroups/{errorGroupId} - インバウンド契約の削除
- メソッド: deleteパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/inboundagrs/{agrId} - アウトバウンド契約の削除
- メソッド: deleteパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs/{agrId} - トランスポートのデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/transports/{transportId}/deploy - インバウンド契約のデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/inboundagrs/{agrId}/deploy - アウトバウンド契約のデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs/{agrId}/deploy - 取引先のエクスポート
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/export - 取引先のインポート
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/import - 取引先の取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId} - トランスポートの取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/transports/{transportId} - ErrorGroupの取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/errorGroups/{errorGroupId} - ErrorGroupの使用方法の取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/errorGroups/{errorGroupId}/usage - インバウンド契約の取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/inboundagrs/{agrId} - アウトバウンド契約の取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs/{agrId} - B2B識別子の取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/identifiers - 取引先の管理番号の取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/controlNumbers - インバウンド契約の取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/inboundagrs - アウトバウンド契約の取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs - 取引先担当詳細の取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/contacts - 取引先の取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners - トランスポートの取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/errorCodeLookup - トランスポートの取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/errorGroups - トランスポートの取得
- メソッド: getパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/transports - 取引先の管理番号の設定
- メソッド: putパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/controlNumbers - トランスポートのアンデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/transports/{transportId}/undeploy - インバウンド契約のアンデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/inboundagrs/{agrId}/undeploy - アウトバウンド契約をアンデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs/{agrId}/undeploy - 取引先の更新
- メソッド: putパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId} - トランスポートを更新
- メソッド: putパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/transports/{transportId} - インバウンド契約の更新
- メソッド: putパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/inboundagrs/{agrId} - アウトバウンド契約の更新
- メソッド: putパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs/{agrId} - 取引パートナのerrorGroupsの更新
- メソッド: putパス:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/errorGroups/{errorGroupId}
B2B/取引先
「B2B/Trading Partner」カテゴリからの操作。
- 取引先の作成
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners - トランスポートの作成
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/transports - インバウンド契約の作成
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs - アウトバウンド契約の作成
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs - B2B識別子の作成/更新
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/identifiers - ホスト・プロファイルの作成/更新
- メソッド: postパス:
/ic/api/b2b/v1/tpm/host - 取引先担当者の作成/更新
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/contacts - B2B識別子の削除
- メソッド: deleteパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/identifiers/{identifierId} - ホスト識別子の削除
- メソッド: deleteパス:
/ic/api/b2b/v1/tpm/host/{id} - 取引先の削除
- メソッド: deleteパス:
/ic/api/b2b/v1/tpm/partners/{tpId} - トランスポートを削除
- メソッド: deleteパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/transports/{transportId} - インバウンド契約の削除
- メソッド: deleteパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId} - アウトバウンド契約の削除
- メソッド: deleteパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId} - トランスポートのデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/transports/{transportId}/deploy - インバウンド契約のデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId}/deploy - アウトバウンド契約のデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}/deploy - 取引先のエクスポート
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/export - 取引先のインポート
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/import - 取引先の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId} - トランスポートの取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/transports/{transportId} - インバウンド契約の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId} - アウトバウンド契約の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId} - B2B識別子の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/identifiers - 取引先の管理番号の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/controlNumbers - インバウンド契約の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs - アウトバウンド契約の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs - ホスト・プロファイルの取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/host - 取引先担当詳細の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/contacts - 取引先の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners - トランスポートの取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/transports - 取引先の管理番号の設定
- メソッド: putパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/controlNumbers - トランスポートのアンデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/transports/{transportId}/undeploy - インバウンド契約のアンデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId}/undeploy - アウトバウンド契約をアンデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}/undeploy - 取引先の更新
- メソッド: putパス:
/ic/api/b2b/v1/tpm/partners/{tpId} - トランスポートを更新
- メソッド: putパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/transports/{transportId} - インバウンド契約の更新
- メソッド: putパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId} - アウトバウンド契約の更新
- メソッド: putパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}
B2B/SOA-B2Bからの取引パートナ移行
「B2B/SOA-B2Bからの取引パートナ移行」カテゴリからの操作。
- SOA-B2Bからの取引パートナの移行
- メソッド: postパス:
/ic/api/b2b/v1/migration/partners/import
インスタンスのクローニング
「クローン・インスタンス」カテゴリからの操作。
- サービス・インスタンスの設計時メタデータのエクスポート
- メソッド: postパス:
ic/api/common/v1/exportServiceInstanceArchive - サービス・インスタンスの設計時メタデータのインポート
- メソッド: postパス:
ic/api/common/v1/importServiceInstanceArchive - エクスポート操作のステータスの取得
- メソッド: getパス:
ic/api/common/v1/exportServiceInstanceArchive/{jobId} - インポート操作のステータスの取得
- メソッド: getパス:
ic/api/common/v1/importServiceInstanceArchive/{jobId}
環境
Oracle Integrationアプリケーションでは、oracle.com、oraclecorp.com、oracleonsrcloud.com、oc.scloud、oci.scloud、oracleiaas.com、oraclecloud.comなどのOracleドメインからの認証済アクセスが許可されます。 cross-origin resource sharing (CORS)処理のために、任意の起点に属するすべてのドメインを、許可されたサイトのリストに登録する必要があります。 このAPIは、Oracle以外のクラウド・ドメインからのアクセスを許可する場合にのみ使用します。 CORS関連のAPI機能を使用するには、管理者権限が必要です。
- CORS処理に許可されるドメインのリストの作成
- メソッド: postパス:
/ic/api/integration/v1/environment/corsdomains - CORS処理でサポートされているドメインのリストの削除
- メソッド: deleteパス:
/ic/api/integration/v1/environment/corsdomains - CORS処理に許可されたドメインのリストの取得
- メソッド: getパス:
/ic/api/integration/v1/environment/corsdomains - CORS処理に許可されたドメインのリストの更新
- メソッド: putパス:
/ic/api/integration/v1/environment/corsdomains
Integrations/Certificates
「統合/証明書」カテゴリからの操作。
- 証明書の削除
- メソッド: deleteパス:
/ic/api/integration/v1/certificates/{id} - 証明書の取得
- メソッド: getパス:
/ic/api/integration/v1/certificates/{id} - 証明書の取得
- メソッド: getパス:
/ic/api/integration/v1/certificates - 証明書の更新
- メソッド: postパス:
/ic/api/integration/v1/certificates/{id} - 証明書のアップロード
- メソッド: postパス:
/ic/api/integration/v1/certificates
Integrations/Connections
「統合/接続」カテゴリからの操作。
- 接続の削除
- メソッド: deleteパス:
/ic/api/integration/v1/connections/{id} - 接続のメタデータのリフレッシュ
- メソッド: postパス:
/ic/api/integration/v1/connections/{id}/metadata - 接続の取得
- メソッド: getパス:
/ic/api/integration/v1/connections/{id} - 接続プロパティ添付ファイルの取得
- メソッド: getパス:
/ic/api/integration/v1/connections/{id}/attachments/{connPropName} - 接続の取得
- メソッド: getパス:
/ic/api/integration/v1/connections - 接続のテスト
- メソッド: postパス:
/ic/api/integration/v1/connections/{id}/test - 接続の更新
- メソッド: postパス:
/ic/api/integration/v1/connections/{id} - 接続プロパティ添付ファイルのアップロード
- メソッド: postパス:
/ic/api/integration/v1/connections/{id}/attachments/{connPropName} - 接続の検証
- メソッド: postパス:
/ic/api/integration/v1/connections/{id}/validate - 接続の検証とテスト
- メソッド: postパス:
/ic/api/integration/v1/connections/{id}/testWithAttachments
統合/イベント・タイプ
「統合/イベント・タイプ」カテゴリからの操作。
- イベント・タイプのクローニング
- メソッド: postパス:
/ic/api/integration/v1/eventTypes/{id}/clone - イベント・タイプの作成
- メソッド: postパス:
/ic/api/integration/v1/eventTypes - イベント・タイプの削除
- メソッド: deleteパス:
/ic/api/integration/v1/eventTypes/{code} - イベント・タイプの取得
- メソッド: getパス:
/ic/api/integration/v1/eventTypes/{id} - イベント・タイプの取得
- メソッド: getパス:
/ic/api/integration/v1/eventTypes - イベント・タイプの更新
- メソッド: postパス:
/ic/api/integration/v1/eventTypes/{id}/update
Integrations/Integrations
「統合/統合」カテゴリからの操作。
- 統合のクローン
- メソッド: postパス:
/ic/api/integration/v1/integrations/{id}/clone - 統合バージョンの削除
- メソッド: deleteパス:
/ic/api/integration/v1/integrations/{id} - 統合のエクスポート
- メソッド: getパス:
/ic/api/integration/v1/integrations/{id}/archive - 統合のインポート(置換)
- メソッド: putパス:
/ic/api/integration/v1/integrations/archive - 統合のインポート(追加)
- メソッド: postパス:
/ic/api/integration/v1/integrations/archive - 統合の再アクティブ化
- メソッド: postパス:
/ic/api/integration/v1/integrations/reactivate - 統合の取得
- メソッド: getパス:
/ic/api/integration/v1/integrations/{id} - 統合アクティブ化エラーの取得
- メソッド: getパス:
/ic/api/integration/v1/integrations/{id}/activationErrors - 統合アクティブ化ステータスの取得
- メソッド: getパス:
/ic/api/integration/v1/integrations/{id}/activationStatus - 統合の取得
- メソッド: getパス:
/ic/api/integration/v1/integrations - 統合の更新(アクティブ化/非アクティブ化)
- メソッド: postパス:
/ic/api/integration/v1/integrations/{id}
Integrations/Integrations/Scheduled統合
「統合/統合/スケジュール済統合」カテゴリからの操作。
- スケジュールの追加
- メソッド: postパス:
/ic/api/integration/v1/integrations/{id}/schedule - 統合スケジュールの一時停止
- メソッド: postパス:
/ic/api/integration/v1/integrations/{id}/schedule/pause - 統合スケジュールの再開
- メソッド: postパス:
/ic/api/integration/v1/integrations/{id}/schedule/resume - スケジュールの取得
- メソッド: getパス:
/ic/api/integration/v1/integrations/{id}/schedule - スケジュールされた統合を今すぐ実行
- メソッド: postパス:
/ic/api/integration/v1/integrations/{id}/schedule/jobs - 統合スケジュールの開始
- メソッド: postパス:
/ic/api/integration/v1/integrations/{id}/schedule/start - 統合スケジュールの停止
- メソッド: postパス:
/ic/api/integration/v1/integrations/{id}/schedule/stop - スケジュールの更新
- メソッド: putパス:
/ic/api/integration/v1/integrations/{id}/schedule - スケジュール済統合の更新パラメータ
- メソッド: patchパス:
/ic/api/integration/v1/integrations/{id}/schedule/parameters
Integrations/Libraries
「統合/ライブラリ」カテゴリからの操作。
- ライブラリ・バージョンの削除
- メソッド: deleteパス:
/ic/api/integration/v1/libraries/{id} - ライブラリをエクスポート
- メソッド: getパス:
/ic/api/integration/v1/libraries/{id}/archive - ライブラリ・メタデータのエクスポート(非推奨)
- メソッド: getパス:
/ic/api/integration/v1/libraries/{id}/metadata - ライブラリ・メタデータのインポート(非推奨)
- メソッド: postパス:
/ic/api/integration/v1/libraries/{id}/metadata - ライブラリのインポート(登録)
- メソッド: postパス:
/ic/api/integration/v1/libraries/archive - ライブラリの取得
- メソッド: getパス:
/ic/api/integration/v1/libraries/{id} - ライブラリの取得
- メソッド: getパス:
/ic/api/integration/v1/libraries - ライブラリの更新
- メソッド: postパス:
/ic/api/integration/v1/libraries/{id}/archive
Integrations/Lookups
「統合/ルックアップ」カテゴリからの操作。
- ルックアップのクローンを作成
- メソッド: postパス:
/ic/api/integration/v1/lookups/{name}/clone - ルックアップの作成
- メソッド: postパス:
/ic/api/integration/v1/lookups - ルックアップの削除
- メソッド: deleteパス:
/ic/api/integration/v1/lookups/{name} - ルックアップのエクスポート
- メソッド: getパス:
/ic/api/integration/v1/lookups/{name}/archive - ルックアップのインポート(追加)
- メソッド: postパス:
/ic/api/integration/v1/lookups/archive - ルックアップのインポート(置換)
- メソッド: putパス:
/ic/api/integration/v1/lookups/archive - ルックアップの取得
- メソッド: getパス:
/ic/api/integration/v1/lookups/{name} - ルックアップの取得
- メソッド: getパス:
/ic/api/integration/v1/lookups - ルックアップの使用方法の取得
- メソッド: getパス:
/ic/api/integration/v1/lookups/{name}/usage - ルックアップの更新
- メソッド: putパス:
/ic/api/integration/v1/lookups/{name}
Integrations/Monitoring
「統合/モニタリング」カテゴリからの操作。
- 統合インスタンスの中断
- メソッド: postパス:
/ic/api/integration/v1/monitoring/instances/{id}/abort - エラーが発生した統合インスタンスの破棄
- メソッド: postパス:
/ic/api/integration/v1/monitoring/errors/{id}/discard - エラーが発生した統合インスタンスの破棄
- メソッド: postパス:
/ic/api/integration/v1/monitoring/errors/discard - ログ・ファイルのダウンロード
- メソッド: getパス:
/ic/api/integration/v1/monitoring/logs/{id} - 統合インスタンスでの大規模ペイロードのダウンロード
- メソッド: getパス:
/ic/api/integration/v1/monitoring/instances/{id}/activityStreamDetails/{+key} - エラーが発生した統合インスタンスの再発行
- メソッド: postパス:
/ic/api/integration/v1/monitoring/errors/{id}/resubmit - エラーが発生した統合インスタンスの再発行
- メソッド: postパス:
/ic/api/integration/v1/monitoring/errors/resubmit - エラー・リカバリ・ジョブの取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/errors/recoveryJobs/{id} - エラーが発生した統合インスタンスの取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/errors/{id} - 統合インスタンスの取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/instances/{id} - 監査レコードの取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/auditRecords - エラー・リカバリ・ジョブの取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/errors/recoveryJobs - エラーが発生したインスタンスの取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/errors - スケジュールの将来実行の取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/futureruns - 履歴トラッキング・メトリックの取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/history - 統合インスタンス・アクティビティ・ストリームの取得(非推奨)
- メソッド: getパス:
/ic/api/integration/v1/monitoring/instances/{id}/activityStream - 統合インスタンス・アクティビティ・ストリーム詳細の取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/instances/{id}/activityStreamDetails - 統合インスタンスの取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/instances - メッセージ件数要約の取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/integrations/messages/summary - 統合のモニタリング・データの取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/integrations/{id} - 統合のモニタリング・データの取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/integrations - エージェント・グループのステータスの取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/agentgroups - エージェント・グループ内のエージェントのステータスの取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/agentgroups/{id}/agents - エージェントのステータスの取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/agentgroups/{id}/agents/{key} - エージェント・グループのステータスの取得
- メソッド: getパス:
/ic/api/integration/v1/monitoring/agentgroups/{id}
Integrations/Packages
「統合/パッケージ」カテゴリからの操作。
- パッケージの削除
- メソッド: deleteパス:
/ic/api/integration/v1/packages/{packagename} - パッケージのエクスポート
- メソッド: getパス:
/ic/api/integration/v1/packages/{packagename}/archive - サンプル・パッケージのインポート(非推奨)
- メソッド: postパス:
/ic/api/integration/v1/packages/loadSamples - パッケージのインポート(追加)
- メソッド: postパス:
/ic/api/integration/v1/packages/archive - パッケージのインポート(置換)
- メソッド: putパス:
/ic/api/integration/v1/packages/archive - パッケージの取得
- メソッド: getパス:
/ic/api/integration/v1/packages/{packagename} - パッケージの取得
- メソッド: getパス:
/ic/api/integration/v1/packages - パッケージ依存関係の更新
- メソッド: postパス:
/ic/api/integration/v1/packages/{packagename}
統合/プロジェクト
「統合/プロジェクト」カテゴリからの操作。
- プロジェクトのクローン
- メソッド: postパス:
/ic/api/integration/v1/projects/{id}/clone - プロジェクトの作成
- メソッド: postパス:
/ic/api/integration/v1/projects - プロジェクトの削除
- メソッド: deleteパス:
/ic/api/integration/v1/projects/{id} - プロジェクトのエクスポート
- メソッド: postパス:
/ic/api/integration/v1/projects/{id}/archive - プロジェクトのGitリポジトリへのエクスポート
- メソッド: postパス:
/ic/api/integration/v1/gitprojects/{projectId}/exporttorepository - プロジェクトのインポート(追加)
- メソッド: postパス:
/ic/api/integration/v1/projects/archive - Gitリポジトリからのプロジェクトのインポート(追加)
- メソッド: postパス:
/ic/api/integration/v1/gitprojects/{projectId}/importfromrepository - プロジェクトの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{id} - プロジェクトの取得
- メソッド: getパス:
/ic/api/integration/v1/projects - Gitリポジトリからのプロジェクトの取得
- メソッド: getパス:
/ic/api/integration/v1/gitprojects - プロジェクトの更新
- メソッド: postパス:
/ic/api/integration/v1/projects/{id}
統合/プロジェクト/AIエージェント
「統合/プロジェクト/AIエージェント」カテゴリの操作。
- プロジェクトでのAIエージェントの作成
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/ai/agents - プロジェクト内のAIエージェントの削除
- メソッド: deleteパス:
/ic/api/integration/v1/projects/{projectId}/ai/agents/{id} - プロジェクト内のAIエージェントの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/ai/agents - プロジェクト内のAIエージェントの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/ai/agents/{id}
統合/プロジェクト/AIエージェント/エージェント・パターン
「統合/プロジェクト/AIエージェント/エージェント・パターン」カテゴリからの操作。
- プロジェクトでのエージェント・パターンの作成
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/ai/patterns/accelerators/archive - プロジェクト内のエージェント・パターンの削除
- メソッド: deleteパス:
/ic/api/integration/v1/projects/{projectId}/ai/patterns/{id} - プロジェクト内のエージェント・パターンの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/ai/patterns - プロジェクト内のエージェント・パターンの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/ai/patterns/{id}
統合/プロジェクト/AIエージェント/エージェント・ツール
「統合/プロジェクト/AIエージェント/エージェント・ツール」カテゴリからの操作。
- プロジェクト内のエージェント・ツールの削除
- メソッド: deleteパス:
/ic/api/integration/v1/projects/{projectId}/ai/tools/{id} - プロジェクト内のエージェント・ツールの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/ai/tools - プロジェクト内のエージェント・ツールの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/ai/tools/{id}
統合/プロジェクト/AIエージェント/プロンプト・テンプレート
統合/プロジェクト/AIエージェント/プロンプト・テンプレート・カテゴリからの操作。
- プロジェクトでのプロンプト・テンプレートの作成
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/ai/templates - プロジェクトのプロンプト・テンプレートの削除
- メソッド: deleteパス:
/ic/api/integration/v1/projects/{projectId}/ai/templates/{id} - プロジェクトのプロンプト・テンプレートの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/ai/templates/{id} - プロジェクトのプロンプト・テンプレートの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/ai/templates
統合/プロジェクト/接続
「統合/プロジェクト/接続」カテゴリからの操作。
- プロジェクト内の接続の削除
- メソッド: 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}
Integrations/Projects/Deployments
「統合/プロジェクト/デプロイメント」カテゴリからの操作。
- プロジェクトでのデプロイメントの作成
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/deployments - プロジェクト内のデプロイメントの削除
- メソッド: deleteパス:
/ic/api/integration/v1/projects/{projectId}/deployments/{id} - プロジェクト内のデプロイメントの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/deployments/{id} - プロジェクト内のデプロイメントの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/deployments - プロジェクトのデプロイメントの更新
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/deployments/{id}
統合/プロジェクト/接続
「統合/プロジェクト/接続」カテゴリからの操作。
- プロジェクト内の統合のコピー
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/integrations/copy - プロジェクト内の統合バージョンの削除
- メソッド: deleteパス:
/ic/api/integration/v1/projects/{projectId}/integrations/{id} - プロジェクト内の統合のインポート(追加)
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/integrations/archive - プロジェクト内の統合の取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/integrations/{id} - プロジェクトの統合アクティブ化エラーの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/activationErrors - プロジェクトの統合アクティブ化ステータスの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}/activationStatus - プロジェクト内の統合の取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/integrations - プロジェクトの統合の更新
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}
統合/プロジェクト/統合/スケジュール済統合
「統合/プロジェクト/統合/スケジュール済統合」カテゴリからの操作。
- プロジェクトへのスケジュールの追加
- メソッド: 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
Integrations/Projects/Libraries
「統合/プロジェクト/ライブラリ」カテゴリからの操作。
- プロジェクト内のライブラリ・バージョンの削除
- メソッド: deleteパス:
/ic/api/integration/v1/projects/{projectId}/libraries/{id} - プロジェクト内のライブラリのインポート(登録)
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/libraries/archive - プロジェクト内のライブラリの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/libraries/{id} - プロジェクト内のライブラリの取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/libraries - プロジェクト内のライブラリの更新
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/libraries/{id}/archive
Integrations/Projects/Lookups
「統合/プロジェクト/ルックアップ」カテゴリからの操作。
- プロジェクトでの参照の作成
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/lookups - プロジェクト内の参照の削除
- メソッド: deleteパス:
/ic/api/integration/v1/projects/{projectId}/lookups/{name} - プロジェクト内の参照のエクスポート
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/lookups/{name}/archive - プロジェクト内の参照のインポート(追加)
- メソッド: postパス:
/ic/api/integration/v1/projects/{projectId}/lookups/archive - プロジェクトの参照の取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/lookups/{name} - プロジェクト内の参照の取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{projectId}/lookups - プロジェクトの参照の更新
- メソッド: putパス:
/ic/api/integration/v1/projects/{projectId}/lookups/{name}
統合/プロジェクト/RBAC
「統合/プロジェクト/RBAC」カテゴリからの操作。
- プロジェクトRBAC詳細の取得
- メソッド: getパス:
/ic/api/integration/v1/projects/{id}/acl - プロジェクトRBAC詳細の更新
- メソッド: putパス:
/ic/api/integration/v1/projects/{id}/acl
統合/使用
「統合/使用」カテゴリからの操作。
- 統合使用の取得
- メソッド: getパス:
/ic/api/integration/v1/usage
高速アダプタ・ビルダー
- Rapid Adapter Builderアダプタの削除
- メソッド: deleteパス:
/ic/api/adapters/v1/adapterBundles/{id} - Rapid Adapter Builderアダプタの取得
- メソッド: getパス:
/ic/api/adapters/v1/adapterBundles/{id} - すべてのRapid Adapter Builderアダプタのリスト
- メソッド: getパス:
/ic/api/adapters/v1/adapterBundles - Rapid Adapter Builderアダプタの登録
- メソッド: postパス:
/ic/api/adapters/v1/adapterBundles - Rapid Adapter Builderアダプタの更新
- メソッド: putパス:
/ic/api/adapters/v1/adapterBundles/{id}