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 Lustre File Storage API

The lustreFileStorage API from Oracle — 19 operation(s) for lustrefilestorage.

Oracle Lustre File Storage 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 26 operations across 19 paths, and defines 33 schemas. It is described by OpenAPI 3.2.0, at version 20250228.

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

26 operations 19 paths 33 schemas 3 DELETE12 GET9 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

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

Paths & Operations 26

Across 19 paths, the API surfaces 26 operations — 3 DELETE, 12 GET, 9 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

lustreFileStorage 26
GET
/availableMaintenanceScheduleStartTimes
Gets the list of available maintenance schedule start times for both Create and Update operation
ListAvailableMaintenanceScheduleStartTimes 9 params → 200400401404429500default
GET
/availableOverrideMaintenanceStartTimes
Gets the list of available maintenance start times for Override operation
ListAvailableOverrideMaintenanceStartTimes 7 params → 200400401404429500default
GET
/lustreFileSystems
Gets a list of LustreFileSystems.
ListLustreFileSystems 10 params → 200400401404429500default
POST
/lustreFileSystems
Creates a LustreFileSystem.
CreateLustreFileSystem 2 params body → 201400401404409429500default
DELETE
/lustreFileSystems/{lustreFileSystemId}
Deletes a LustreFileSystem.
DeleteLustreFileSystem 3 params → 202400401404412429500default
GET
/lustreFileSystems/{lustreFileSystemId}
Get LustreFileSystem
GetLustreFileSystem 2 params → 200400401404429500default
PUT
/lustreFileSystems/{lustreFileSystemId}
Updates a LustreFileSystem.
UpdateLustreFileSystem 3 params body → 202400401404405412429500
POST
/lustreFileSystems/{lustreFileSystemId}/actions/changeCompartment
Moves a LustreFileSystem into a different compartment.
ChangeLustreFileSystemCompartment 3 params body → 202401404409412429500
POST
/lustreFileSystems/{lustreFileSystemId}/actions/overrideMaintenance
Overrides the upcoming maintenance to the value provided by user
OverrideMaintenance 3 params body → 202400401404405412429500
GET
/objectStorageLinks
Gets a list of ObjectStorageLinks.
ListObjectStorageLinks 11 params → 200400401404429500
POST
/objectStorageLinks
Creates a ObjectStorageLink.
CreateObjectStorageLink 2 params body → 200400401404409429500default
DELETE
/objectStorageLinks/{objectStorageLinkId}
Deletes a ObjectStorageLink.
DeleteObjectStorageLink 3 params → 202400401404412429500default
GET
/objectStorageLinks/{objectStorageLinkId}
Get ObjectStorageLink
GetObjectStorageLink 2 params → 200400401404429500default
PUT
/objectStorageLinks/{objectStorageLinkId}
Updates a ObjectStorageLink.
UpdateObjectStorageLink 3 params body → 200400401404405412429500
POST
/objectStorageLinks/{objectStorageLinkId}/actions/changeCompartment
Moves a ObjectStorageLink into a different compartment.
ChangeObjectStorageLinkCompartment 4 params body → 204401404409412429500
POST
/objectStorageLinks/{objectStorageLinkId}/actions/startExportToObject
Starts exporting data from LustreFileSystem path to ObjectStorage Prefix.
StartExportToObject 4 params → 202400401404409412429500
POST
/objectStorageLinks/{objectStorageLinkId}/actions/startImportFromObject
Starts importing data from ObjectStorage to the LustreFileSystem path.
StartImportFromObject 4 params → 202400401404409412429500
POST
/objectStorageLinks/{objectStorageLinkId}/actions/stopExportToObject
Stops exporting data to ObjectStorage from LustreFileSystem path.
StopExportToObject 4 params → 202400401404409412429500
POST
/objectStorageLinks/{objectStorageLinkId}/actions/stopImportFromObject
Stops importing data from ObjectStorage to the LustreFileSystem path.
StopImportFromObject 4 params → 202400401404409412429500
GET
/objectStorageLinks/{objectStorageLinkId}/syncJobs
Lists all sync jobs associated with ObjectStorageLink.
ListSyncJobs 8 params → 200401404409412429500
GET
/objectStorageLinks/{objectStorageLinkId}/syncJobs/{syncJobId}
Gets details of sync job associated with ObjectStorageLink.
GetSyncJob 4 params → 200400401404409412429500
GET
/workRequests
List work requests
ListWorkRequests 9 params → 200400401404429500default
DELETE
/workRequests/{workRequestId}
Cancel work request
CancelWorkRequest 3 params → 202400401404429409412500
GET
/workRequests/{workRequestId}
Get work request status
GetWorkRequest 2 params → 200400401404429500default
GET
/workRequests/{workRequestId}/errors
List work request errors
ListWorkRequestErrors 6 params → 200400401404429500default
GET
/workRequests/{workRequestId}/logs
List work request logs
ListWorkRequestLogs 6 params → 200400401404429500default

Schemas 33

The contract defines 33 schemas that model the data the API accepts and returns. The most detailed are LustreFileSystem (26 properties), LustreFileSystemSummary (24 properties), SyncJob (17 properties), ObjectStorageLink (17 properties). Each schema is shown below with its type and property counts.

CreateObjectStorageLinkDetails
object
The details to create a Object Storage link.
9 properties 6 required
SyncJobSummary
object
Summary information associated with sync jobs.
16 properties 14 required
WorkRequestErrorCollection
object
A list of work request errors. Can contain both errors and other information, such as metadata.
1 property 1 required
MaintenanceWindowMetadataDetails
object
The meta-data for maintenance window.
3 properties
WorkRequestError
object
An error encountered while performing an operation that is tracked by a work request.
3 properties 3 required
WorkRequestSummary
object
Summary information about an asynchronous work request.
10 properties 7 required
WorkRequest
object
An asynchronous work request. Work requests help you monitor long-running operations. When you start a long-running operation, the service creates a work reque…
10 properties 7 required
ChangeObjectStorageLinkCompartmentDetails
object
The configuration details for the move operation.
1 property 1 required
RootSquashConfiguration
object
An administrative feature that allows you to restrict root level access from clients that try to access your Lustre file system as root.
4 properties
WorkRequestLogEntryCollection
object
A list of work request logs. Can contain both logs and other information, such as metadata.
1 property 1 required
CreateLustreFileSystemDetails
object
The details to create a Lustre file system.
15 properties 7 required
MaintenanceWindow
object
The preferred day and time to perform maintenance.
2 properties
AvailableOverrideMaintenanceStartTimeSummary
object
Information about the list of available start times on a particular date. User can choose their preferred date and start time for creating request/input for Ov…
2 properties 2 required
AvailableOverrideMaintenanceStartTimeCollection
object
List of items containing available start times on every day of the week
1 property 1 required
ChangeLustreFileSystemCompartmentDetails
object
The configuration details for the move operation.
1 property 1 required
LustreFileSystemSummary
object
Summary information about a Lustre file system.
24 properties 20 required
SyncJobCollection
object
Results of a sync job search. Contains both sync job summary items and other information, such as metadata.
1 property 1 required
ObjectStorageLinkSummary
object
Summary information about a Object Storage link.
17 properties 14 required
ObjectStorageLinkCollection
object
Results of a Object Storage link search. Contains both ObjectStorageLinkSummary items and other information, such as metadata.
1 property 1 required
UpdateLustreFileSystemDetails
object
The data to update a Lustre file system.
9 properties
AvailableMaintenanceScheduleStartTimeCollection
object
List of items containing available start times on every day of the week
1 property 1 required
ObjectStorageLink
object
Object Storage links create the relationship between a directory in an File Storage with Lustre file system and a path within an Object Storage bucket. For mor…
17 properties 14 required
Error
object
Error information.
2 properties 2 required
WorkRequestLogEntry
object
A log message from performing an operation that is tracked by a work request.
2 properties 2 required
LustreFileSystemCollection
object
Results of a Lustre file system search. Contains both LustreFileSystemSummary items and other information, such as metadata.
1 property 1 required
WorkRequestSummaryCollection
object
A list of work requests. Can contain both work requests and other information, such as metadata.
1 property 1 required
AvailableMaintenanceScheduleStartTimeSummary
object
Information about the list of available start times on a particular day of the week. User can choose their preferred day of the week and start time for creatin…
2 properties 2 required
DateAndTime
object
A generic object to show date and time in the below specified format
2 properties
LustreFileSystem
object
A Lustre file system is a parallel file system that is used as a storage solution for HPC/AI/ML workloads. For more information, see [File Storage with Lustre]…
26 properties 20 required
WorkRequestResource
object
A resource created or operated on by a work request.
4 properties 3 required
UpdateObjectStorageLinkDetails
object
The data to update an Object Storage link.
4 properties
SyncJob
object
Details associated with sync job runs.
17 properties 14 required
OverrideMaintenanceDetails
object
The date and time at which upcoming maintenance needs to be set
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-lustrefilestorage-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 Lustre File Storage 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.