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

The loggingManagement API from Oracle — 17 operation(s) for loggingmanagement.

Oracle Logging 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 30 operations across 17 paths, and defines 39 schemas. It is described by OpenAPI 3.2.0, at version 20200531.

Requests are made against a single base URL, https://localhost:7875/20200531.

30 operations 17 paths 39 schemas 5 DELETE13 GET8 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

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

Paths & Operations 30

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

loggingManagement 30
GET
/logGroups
Lists all log groups in the specified compartment.
ListLogGroups 8 params → 200400401404429500default
POST
/logGroups
Creates new log group.
CreateLogGroup 2 params body → 202400401404409429500default
DELETE
/logGroups/{logGroupId}
Deletes the log group configuration with the log group OCID.
DeleteLogGroup 3 params → 202400401404409412429500
GET
/logGroups/{logGroupId}
Gets the log group's configuration for the log group OCID.
GetLogGroup 2 params → 200400401404429500default
PUT
/logGroups/{logGroupId}
Updates the existing log group configuration.
UpdateLogGroup 3 params body → 202400401404409412429500
POST
/logGroups/{logGroupId}/actions/changeCompartment
Change the compartment to which this LogGroup belongs.
ChangeLogGroupCompartment 3 params body → 202400401404409412429500
GET
/logGroups/{logGroupId}/logs
Lists all log objects for the specified log group OCID belonging to a compartment or tenancy.
ListLogs 11 params → 200400401404429500default
POST
/logGroups/{logGroupId}/logs
Creates a new log object.
CreateLog 3 params body → 202400401404409429500default
DELETE
/logGroups/{logGroupId}/logs/{logId}
Deletes the log object in a log group.
DeleteLog 4 params → 202400401404409412429500
GET
/logGroups/{logGroupId}/logs/{logId}
Gets the log object configuration for the log object OCID.
GetLog 3 params → 200400401404429500default
PUT
/logGroups/{logGroupId}/logs/{logId}
Updates the existing log object configuration.
UpdateLog 4 params body → 202400401404409412429500
POST
/logGroups/{logGroupId}/logs/{logId}/actions/changeLogGroup
Change the LogGroup to which this log belongs to.
ChangeLogLogGroup 4 params body → 202400401404409412429500
GET
/logSavedSearches
Lists LogSavedSearches for this compartment.
ListLogSavedSearches 8 params → 200400401404429500default
POST
/logSavedSearches
Creates a new LogSavedSearch.
CreateLogSavedSearch 2 params body → 200400401404409429500default
DELETE
/logSavedSearches/{logSavedSearchId}
Deletes a LogSavedSearch.
DeleteLogSavedSearch 3 params → 204400401404409412429500
GET
/logSavedSearches/{logSavedSearchId}
Retrieves a LogSavedSearch.
GetLogSavedSearch 2 params → 200400401404429500default
PUT
/logSavedSearches/{logSavedSearchId}
Updates a LogSavedSearch.
UpdateLogSavedSearch 3 params body → 200400401404409412429500
POST
/logSavedSearches/{logSavedSearchId}/actions/changeCompartment
Moves a LogSavedSearch into a different compartment. When provided, the If-Match is checked against the ETag values of the resource.
ChangeLogSavedSearchCompartment 4 params body → 204400401404409412429500
GET
/unifiedAgentConfigurations
Lists all unified agent configurations in the specified compartment.
ListUnifiedAgentConfigurations 11 params → 200400401404429500default
POST
/unifiedAgentConfigurations
Post unified agent configuration.
CreateUnifiedAgentConfiguration 2 params body → 202400401404409429500default
DELETE
/unifiedAgentConfigurations/{unifiedAgentConfigurationId}
Delete unified agent configuration.
DeleteUnifiedAgentConfiguration 3 params → 202400401404409412429500
GET
/unifiedAgentConfigurations/{unifiedAgentConfigurationId}
Get the unified agent configuration.
GetUnifiedAgentConfiguration 2 params → 200400401404429500default
PUT
/unifiedAgentConfigurations/{unifiedAgentConfigurationId}
Updates an existing unified agent configuration.
UpdateUnifiedAgentConfiguration 3 params body → 202400401404409412429500
POST
/unifiedAgentConfigurations/{unifiedAgentConfigurationId}/actions/changeCompartment
Change the unified agent configuration compartment.
ChangeUnifiedAgentConfigurationCompartment 4 params body → 202400401404409412429500
GET
/v2/registry/services
Lists all services that support logging.
ListServices 1 param → 200401404429500default
GET
/workRequests
List the work requests.
ListWorkRequests 8 params → 200400401404429500default
DELETE
/workRequests/{workRequestId}
Cancel a work request.
DeleteWorkRequest 3 params → 202400401404409412429500
GET
/workRequests/{workRequestId}
Get the Work Request Details.
GetWorkRequest 2 params → 200400401404429500default
GET
/workRequests/{workRequestId}/errors
Lists work request errors.
ListWorkRequestErrors 4 params → 200400401404429500default
GET
/workRequests/{workRequestId}/logs
Lists work request logs.
ListWorkRequestLogs 4 params → 200400401404429500default

Schemas 39

The contract defines 39 schemas that model the data the API accepts and returns. The most detailed are Log (14 properties), LogSummary (13 properties), UnifiedAgentConfiguration (13 properties), UnifiedAgentConfigurationSummary (12 properties). Each schema is shown below with its type and property counts.

GroupAssociationDetails
object
Groups using the configuration.
1 property
UpdateLogDetails
object
Update log object properties.
6 properties
Configuration
object
Log object configuration.
3 properties 1 required
CreateLogSavedSearchDetails
object
A LogSavedSearch that can be used to save and share a given search result.
6 properties 3 required
CreateUnifiedAgentConfigurationDetails
object
Unified Agent configuration creation object.
8 properties 3 required
WorkRequestError
object
An error encountered while executing a work request.
3 properties 3 required
Source
object
The source the log object comes from.
1 property 1 required
WorkRequestSummary
object
A summary of a work request.
9 properties
WorkRequest
object
A work request.
9 properties 7 required
UpdateConfigurationDetails
object
The updatable configuration properties.
2 properties 1 required
ChangeLogLogGroupDetails
object
Contains details indicating which log group the log should move to.
1 property
UnifiedAgentConfigurationCollection
object
Results of a UnifiedAgentConfiguration search. Contains UnifiedAgentConfigurationSummary items.
1 property 1 required
UnifiedAgentServiceConfigurationDetails
object
Top level Unified Agent service configuration object.
1 property 1 required
LogSavedSearchSummary
object
A summary of a LogSavedSearch that can be used to save and share a given search result.
10 properties 3 required
ChangeUnifiedAgentConfigurationCompartmentDetails
object
Contains details indicating which compartment the resource should move to.
1 property
WorkRequestLog
object
A log message from the execution of a work request.
2 properties 2 required
ResourceType
object
Type of resource that a service provides.
2 properties
LogSavedSearchSummaryCollection
object
A collection of LogSavedSearchSummary items.
1 property 1 required
LogGroup
object
Represents a LogGroup object.
9 properties 3 required
LogGroupSummary
object
Log group configuration summary.
9 properties 3 required
ChangeLogGroupCompartmentDetails
object
Contains details indicating which compartment the resource should move to.
1 property
Error
object
An error has occurred.
2 properties 2 required
LogSummary
object
Log object configuration summary.
13 properties 5 required
Archiving
object
Log archiving configuration.
1 property
UpdateLogGroupDetails
object
The details to update a log group.
4 properties
UpdateUnifiedAgentConfigurationDetails
object
Update Object for the Unified Agent configuration.
7 properties 3 required
ChangeLogSavedSearchCompartmentDetails
object
Contains details indicating which compartment the resource should move to.
1 property 1 required
UnifiedAgentConfiguration
object
Top Unified Agent configuration object.
13 properties 8 required
UpdateLogSavedSearchDetails
object
The update details to update a LogSavedSearch.
5 properties
LogSavedSearch
object
A LogSavedSearch that can be used to save and share a given search result.
10 properties 4 required
ServiceSummary
object
Summary of services that are integrated with public logging.
7 properties 5 required
CreateLogDetails
object
The details to create a log object.
7 properties 2 required
Category
object
Categories for resources.
3 properties
Log
object
Represents a log object.
14 properties 5 required
Parameter
object
Parameters that a resource category supports.
4 properties 2 required
WorkRequestResource
object
A resource created or operated on by a work request.
4 properties 3 required
SourceUpdateDetails
object
Source updated configuration.
1 property
CreateLogGroupDetails
object
The details to create a log group.
5 properties 2 required
UnifiedAgentConfigurationSummary
object
Unified Agent configuration summary object returned by the list API.
12 properties 7 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-loggingmanagement-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 Logging 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.