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 Functions Management API

The functionsManagement API from Oracle — 10 operation(s) for functionsmanagement.

Oracle Functions Management 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 16 operations across 10 paths, and defines 32 schemas. It is described by OpenAPI 3.2.0, at version 20181201.

Requests are made against a single base URL, https://127.0.0.1/20181201.

16 operations 10 paths 32 schemas 2 DELETE9 GET3 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
20181201
Base URL
https://{host}:{port}/ords/
License
Oracle Corporation
Resource Areas
1

Paths & Operations 16

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

functionsManagement 16
GET
/applications
Lists applications for a compartment
ListApplications 9 params → 200400401403404429500default
POST
/applications
Creates a new application
CreateApplication 1 param body → 200400401403404429500default
DELETE
/applications/{applicationId}
Deletes an application
DeleteApplication 3 params → 204400401403404412429500
GET
/applications/{applicationId}
Retrieves an application
GetApplication 2 params → 200400401403404429500default
PUT
/applications/{applicationId}
Modifies an application
UpdateApplication 3 params body → 200400401403404412429500
POST
/applications/{applicationId}/actions/changeCompartment
Moves an application into a different compartment. When provided, If-Match is checked against ETag values of the resource.
ChangeApplicationCompartment 3 params body → 204400401404409412429500
GET
/functions
Lists functions for an application
ListFunctions 9 params → 200400401403404429500default
POST
/functions
Creates a new function
CreateFunction 1 param body → 200400401403404429500default
DELETE
/functions/{functionId}
Deletes a function
DeleteFunction 3 params → 204400401403404412429500
GET
/functions/{functionId}
Retrieves a function
GetFunction 2 params → 200400401403404429500default
PUT
/functions/{functionId}
Modifies a function
UpdateFunction 3 params body → 200400401403404412429500
GET
/pbfListingVersions
Get a list of all Pre-built Function(PBF) Listing versions.
ListPbfListingVersions 10 params → 200400401404429500default
GET
/pbfListingVersions/{pbfListingVersionId}
Get details for a specific version of a Pre-built Function(PBF) Listing.
GetPbfListingVersion 2 params → 200400401404429500default
GET
/pbfListings
Get a list of all Pre-built Function(PBF) Listings.
ListPbfListings 11 params → 200400401404412429500default
GET
/pbfListings/triggers
Gets a list of all Triggers.
ListTriggers 5 params → 200400401404409412429500
GET
/pbfListings/{pbfListingId}
Get a Pre-built Function(PBF) Listing.
GetPbfListing 2 params → 200400401404429500default

Schemas 32

The contract defines 32 schemas that model the data the API accepts and returns. The most detailed are Function (22 properties), FunctionSummary (21 properties), Application (17 properties), ApplicationSummary (15 properties). Each schema is shown below with its type and property counts.

PbfListingVersionSummary
object
Summary of the PbfListingVersion.
13 properties 9 required
Trigger
object
PBF specific triggers for activating a PBF.
1 property 1 required
FunctionSourceDetails
object
The source details for the Function. The function can be created from various sources.
1 property 1 required
Function
object
A function resource defines the code (Docker image) and configuration for a specific function. Functions are defined in applications. Avoid entering confidenti…
22 properties 1 required
PublisherDetails
object
Contains details about the publisher of this PBF Listing.
1 property 1 required
PbfListingVersionsCollection
object
Results of a PbfListingVersion search. Contains both PbfListingVersionSummary items and other information, such as metadata.
1 property 1 required
FailureDestinationDetails
object
An object that represents the destination to which Oracle Functions will send an invocation record with the details of the error of the failed detached functio…
1 property 1 required
CreateApplicationDetails
object
Properties for a new application.
13 properties 3 required
FunctionProvisionedConcurrencyConfig
object
Define the strategy for provisioned concurrency for the function.
1 property 1 required
FunctionTraceConfig
object
Define the tracing configuration for a function.
1 property
ApplicationLoggingConfig
object
Set logging configuration for an application. This is only used if Service Logs for the application are enabled in the OCI Logging service.
1 property
ChangeApplicationCompartmentDetails
object
Properties to change the compartment of an application.
1 property 1 required
RequirementDetails
object
Minimum memory required by this PBF. The user should use memory greater than or equal to this value while configuring the Function.
2 properties 1 required
PbfListingSummary
object
Summary of the PbfListing.
11 properties 7 required
CreateFunctionDetails
object
Properties to create a new function.
15 properties 3 required
PbfListing
object
PbfListing resources provide details about the available PBFs for consumption by the user. This resource contains details about PBF's functionality, policies r…
11 properties 7 required
TriggerSummary
object
Summary of the Trigger.
1 property 1 required
Application
object
An application contains functions and defined attributes shared between those functions, such as network configuration and configuration. Avoid entering confid…
17 properties 1 required
ApplicationTraceConfig
object
Define the tracing configuration for an application.
2 properties
ImagePolicyConfig
object
Define the image signature verification policy for an application.
2 properties 1 required
Error
object
An error has occurred.
2 properties 2 required
PbfListingsCollection
object
Results of a PbfListing search. Contains boh PbfListingSummary items and other information, such as metadata.
1 property 1 required
UpdateApplicationDetails
object
Properties to update an application.
9 properties
KeyDetails
object
The properties that define the kms keys used by Functions for Image Signature verification.
1 property 1 required
TriggersCollection
object
Results of a Trigger search. Contains boh TriggerSummary items and other information, such as metadata.
1 property 1 required
PbfListingVersion
object
This represents a version of a PbfListing. Each new update from the publisher or the change in the image will result in the creation of new PbfListingVersion r…
13 properties 9 required
SuccessDestinationDetails
object
An object that represents the destination to which Oracle Functions will send an invocation record with the details of the successful detached function invocat…
1 property 1 required
PolicyDetails
object
A policy required for this PBF execution.
2 properties 2 required
ConfigDetails
object
Details about the required and optional Function configurations needed for proper performance of the PBF.
3 properties 2 required
UpdateFunctionDetails
object
Updates attributes of a function.
12 properties
FunctionSummary
object
Summary of a function.
21 properties 1 required
ApplicationSummary
object
Summary of an application.
15 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-functionsmanagement-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 Functions Management 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.