Creates a new Integration Instance
POST {{baseUrl}}/integrationInstances
Creates a new Integration Instance.
Request Body
{"displayName"=>"<string>", "integrationInstanceType"=>"ENTERPRISE", "compartmentId"=>"{{compartment_ocid}}", "isByol"=>"<boolean>", "messagePacks"=>1, "alternateCustomEndpoints"=>[{"hostname"=>"<hostname>", "certificateSecretId"=>"<string>"}, {"hostname"=>"<hostname>", "certificateSecretId"=>"<string>"}], "consumptionModel"=>"UCM", "customEndpoint"=>{"hostname"=>"<hostname>", "certificateSecretId"=>"<string>"}, "freeformTags"=>{"ea_9"=>"<string>", "ullamcod4"=>"<string>", "in6_"=>"<string>"}, "idcsAt"=>"<string>", "isFileServerEnabled"=>false, "isVisualBuilderEnabled"=>"<boolean>", "networkEndpointDetails"=>{"networkEndpointType"=>"PUBLIC"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-retry-token | string | A token that uniquely identifies a request so it can be retried in case | |
of a timeout or server error without risk of executing that same action | |||
again. Retry tokens expire after 24 hours, but can be invalidated before | |||
then due to conflicting operations. For example, if a resource has been | |||
deleted and purged from the system, then a retry of the original creation | |||
request might be rejected. | |||
opc-request-id | string | The client request ID for tracing. | |
Content-Type | string | ||
Accept | string |