Send Requests

Use the following guidelines when sending requests using the REST API to manage Oracle Integration Classic instances.

URL Structure

Access the Oracle Integration Classic REST resources using the following URL structure:

https://rest-server/resource-path

Where:

  • rest-server is the REST server to contact for your identity domain. To find the name of this server:

    1. Sign in to the My Services dashboard for your identity domain or Cloud Account.

    2. In the list of services, locate the entry for Oracle Integration Classic and click Details.

    3. Locate the REST Endpoint field, which shows the URL to the REST server for your identity domain.

  • resource-path is the relative path that defines the REST endpoint. For a complete list of REST endpoints to manage Oracle Integration Classic instances, see All REST Endpoints.

    • /paas/api/v1.1/instancemgmt/{identityDomainId}/services/IntegrationCloud/instances

Supported Methods

You can perform basic CRUD operations (create, read, update, and delete) on Oracle Integration Classic Service resources using standard HTTP method requests, as summarized in the following table.

HTTP Method Description
GET Retrieve information about a resource.
POST Create a resource.
PUT Update a resource.
DELETE Delete a resource.

Media Types

The media type supported by REST API to manage Oracle Integration Classic instances is:

  • application/vnd.com.oracle.oracloud.provisioning.Service+json.

Supported Headers

The REST API to manage Oracle Integration Classic instances supports the following headers that may be passed in the header section of the HTTP request or response.

Header Description Example
Content-Type

Media type of the body of the request. Required for POST requests.

Content-Type: application/json
Accept

Media type of the body of the response.

Accept: application/json
X-ID-TENANT-NAME

Identity domain name of the service, used for authentication.

X-ID-TENANT-NAME:ExampleIdentityDomain