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 Lifecycle Environment API

The lifecycleEnvironment API from Oracle — 10 operation(s) for lifecycleenvironment.

Oracle Lifecycle Environment 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 13 operations across 10 paths, and defines 23 schemas. It is described by OpenAPI 3.2.0, at version 20220901.

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

13 operations 10 paths 23 schemas 1 DELETE5 GET6 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

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

Paths & Operations 13

Across 10 paths, the API surfaces 13 operations — 1 DELETE, 5 GET, 6 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

lifecycleEnvironment 13
GET
/lifecycleEnvironments
Gets a list of all lifecycle environments in a compartment
ListLifecycleEnvironments 14 params → 200400401404429500default
POST
/lifecycleEnvironments
Creates a new lifecycle environment
CreateLifecycleEnvironment 2 params body → 200400401404409429500default
DELETE
/lifecycleEnvironments/{lifecycleEnvironmentId}
Delete a lifecycle environment
DeleteLifecycleEnvironment 3 params → 204400401404412429500default
GET
/lifecycleEnvironments/{lifecycleEnvironmentId}
Get a lifecycle environment
GetLifecycleEnvironment 2 params → 200400401404429500default
PUT
/lifecycleEnvironments/{lifecycleEnvironmentId}
Update a lifecycle environment
UpdateLifecycleEnvironment 3 params body → 200400401404412429500default
POST
/lifecycleEnvironments/{lifecycleEnvironmentId}/actions/changeCompartment
Moves a lifecycle environment into a different compartment.
ChangeLifecycleEnvironmentCompartment 5 params → 204400401404409412429500
GET
/lifecycleStages
Gets a list of all lifecycle stages in a compartment.
ListLifecycleStages 15 params → 200400401404429500default
GET
/lifecycleStages/{lifecycleStageId}
Get a lifecycle stage
GetLifecycleStage 2 params → 200400401404429500default
POST
/lifecycleStages/{lifecycleStageId}/actions/attachManagedInstances
Attach managed instances to lifecycle stage
AttachManagedInstancesToLifecycleStage 4 params body → 202400401404409412429500
POST
/lifecycleStages/{lifecycleStageId}/actions/detachManagedInstances
Detach a managed instance from a lifecycle stage.
DetachManagedInstancesFromLifecycleStage 4 params body → 202400401404409412429500
POST
/lifecycleStages/{lifecycleStageId}/actions/promoteSoftwareSource
Promote versioned software source to lifecycle stage
PromoteSoftwareSourceToLifecycleStage 5 params body → 202400401404409412429500
POST
/lifecycleStages/{lifecycleStageId}/actions/reboot
Reboots managed instances in a lifecycle stage.
RebootLifecycleStage 4 params body → 202400401404409412429500
GET
/lifecycleStages/{lifecycleStageId}/installedPackages
Lists packages installed on the managed instances in a lifecycle stage
ListLifecycleStageInstalledPackages 10 params → 200400401404409429500default

Schemas 23

The contract defines 23 schemas that model the data the API accepts and returns. The most detailed are LifecycleStageSummary (18 properties), LifecycleStage (17 properties), LifecycleEnvironment (16 properties), LifecycleEnvironmentSummary (15 properties). Each schema is shown below with its type and property counts.

LifecycleStageCollection
object
A set of lifecycle stages returned for the [ListLifecycleStages](/en/osmh/latest/LifecycleStage/ListLifecycleStages) operation.
1 property 1 required
LifecycleEnvironmentSummary
object
Summary of the lifecycle environment.
15 properties 8 required
ManagedInstanceDetails
object
Provides identifying information for the specified managed instance.
2 properties 1 required
ManagedInstancesDetails
object
The details about the managed instances.
2 properties 1 required
AttachManagedInstancesToLifecycleStageDetails
object
The managed instances to attach to the lifecycle stage.
1 property 1 required
InstalledPackageCollection
object
The set of installed packages on a managed instance.
1 property 1 required
UpdateLifecycleEnvironmentDetails
object
Provides the information used to update the lifecycle environment.
5 properties
CreateLifecycleStageDetails
object
Provides the information used to create a lifecycle stage.
4 properties 2 required
LifecycleEnvironmentCollection
object
A set of lifecycle environments returned for the [ListLifecycleEnvironments](/en/osmh/latest/LifecycleEnvironment/ListLifecycleEnvironments) operation. The lis…
1 property 1 required
InstalledPackageSummary
Provides summary information for a software package installed on a managed instance.
PromoteSoftwareSourceToLifecycleStageDetails
object
Provides detailed information about the lifecycle stage promotion.
1 property
DetachManagedInstancesFromLifecycleStageDetails
object
The managed instances to detach from the lifecycle stage.
1 property 1 required
UpdateLifecycleStageDetails
object
Provides the information used to update the lifecycle stage.
4 properties 1 required
ChangeLifecycleEnvironmentCompartmentDetails
object
Provides the information used to move the lifecycle environment to another compartment.
1 property
Error
object
Provides the information for an error.
2 properties 2 required
SoftwareSourceDetails
object
Provides identifying information for the specified software source.
5 properties 1 required
RebootLifecycleStageDetails
object
Provides the information used for the reboot job.
2 properties
CreateLifecycleEnvironmentDetails
object
Provides the information used to create a lifecycle environment. A lifecycle environment is a user-defined pipeline to deliver curated, versioned content in a…
10 properties 6 required
PackageSummary
object
Provides summary information for a software package.
7 properties 5 required
WorkRequestDetails
object
Provides the name and description of the job.
2 properties
LifecycleStageSummary
object
Provides summary information for a lifecycle stage.
18 properties 3 required
LifecycleEnvironment
object
Defines the lifecycle environment, including the associated versioned software sources, lifecycle stages, and managed instances.
16 properties 9 required
LifecycleStage
object
Defines the lifecycle stage.
17 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-lifecycleenvironment-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 Lifecycle Environment 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.