How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Oracle Container Instance API

The containerInstance API from Oracle — 14 operation(s) for containerinstance.

Oracle Container Instance API is one of 378 APIs that Oracle publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 18 operations across 14 paths, and defines 46 schemas. It is described by OpenAPI 3.2.0, at version 20210415.

Requests are made against 2 base URLs: http://127.0.0.1/20210415, https://127.0.0.1/20210415.

18 operations 14 paths 46 schemas 1 DELETE9 GET6 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
20210415
Base URL
https://{host}:{port}/ords/
Resource Areas
1

Paths & Operations 18

Across 14 paths, the API surfaces 18 operations — 1 DELETE, 9 GET, 6 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

containerInstance 18
GET
/containerInstanceShapes
Lists the shapes that can be used to create container instances.
ListContainerInstanceShapes 5 params → 200400401404429500default
GET
/containerInstances
Gets a list of all ContainerInstances in a compartment
ListContainerInstances 9 params → 200400401404429500default
POST
/containerInstances
Creates a new ContainerInstance
CreateContainerInstance 2 params body → 200400401404409429500default
DELETE
/containerInstances/{containerInstanceId}
Delete a provisioned ContainerInstance
DeleteContainerInstance 3 params → 202400401404412429500default
GET
/containerInstances/{containerInstanceId}
Get ContainerInstance
GetContainerInstance 2 params → 200400401404429500default
PUT
/containerInstances/{containerInstanceId}
Update the ContainerInstance identified by the id
UpdateContainerInstance 3 params body → 202400401404405412429500
POST
/containerInstances/{containerInstanceId}/actions/changeCompartment
Moves a resource into a different compartment.
ChangeContainerInstanceCompartment 3 params body → 202400401404409412429500
POST
/containerInstances/{containerInstanceId}/actions/restart
Restart container instance.
RestartContainerInstance 3 params → 202400401404409412429500
POST
/containerInstances/{containerInstanceId}/actions/start
Starts an inactive container instance.
StartContainerInstance 3 params → 202400401404409412429500
POST
/containerInstances/{containerInstanceId}/actions/stop
Stops an active container instance.
StopContainerInstance 3 params → 202400401404409412429500
GET
/containers
Get a list of Containers in a compartment
ListContainers 10 params → 200400401404429500default
GET
/containers/{containerId}
Get a single Container.
GetContainer 2 params → 200400401404429500default
PUT
/containers/{containerId}
Updates a Container.
UpdateContainer 3 params body → 202400401404405412429500
POST
/containers/{containerId}/actions/retrieveLogs
Retrieve recent log from a container.
RetrieveLogs 3 params → 200400401404429500default
GET
/workRequests
List Work Requests
ListWorkRequests 10 params → 200400401404429500default
GET
/workRequests/{workRequestId}
GET Work Request Status
GetWorkRequest 2 params → 200400401404429500default
GET
/workRequests/{workRequestId}/errors
Lists work request errors
ListWorkRequestErrors 6 params → 200400401404429500default
GET
/workRequests/{workRequestId}/logs
Lists work request logs
ListWorkRequestLogs 6 params → 200400401404429500default

Schemas 46

The contract defines 46 schemas that model the data the API accepts and returns. The most detailed are Container (26 properties), ContainerInstance (25 properties), ContainerInstanceSummary (19 properties), ContainerSummary (17 properties). Each schema is shown below with its type and property counts.

CreateContainerResourceConfigDetails
object
The size and amount of resources available to the container.
2 properties
Container
object
A single container on a container instance. If you delete a container, the record remains visible for a short period of time before being permanently removed.
26 properties 8 required
ShapeMemoryOptions
object
For a flexible shape, the amount of memory available for container instances that use this shape.
5 properties 5 required
SecurityContext
object
Security context for container.
1 property
CreateContainerVnicDetails
object
Information to create a virtual network interface card (VNIC) which gives the containers on this container instance access to a virtual client network (VCN). Y…
9 properties 1 required
CreateVolumeMountDetails
object
Defines the mapping from volume to a mount path in a container.
5 properties 2 required
WorkRequestErrorCollection
object
Results of a workRequestError search. Contains both WorkRequestError items and other information, such as metadata.
1 property 1 required
UpdateContainerDetails
object
The container information to be updated.
3 properties
WorkRequestError
object
An error encountered while executing a work request.
3 properties 3 required
WorkRequestSummary
object
A summary of the status of a work request.
9 properties 7 required
WorkRequest
object
A description of the work request status.
9 properties 7 required
CreateContainerDetails
object
Information to create a new container within a container instance. The container created by this call contains both the tags specified in this object and any t…
13 properties 1 required
CreateContainerDnsConfigDetails
object
Allow customers to define DNS settings for containers. If this is not provided, the containers use the default DNS settings of the subnet.
3 properties
ShapeOcpuOptions
object
For a flexible shape, the number of OCPUs available for container instances that use this shape.
2 properties 2 required
CreateContainerInstanceSecurityContextDetails
object
Security context for all containers in a container instance.
1 property
WorkRequestLogEntryCollection
object
Results of a workRequestLog search. Contains both workRequestLog items and other information, such as metadata.
1 property 1 required
ContainerInstanceShapeConfig
object
The shape configuration for a container instance. The shape configuration determines the resources thats are available to the container instance and its contai…
4 properties 4 required
ContainerInstanceSecurityContext
object
Security context for all containers in a container instance.
1 property
ChangeContainerInstanceCompartmentDetails
object
The configuration details for the move operation.
1 property 1 required
ContainerInstance
object
A container instance to host containers. If you delete a container instance, the record remains visible for a short period of time before being permanently rem…
25 properties 12 required
CreateContainerHealthCheckDetails
object
Container Health Check is used to check and report the status of a container.
8 properties 1 required
CreateContainerVolumeDetails
object
A volume represents a directory with data that is accessible across multiple containers in a container instance.
2 properties 2 required
ContainerInstanceContainer
object
A container on a container instance.
2 properties 1 required
UpdateContainerInstanceDetails
object
The information to be updated.
3 properties
ImagePullSecret
object
The image pull secrets for accessing private registry to pull images for containers
2 properties 2 required
ContainerVolume
object
A volume represents a directory with data that is accessible across multiple containers in a container instance.
2 properties 2 required
ContainerHealthCheck
object
Type of container health check which could be either HTTP, TCP, or Command.
10 properties 1 required
ContainerInstanceShapeSummary
object
Details about a shape for a container instance.
5 properties 2 required
CreateImagePullSecretDetails
object
The image pull secrets for accessing private registry to pull images for containers
2 properties 2 required
CreateContainerInstanceDetails
object
Information to create a container instance.
16 properties 6 required
ContainerCollection
object
A list of containers.
1 property 1 required
Error
object
Error Information.
2 properties 2 required
WorkRequestLogEntry
object
A log message from a work request.
2 properties 2 required
ContainerInstanceSummary
object
A set of details about a single container instance returned by list APIs.
19 properties 10 required
WorkRequestSummaryCollection
object
Results of a workRequest search. Contains both WorkRequest items and other information, such as metadata.
1 property 1 required
CreateSecurityContextDetails
object
Security context for container.
1 property
ShapeNetworkingBandwidthOptions
object
For a flexible shape, the amount of networking bandwidth available for container instances that use this shape.
3 properties 3 required
ContainerDnsConfig
object
DNS settings for containers.
3 properties
ContainerInstanceCollection
object
Summary information about a list of container instances.
1 property 1 required
ContainerVnic
object
An interface to a virtual network available to containers on a container instance.
1 property
ContainerInstanceShapeCollection
object
A collection of container instance shapes.
1 property 1 required
WorkRequestResource
object
A resource created or operated on by a work request.
4 properties 3 required
ContainerResourceConfig
object
The resource configuration for a container. The resource configuration determines the amount of resources allocated to the container and the maximum allowed re…
2 properties
ContainerSummary
object
Summary information about a container.
17 properties 8 required
VolumeMount
object
Define the mapping from volume to a mount path in container.
5 properties 2 required
CreateContainerInstanceShapeConfigDetails
object
The size and amount of resources available to the container instance.
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-containerinstance-api-openapi.yml Raw ↑

Other APIs Oracle publishes across the network.

Oracle Database REST APIs
Oracle Integration Cloud API
Oracle Fusion Cloud Applications API
Oracle Fusion Cloud Financials REST API
Oracle Fusion Cloud HCM REST API
Oracle Fusion Cloud CX Sales and Service REST API
Oracle Fusion Cloud SCM REST API
Oracle Fusion Cloud Procurement REST API
Oracle Content Management API
OCI Generative AI API
OCI AI Vision API
OCI AI Language API
Where this information came from

This is an independent, third-party profile of Oracle Container Instance API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.