All REST Endpoints
B2B/Document Customization
The operations from the B2B/Document Customization category.
- Clone a B2B Document
- Method: postPath:
/ic/api/b2b/v1/b2bdocuments/{documentId}/clone
- Clone a B2B Schema
- Method: postPath:
/ic/api/b2b/v1/schemas/{schemaId}/clone
- Create a B2B Document
- Method: postPath:
/ic/api/b2b/v1/b2bdocuments
- Create a B2B Schema
- Method: postPath:
/ic/api/b2b/v1/schemas
- Create a B2B Schema from an SEF File
- Method: postPath:
/ic/api/b2b/v1/import
- Delete a B2B Document
- Method: deletePath:
/ic/api/b2b/v1/b2bdocuments/{documentId}
- Delete a B2B Schema
- Method: deletePath:
/ic/api/b2b/v1/schemas/{schemaId}
- Export a B2B Document
- Method: getPath:
/ic/api/b2b/v1/b2bdocuments/{documentId}/export
- Export a B2B Schema
- Method: getPath:
/ic/api/b2b/v1/schemas/{schemaId}/export
- Generate a Schema Implementation Guide
- Method: getPath:
/ic/api/b2b/v1/schemas/{schemaId}/guide
- Import a B2B Document
- Method: postPath:
/ic/api/b2b/v1/b2bdocuments/import
- Import a B2B Schema
- Method: postPath:
/ic/api/b2b/v1/schemas/import
- Retrieve a B2B Document
- Method: getPath:
/ic/api/b2b/v1/b2bdocuments/{documentId}
- Retrieve a B2B Schema
- Method: getPath:
/ic/api/b2b/v1/schemas/{schemaId}
- Retrieve an Element's Code List
- Method: getPath:
/ic/api/b2b/v1/schemas/{schemaId}/{elementId}/codes
- Retrieve B2B Document Standards
- Method: getPath:
/ic/api/b2b/v1/standards
- Retrieve B2B Document Types
- Method: getPath:
/ic/api/b2b/v1/standards/{standardId}/{versionId}/{transactionId}
- Retrieve B2B Documents
- Method: getPath:
/ic/api/b2b/v1/b2bdocuments
- Retrieve B2B Schemas
- Method: getPath:
/ic/api/b2b/v1/schemas
- Retrieve Document Transactions
- Method: getPath:
/ic/api/b2b/v1/standards/{standardId}/{versionId}
- Retrieve Document Versions
- Method: getPath:
/ic/api/b2b/v1/standards/{standardId}
- Retrieve Documents for a B2B Schema
- Method: getPath:
/ic/api/b2b/v1/schemas/{schemaId}/documents
- Retrieve Integrations Using a B2B Document
- Method: getPath:
/ic/api/b2b/v1/b2bdocuments/{documentId}/integrations
- Retrieve Trading Partners using a B2B Document
- Method: getPath:
/ic/api/b2b/v1/b2bdocuments/{documentId}/partners
- Update a B2B Document
- Method: putPath:
/ic/api/b2b/v1/b2bdocuments/{documentId}
- Update a B2B Schema
- Method: putPath:
/ic/api/b2b/v1/schemas/{schemaId}
B2B/Monitoring
The operations from the B2B/Monitoring category.
- Download B2B Business Message Payload
- Method: getPath:
/ic/api/b2b/v1/monitoring/businessmessages/{id}/payload/download
- Download B2B Wire Message Payload
- Method: getPath:
/ic/api/b2b/v1/monitoring/wiremessages/{id}/payload/download
- Retrieve Business Message Details
- Method: getPath:
/ic/api/b2b/v1/monitoring/businessmessages/{id}
- Retrieve Business Messages
- Method: getPath:
/ic/api/b2b/v1/monitoring/businessmessages
- Retrieve the Wire Message Payload
- Method: getPath:
/ic/api/b2b/v1/monitoring/wiremessages/{id}/payload
- Retrieve Wire Message Details
- Method: getPath:
/ic/api/b2b/v1/monitoring/wiremessages/{id}
- Retrieve Wire Messages
- Method: getPath:
/ic/api/b2b/v1/monitoring/wiremessages
- View Business Message Payload
- Method: getPath:
/ic/api/b2b/v1/monitoring/businessmessages/{id}/payload
B2B/Projects/B2B Documents
The operations from the B2B/Projects category.
- Clone a B2B Document
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId}/clone
- Create a B2B Document
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments
- Delete a B2B Document
- Method: deletePath:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId}
- Export a B2B Document
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId}/export
- Import a B2B Document
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/import
- Retrieve a B2B Document
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId}
- Retrieve B2B Documents
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments
- Retrieve Integrations That Use a B2B Document
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId}/integrations
- Retrieve Trading Partners of a B2B Document
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId}/partners
- Update a B2B Document
- Method: putPath:
/ic/api/b2b/v1/projects/{projectId}/b2bdocuments/{documentId}
B2B/Projects/Schemas
The operations from the B2B/Projects category.
- Clone a B2B Schema
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}/clone
- Create a B2B Schema
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/schemas
- Create a B2B Schema by Importing SEF File
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/import
- Delete a B2B Schema
- Method: deletePath:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}
- Export a B2B Schema
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}/export
- Generate a Schema Implementation Guide
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}/guide
- Import a B2B Schema
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/schemas/import
- Retrieve a B2B Schema
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}
- Retrieve an Element's Code List
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}/{elementId}/codes
- Retrieve B2B Schemas
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/schemas
- Retrieve Documents for a B2B Schema
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}/documents
- Update a B2B Schema
- Method: putPath:
/ic/api/b2b/v1/projects/{projectId}/schemas/{schemaId}
B2B/Projects/Standards
The operations from the B2B/Projects category.
- Retrieve B2B Document Standards
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/standards
- Retrieve B2B Document Types
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/standards/{standardId}/{versionId}/{transactionId}
- Retrieve Document Transactions
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/standards/{standardId}/{versionId}
- Retrieve Document Versions
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/standards/{standardId}
B2B/Projects/Trading Partners
The operations from the B2B/Projects category.
- Create a Trading Partner
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners
- Create a Transport
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/transports
- Create an Inbound Agreement
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/inboundagrs
- Create an Outbound Agreement
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs
- Create or Update B2B Identifiers
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/identifiers
- Create or Update errorGroups for Trading Partner
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/errorGroups
- Create or Update Trading Partner Contacts
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/contacts
- Delete a B2B Identifier
- Method: deletePath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/identifiers/{identifierId}
- Delete a Trading Partner
- Method: deletePath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}
- Delete a Transport
- Method: deletePath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/transports/{transportId}
- Delete an ErrorGroup
- Method: deletePath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/errorGroups/{errorGroupId}
- Delete an Inbound Agreement
- Method: deletePath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/inboundagrs/{agrId}
- Delete an Outbound Agreement
- Method: deletePath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs/{agrId}
- Deploy a Transport
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/transports/{transportId}/deploy
- Deploy an Inbound Agreement
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/inboundagrs/{agrId}/deploy
- Deploy an Outbound Agreement
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs/{agrId}/deploy
- Export a Trading Partner
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/export
- Import a Trading Partner
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/import
- Retrieve a Trading Partner
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}
- Retrieve a Transport
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/transports/{transportId}
- Retrieve an ErrorGroup
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/errorGroups/{errorGroupId}
- Retrieve an ErrorGroup Usage
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/errorGroups/{errorGroupId}/usage
- Retrieve an Inbound Agreement
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/inboundagrs/{agrId}
- Retrieve an Outbound Agreement
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs/{agrId}
- Retrieve B2B Identifiers
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/identifiers
- Retrieve Control Numbers of a Trading Partner
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/controlNumbers
- Retrieve Inbound Agreements
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/inboundagrs
- Retrieve Outbound Agreements
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs
- Retrieve Trading Partner Contact Details
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/contacts
- Retrieve Trading Partners
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners
- Retrieve Transports
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/errorCodeLookup
- Retrieve Transports
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/errorGroups
- Retrieve Transports
- Method: getPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/transports
- Set Control Numbers for a Trading Partner
- Method: putPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/controlNumbers
- Undeploy a Transport
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/transports/{transportId}/undeploy
- Undeploy an Inbound Agreement
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/inboundagrs/{agrId}/undeploy
- Undeploy an Outbound Agreement
- Method: postPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs/{agrId}/undeploy
- Update a Trading Partner
- Method: putPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}
- Update a Transport
- Method: putPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/transports/{transportId}
- Update an Inbound Agreement
- Method: putPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/inboundagrs/{agrId}
- Update an Outbound Agreement
- Method: putPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs/{agrId}
- Update errorGroups for Trading Partner
- Method: putPath:
/ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/errorGroups/{errorGroupId}
B2B/Trading Partner
The operations from the B2B/Trading Partner category.
- Create a Trading Partner
- Method: postPath:
/ic/api/b2b/v1/tpm/partners
- Create a Transport
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/transports
- Create an Inbound Agreement
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs
- Create an Outbound Agreement
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs
- Create/Update B2B Identifiers
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/identifiers
- Create/Update Host Profile
- Method: postPath:
/ic/api/b2b/v1/tpm/host
- Create/Update Trading Partner Contacts
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/contacts
- Delete a B2B Identifier
- Method: deletePath:
/ic/api/b2b/v1/tpm/partners/{tpId}/identifiers/{identifierId}
- Delete a Host Identifier
- Method: deletePath:
/ic/api/b2b/v1/tpm/host/{id}
- Delete a Trading Partner
- Method: deletePath:
/ic/api/b2b/v1/tpm/partners/{tpId}
- Delete a Transport
- Method: deletePath:
/ic/api/b2b/v1/tpm/partners/{tpId}/transports/{transportId}
- Delete an Inbound Agreement
- Method: deletePath:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId}
- Delete an Outbound Agreement
- Method: deletePath:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}
- Deploy a Transport
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/transports/{transportId}/deploy
- Deploy an Inbound Agreement
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId}/deploy
- Deploy an Outbound Agreement
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}/deploy
- Export a Trading Partner
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/export
- Import a Trading Partner
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/import
- Retrieve a Trading Partner
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}
- Retrieve a Transport
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/transports/{transportId}
- Retrieve an Inbound Agreement
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId}
- Retrieve an Outbound Agreement
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}
- Retrieve B2B Identifiers
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/identifiers
- Retrieve Control Numbers of a Trading Partner
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/controlNumbers
- Retrieve Inbound Agreements
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs
- Retrieve Outbound Agreements
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs
- Retrieve the Host Profile
- Method: getPath:
/ic/api/b2b/v1/tpm/host
- Retrieve Trading Partner Contact Details
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/contacts
- Retrieve Trading Partners
- Method: getPath:
/ic/api/b2b/v1/tpm/partners
- Retrieve Transports
- Method: getPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/transports
- Set Control Numbers for a Trading Partner
- Method: putPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/controlNumbers
- Undeploy a Transport
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/transports/{transportId}/undeploy
- Undeploy an Inbound Agreement
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId}/undeploy
- Undeploy an Outbound Agreement
- Method: postPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}/undeploy
- Update a Trading Partner
- Method: putPath:
/ic/api/b2b/v1/tpm/partners/{tpId}
- Update a Transport
- Method: putPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/transports/{transportId}
- Update an Inbound Agreement
- Method: putPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId}
- Update an Outbound Agreement
- Method: putPath:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}
B2B/Trading Partner Migration from SOA-B2B
The operations from the B2B/Trading Partner Migration from SOA-B2B category.
- Migrate Trading Partners from SOA-B2B
- Method: postPath:
/ic/api/b2b/v1/migration/partners/import
Clone Instance
The operations from the Clone Instance category.
- Export Design-Time Metadata of a Service Instance
- Method: postPath:
ic/api/common/v1/exportServiceInstanceArchive
- Import Design-Time Metadata of a Service Instance
- Method: postPath:
ic/api/common/v1/importServiceInstanceArchive
- Retrieve the Status of an Export Operation
- Method: getPath:
ic/api/common/v1/exportServiceInstanceArchive/{jobId}
- Retrieve the Status of an Import Operation
- Method: getPath:
ic/api/common/v1/importServiceInstanceArchive/{jobId}
Environment
Oracle Integration applications allow authenticated access from Oracle domains like oracle.com, oraclecorp.com, oracleonsrcloud.com, oc.scloud, oci.scloud, oracleiaas.com, and oraclecloud.com. All domains belonging to arbitrary origins need to be registered in the allowed list of sites for cross-origin resource sharing (CORS) processing. Use this API only if you want to allow access from non-Oracle cloud domains. You need Administrator permissions to use CORS related API functions.
- Create a List of Domains Allowed for CORS Processing
- Method: postPath:
/ic/api/integration/v1/environment/corsdomains
- Delete the List of Domains Supported for CORS Processing
- Method: deletePath:
/ic/api/integration/v1/environment/corsdomains
- Retrieve List of Domains Allowed for CORS Processing
- Method: getPath:
/ic/api/integration/v1/environment/corsdomains
- Update the List of Allowed Domains for CORS Processing
- Method: putPath:
/ic/api/integration/v1/environment/corsdomains
Integrations/Certificates
The operations from the Integrations/Certificates category.
- Delete a Certificate
- Method: deletePath:
/ic/api/integration/v1/certificates/{id}
- Retrieve a Certificate
- Method: getPath:
/ic/api/integration/v1/certificates/{id}
- Retrieve Certificates
- Method: getPath:
/ic/api/integration/v1/certificates
- Update a Certificate
- Method: postPath:
/ic/api/integration/v1/certificates/{id}
- Upload a Certificate
- Method: postPath:
/ic/api/integration/v1/certificates
Integrations/Connections
The operations from the Integrations/Connections category.
- Delete a Connection
- Method: deletePath:
/ic/api/integration/v1/connections/{id}
- Refresh Metadata for a Connection
- Method: postPath:
/ic/api/integration/v1/connections/{id}/metadata
- Retrieve a Connection
- Method: getPath:
/ic/api/integration/v1/connections/{id}
- Retrieve Connection Property Attachment
- Method: getPath:
/ic/api/integration/v1/connections/{id}/attachments/{connPropName}
- Retrieve Connections
- Method: getPath:
/ic/api/integration/v1/connections
- Test a Connection
- Method: postPath:
/ic/api/integration/v1/connections/{id}/test
- Update a Connection
- Method: postPath:
/ic/api/integration/v1/connections/{id}
- Upload Connection Property Attachment
- Method: postPath:
/ic/api/integration/v1/connections/{id}/attachments/{connPropName}
- Validate a Connection
- Method: postPath:
/ic/api/integration/v1/connections/{id}/validate
- Validate and Test a Connection
- Method: postPath:
/ic/api/integration/v1/connections/{id}/testWithAttachments
Integrations/Event Types
The operations from the Integrations/Event Types category.
- Clone an Event Type
- Method: postPath:
/ic/api/integration/v1/eventTypes/{id}/clone
- Create an Event Type
- Method: postPath:
/ic/api/integration/v1/eventTypes
- Delete an Event Type
- Method: deletePath:
/ic/api/integration/v1/eventTypes/{code}
- Retrieve an Event Type
- Method: getPath:
/ic/api/integration/v1/eventTypes/{id}
- Retrieve Event Types
- Method: getPath:
/ic/api/integration/v1/eventTypes
- Update an Event Type
- Method: postPath:
/ic/api/integration/v1/eventTypes/{id}/update
Integrations/Integrations
The operations from the Integrations/Integrations category.
- Clone an Integration
- Method: postPath:
/ic/api/integration/v1/integrations/{id}/clone
- Delete an Integration Version
- Method: deletePath:
/ic/api/integration/v1/integrations/{id}
- Export an Integration
- Method: getPath:
/ic/api/integration/v1/integrations/{id}/archive
- Import (Replace) an Integration
- Method: putPath:
/ic/api/integration/v1/integrations/archive
- Import(Add) an Integration
- Method: postPath:
/ic/api/integration/v1/integrations/archive
- Retrieve an Integration
- Method: getPath:
/ic/api/integration/v1/integrations/{id}
- Retrieve Integration Activation Errors
- Method: getPath:
/ic/api/integration/v1/integrations/{id}/activationErrors
- Retrieve Integration Activation Status
- Method: getPath:
/ic/api/integration/v1/integrations/{id}/activationStatus
- Retrieve Integrations
- Method: getPath:
/ic/api/integration/v1/integrations
- Update(Activate/Deactivate) an Integration
- Method: postPath:
/ic/api/integration/v1/integrations/{id}
Integrations/Integrations/Scheduled Integrations
The operations from the Integrations/Integrations/Scheduled Integrations category.
- Add a Schedule
- Method: postPath:
/ic/api/integration/v1/integrations/{id}/schedule
- Pause an Integration Schedule
- Method: postPath:
/ic/api/integration/v1/integrations/{id}/schedule/pause
- Resume an Integration Schedule
- Method: postPath:
/ic/api/integration/v1/integrations/{id}/schedule/resume
- Retrieve a Schedule
- Method: getPath:
/ic/api/integration/v1/integrations/{id}/schedule
- Run a Scheduled Integration Now
- Method: postPath:
/ic/api/integration/v1/integrations/{id}/schedule/jobs
- Start an Integration Schedule
- Method: postPath:
/ic/api/integration/v1/integrations/{id}/schedule/start
- Stop an Integration Schedule
- Method: postPath:
/ic/api/integration/v1/integrations/{id}/schedule/stop
- Update a Schedule
- Method: putPath:
/ic/api/integration/v1/integrations/{id}/schedule
- Update Scheduled Integration Parameters
- Method: patchPath:
/ic/api/integration/v1/integrations/{id}/schedule/parameters
Integrations/Libraries
The operations from the Integrations/Libraries category.
- Delete a Library Version
- Method: deletePath:
/ic/api/integration/v1/libraries/{id}
- Export a Library
- Method: getPath:
/ic/api/integration/v1/libraries/{id}/archive
- Export Library Metadata (Deprecated)
- Method: getPath:
/ic/api/integration/v1/libraries/{id}/metadata
- Import Library Metadata (Deprecated)
- Method: postPath:
/ic/api/integration/v1/libraries/{id}/metadata
- Import(Register) a Library
- Method: postPath:
/ic/api/integration/v1/libraries/archive
- Retrieve a Library
- Method: getPath:
/ic/api/integration/v1/libraries/{id}
- Retrieve Libraries
- Method: getPath:
/ic/api/integration/v1/libraries
- Update a Library
- Method: postPath:
/ic/api/integration/v1/libraries/{id}/archive
Integrations/Lookups
The operations from the Integrations/Lookups category.
- Clone a Lookup
- Method: postPath:
/ic/api/integration/v1/lookups/{name}/clone
- Create a Lookup
- Method: postPath:
/ic/api/integration/v1/lookups
- Delete a Lookup
- Method: deletePath:
/ic/api/integration/v1/lookups/{name}
- Export a Lookup
- Method: getPath:
/ic/api/integration/v1/lookups/{name}/archive
- Import(Add) a Lookup
- Method: postPath:
/ic/api/integration/v1/lookups/archive
- Import(Replace) a Lookup
- Method: putPath:
/ic/api/integration/v1/lookups/archive
- Retrieve a Lookup
- Method: getPath:
/ic/api/integration/v1/lookups/{name}
- Retrieve Lookups
- Method: getPath:
/ic/api/integration/v1/lookups
- Retrieve Usage of the Lookup
- Method: getPath:
/ic/api/integration/v1/lookups/{name}/usage
- Update a Lookup
- Method: putPath:
/ic/api/integration/v1/lookups/{name}
Integrations/Monitoring
The operations from the Integrations/Monitoring category.
- Abort an Integration Instance
- Method: postPath:
/ic/api/integration/v1/monitoring/instances/{id}/abort
- Discard an Errored Integration Instance
- Method: postPath:
/ic/api/integration/v1/monitoring/errors/{id}/discard
- Discard Errored Integration Instances
- Method: postPath:
/ic/api/integration/v1/monitoring/errors/discard
- Download Large Payload in an Integration Instance
- Method: getPath:
/ic/api/integration/v1/monitoring/instances/{id}/activityStreamDetails/{+key}
- Resubmit an Errored Integration Instance
- Method: postPath:
/ic/api/integration/v1/monitoring/errors/{id}/resubmit
- Resubmit Errored Integration Instances
- Method: postPath:
/ic/api/integration/v1/monitoring/errors/resubmit
- Retrieve an Error Recovery Job
- Method: getPath:
/ic/api/integration/v1/monitoring/errors/recoveryJobs/{id}
- Retrieve an Errored Integration Instance
- Method: getPath:
/ic/api/integration/v1/monitoring/errors/{id}
- Retrieve an Integration Instance
- Method: getPath:
/ic/api/integration/v1/monitoring/instances/{id}
- Retrieve Audit Records
- Method: getPath:
/ic/api/integration/v1/monitoring/auditRecords
- Retrieve Error Recovery Jobs
- Method: getPath:
/ic/api/integration/v1/monitoring/errors/recoveryJobs
- Retrieve Errored Instances
- Method: getPath:
/ic/api/integration/v1/monitoring/errors
- Retrieve Historical Tracking Metrics
- Method: getPath:
/ic/api/integration/v1/monitoring/history
- Retrieve Integration Instance Activity Stream (Deprecated)
- Method: getPath:
/ic/api/integration/v1/monitoring/instances/{id}/activityStream
- Retrieve Integration Instance Activity Stream Details
- Method: getPath:
/ic/api/integration/v1/monitoring/instances/{id}/activityStreamDetails
- Retrieve Integration Instances
- Method: getPath:
/ic/api/integration/v1/monitoring/instances
- Retrieve Message Count Summary
- Method: getPath:
/ic/api/integration/v1/monitoring/integrations/messages/summary
- Retrieve Monitoring Data for an Integration
- Method: getPath:
/ic/api/integration/v1/monitoring/integrations/{id}
- Retrieve Monitoring Data for Integrations
- Method: getPath:
/ic/api/integration/v1/monitoring/integrations
- Retrieve Status of Agent Groups
- Method: getPath:
/ic/api/integration/v1/monitoring/agentgroups
- Retrieve Status of Agents in an Agent Group
- Method: getPath:
/ic/api/integration/v1/monitoring/agentgroups/{id}/agents
- Retrieve Status of an Agent
- Method: getPath:
/ic/api/integration/v1/monitoring/agentgroups/{id}/agents/{key}
- Retrieve Status of an Agent Group
- Method: getPath:
/ic/api/integration/v1/monitoring/agentgroups/{id}
Integrations/Packages
The operations from the Integrations/Packages category.
- Delete a Package
- Method: deletePath:
/ic/api/integration/v1/packages/{packagename}
- Export a Package
- Method: getPath:
/ic/api/integration/v1/packages/{packagename}/archive
- Import Sample Packages (Deprecated)
- Method: postPath:
/ic/api/integration/v1/packages/loadSamples
- Import(Add) a Package
- Method: postPath:
/ic/api/integration/v1/packages/archive
- Import(Replace) a Package
- Method: putPath:
/ic/api/integration/v1/packages/archive
- Retrieve a Package
- Method: getPath:
/ic/api/integration/v1/packages/{packagename}
- Retrieve Packages
- Method: getPath:
/ic/api/integration/v1/packages
- Update Package Dependencies
- Method: postPath:
/ic/api/integration/v1/packages/{packagename}
Integrations/Projects
The operations from the Integrations/Projects category.
- Delete a Project
- Method: deletePath:
/ic/api/integration/v1/projects/{id}
- Export a Project
- Method: postPath:
/ic/api/integration/v1/projects/{id}/archive
- Import(Add) a Project
- Method: postPath:
/ic/api/integration/v1/projects/archive
- Retrieve a Project
- Method: getPath:
/ic/api/integration/v1/projects/{id}
- Retrieve Projects
- Method: getPath:
/ic/api/integration/v1/projects
Integrations/Projects/Connections
The operations from the Integrations/Projects/Connections category.
- Delete a Connection in a Project
- Method: deletePath:
/ic/api/integration/v1/projects/{projectId}/connections/{id}
- Retrieve a Connection in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/connections/{id}
- Retrieve Connections in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/connections
- Test a Connection in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/connections/{id}/test
- Update a Connection in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/connections/{id}
Integrations/Projects/Deployments
The operations from the Integrations/Projects/Deployments category.
- Create a Deployment in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/deployments
- Delete a Deployment in a Project
- Method: deletePath:
/ic/api/integration/v1/projects/{projectId}/deployments/{id}
- Retrieve a Deployment in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/deployments/{id}
- Retrieve Deployments in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/deployments
- Update a Deployment in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/deployments/{id}
Integrations/Projects/Integrations
The operations from the Integrations/Projects/Integrations category.
- Delete an Integration Version in a Project
- Method: deletePath:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}
- Import (Add) an Integration in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/integrations/archive
- Retrieve an Integration in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}
- Retrieve Integrations in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/integrations
- Update an Integration in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/integrations/{id}
Integrations/Projects/Libraries
The operations from the Integrations/Projects/Libraries category.
- Delete a Library Version in a Project
- Method: deletePath:
/ic/api/integration/v1/projects/{projectId}/libraries/{id}
- Import (Register) a Library in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/libraries/archive
- Retrieve a Library in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/libraries/{id}
- Retrieve Libraries in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/libraries
- Update a Library in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/libraries/{id}/archive
Integrations/Projects/Lookups
The operations from the Integrations/Projects/Lookups category.
- Delete a Lookup in a Project
- Method: deletePath:
/ic/api/integration/v1/projects/{projectId}/lookups/{name}
- Import (Add) a Lookup in a Project
- Method: postPath:
/ic/api/integration/v1/projects/{projectId}/lookups/archive
- Retrieve a Lookup in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/lookups/{name}
- Retrieve Lookups in a Project
- Method: getPath:
/ic/api/integration/v1/projects/{projectId}/lookups
- Update a Lookup in a Project
- Method: putPath:
/ic/api/integration/v1/projects/{projectId}/lookups/{name}
Integrations/Projects/RBAC
The operations from the Integrations/Projects/RBAC category.
- Retrieve Project RBAC Details
- Method: getPath:
/ic/api/integration/v1/projects/{id}/acl
- Update Project RBAC Details
- Method: putPath:
/ic/api/integration/v1/projects/{id}/acl
Integrations/Usages
The operations from the Integrations/Usages category.
- Retrieve Integration Usages
- Method: getPath:
/ic/api/integration/v1/usage
Rapid Adapter Builder
- Delete Rapid Adapter Builder Adapter
- Method: deletePath:
/ic/api/adapters/v1/adapterBundles/{id}
- Get Rapid Adapter Builder Adapter
- Method: getPath:
/ic/api/adapters/v1/adapterBundles/{id}
- List All Rapid Adapter Builder Adapters
- Method: getPath:
/ic/api/adapters/v1/adapterBundles
- Register Rapid Adapter Builder Adapter
- Method: postPath:
/ic/api/adapters/v1/adapterBundles
- Update a Rapid Adapter Builder Adapter
- Method: putPath:
/ic/api/adapters/v1/adapterBundles/{id}