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 Ocb Agent Svc API

The ocbAgentSvc API from Oracle — 13 operation(s) for ocbagentsvc.

Oracle Ocb Agent Svc 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 22 operations across 13 paths, and defines 25 schemas. It is described by OpenAPI 3.2.0, at version 20220509.

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

22 operations 13 paths 25 schemas 3 DELETE8 GET8 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

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

Paths & Operations 22

Across 13 paths, the API surfaces 22 operations — 3 DELETE, 8 GET, 8 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

ocbAgentSvc 22
GET
/agentDependencies
Gets a list of all AgentDependencies in a compartment.
ListAgentDependencies 10 params → 200400401404429500default
POST
/agentDependencies
Creates an AgentDependency.
CreateAgentDependency 2 params body → 202400401404409429500default
DELETE
/agentDependencies/{agentDependencyId}
Deletes a provisioned AgentDependency.
DeleteAgentDependency 3 params → 204400401404409412429500
GET
/agentDependencies/{agentDependencyId}
Gets an AgentDependency.
GetAgentDependency 2 params → 200400401404429500default
PUT
/agentDependencies/{agentDependencyId}
Updates the AgentDependency identified by the ID.
UpdateAgentDependency 4 params body → 202400401404405409412429
POST
/agentDependencies/{agentDependencyId}/actions/changeCompartment
Moves a resource into a different compartment.
ChangeAgentDependencyCompartment 4 params body → 204401404409412429500
GET
/agents
Gets a list of all Agents in a compartment.
ListAgents 10 params → 200400401404429500default
POST
/agents
Creates an Agent.
CreateAgent 2 params body → 200400401404409429500default
DELETE
/agents/{agentId}
Deletes a provisioned Agent.
DeleteAgent 4 params → 204400401404409412429500
GET
/agents/{agentId}
Gets an Agent.
GetAgent 2 params → 200400401404429500default
PUT
/agents/{agentId}
Updates the Agent identified by the ID.
UpdateAgent 4 params body → 200400401404405409412429
POST
/agents/{agentId}/actions/changeCompartment
Moves a resource into a different compartment.
ChangeAgentCompartment 4 params body → 202401404405409412429500
GET
/agents/{agentId}/plugins/{pluginName}
Gets a plugin by identifier.
GetPlugin 3 params → 200400401404429500default
GET
/applianceImages
Gets a list of all Appliance Images.
ListApplianceImages 7 params → 200400401404429500default
GET
/environments
Gets a list of all source environments in a compartment.
ListEnvironments 9 params → 200400401404429500default
POST
/environments
Creates source environment.
CreateEnvironment 2 params body → 200400401404409429500default
DELETE
/environments/{environmentId}
Deletes a provisioned source environment.
DeleteEnvironment 3 params → 204400401404409412429500
GET
/environments/{environmentId}
Gets a source environment.
GetEnvironment 2 params → 200400401404429500default
PUT
/environments/{environmentId}
Updates the source environment identified by the id ID.
UpdateEnvironment 4 params body → 200400401404405409412429
POST
/environments/{environmentId}/actions/addAgentDependency
Add a dependency to the environment.
AddAgentDependency 4 params body → 200401404409412429500
POST
/environments/{environmentId}/actions/changeCompartment
Moves a resource into a different compartment.
ChangeEnvironmentCompartment 4 params body → 202401404409412429500
POST
/environments/{environmentId}/actions/removeAgentDependency
Adds a dependency to the source environment.
RemoveAgentDependency 4 params body → 200401404409412429500

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. The most detailed are Agent (19 properties), AgentDependency (17 properties), AgentDependencySummary (17 properties), AgentSummary (16 properties). Each schema is shown below with its type and property counts.

EnvironmentSummary
object
Summary of a source environment.
10 properties 7 required
ApplianceImageSummary
object
Description of the ApplianceImage.
14 properties 11 required
PluginSummary
object
Summary of the plugin in an Agent.
9 properties 7 required
UpdateAgentDependencyDetails
object
The information about new AgentDependency.
10 properties
CreateEnvironmentDetails
object
The information about the new source environment.
4 properties 1 required
AddAgentDependencyDetails
object
The information to be updated.
1 property 1 required
CreateAgentDetails
object
Information about the new Agent.
8 properties 6 required
ChangeEnvironmentCompartmentDetails
object
The information to be updated.
1 property 1 required
AgentDependency
object
Description of the AgentDependency, which is a sub-resource of the external environment.
17 properties 7 required
ChangeAgentDependencyCompartmentDetails
object
The information to be updated.
1 property 1 required
RemoveAgentDependencyDetails
object
The information to be updated.
1 property 1 required
Plugin
object
Description of plugin
11 properties 5 required
Environment
object
Description of the source environment.
10 properties 7 required
AgentDependencySummary
object
Description of the AgentDependency, which is a sub-resource of the external environment.
17 properties 7 required
Agent
object
Description of Agent.
19 properties 11 required
CreateAgentDependencyDetails
object
The information about new AgentDependency.
11 properties 6 required
ApplianceImageCollection
object
Results of an ApplianceImage search.
1 property 1 required
Error
object
Error Information.
2 properties 2 required
AgentSummary
object
Summary of the Agent.
16 properties 13 required
AgentCollection
object
Displays results of an Agent search. Contains both AgentSummary items and other information, such as metadata.
1 property 1 required
AgentDependencyCollection
object
Results of an AgentDependency list. Contains both AgentDependency items and other information, such as metadata.
1 property 1 required
EnvironmentCollection
object
Results of an environment search. Contains both EnvironmentSummary items and other information, such as metadata.
1 property 1 required
ChangeAgentCompartmentDetails
object
The information to be updated.
1 property 1 required
UpdateAgentDetails
object
The information to be updated.
3 properties
UpdateEnvironmentDetails
object
The information to be updated.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-ocbagentsvc-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 Ocb Agent Svc 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.