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 Analytics API

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

Oracle Analytics API is one of 378 APIs that Oracle publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Analytics. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 24 operations across 17 paths, and defines 25 schemas. It is described by OpenAPI 3.2.0, at version 20190331.

Requests are made against a single base URL, /20190331.

24 operations 17 paths 25 schemas 4 DELETE7 GET10 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

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

Paths & Operations 24

Across 17 paths, the API surfaces 24 operations — 4 DELETE, 7 GET, 10 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

analytics 24
GET
/analyticsInstances
List Analytics instances.
ListAnalyticsInstances 10 params → 200400401404429500default
POST
/analyticsInstances
Create an Analytics instance.
CreateAnalyticsInstance 2 params body → 201400401404409412429500
DELETE
/analyticsInstances/{analyticsInstanceId}
Delete an Analytics instance.
DeleteAnalyticsInstance 4 params → 204400401404409412429500
GET
/analyticsInstances/{analyticsInstanceId}
Retrieve Analytics instance metadata.
GetAnalyticsInstance 2 params → 200400401404429500default
PUT
/analyticsInstances/{analyticsInstanceId}
Update an Analytics instance.
UpdateAnalyticsInstance 3 params body → 200400401404409412429500
POST
/analyticsInstances/{analyticsInstanceId}/actions/changeCompartment
Change the compartment of an Analytics instance.
ChangeAnalyticsInstanceCompartment 4 params body → 202400401404409412429500
POST
/analyticsInstances/{analyticsInstanceId}/actions/changeNetworkEndpoint
Change an Analytics instance network endpoint.
ChangeAnalyticsInstanceNetworkEndpoint 4 params body → 202400401404409412429500
POST
/analyticsInstances/{analyticsInstanceId}/actions/scale
Scale an Analytics instance up or down.
ScaleAnalyticsInstance 4 params body → 202400401404409412429500
POST
/analyticsInstances/{analyticsInstanceId}/actions/setFeatureBundle
Set the feature bundle of an Analytics instance.
SetFeatureBundle 4 params body → 202400401404409412429500
POST
/analyticsInstances/{analyticsInstanceId}/actions/setKmsKey
Encrypts customer data with an OCI Vault key or reverts back to Oracle managed key.
SetKmsKey 4 params body → 202400401404409412429500
POST
/analyticsInstances/{analyticsInstanceId}/actions/start
Starts the specified Analytics instance.
StartAnalyticsInstance 4 params → 202400401404409412429500
POST
/analyticsInstances/{analyticsInstanceId}/actions/stop
Stop the specified Analytics instance.
StopAnalyticsInstance 4 params → 202400401404409412429500
POST
/analyticsInstances/{analyticsInstanceId}/privateAccessChannels
Create a Private access Channel for the Analytics instance.
CreatePrivateAccessChannel 3 params body → 202400401404409412429500
DELETE
/analyticsInstances/{analyticsInstanceId}/privateAccessChannels/{privateAccessChannelKey}
Delete an Analytics instance's Private access channel with the given unique identifier key.
DeletePrivateAccessChannel 5 params → 204400401404409412429500
GET
/analyticsInstances/{analyticsInstanceId}/privateAccessChannels/{privateAccessChannelKey}
Retrieve private access channel in the specified Analytics Instance.
GetPrivateAccessChannel 3 params → 200400401404429500default
PUT
/analyticsInstances/{analyticsInstanceId}/privateAccessChannels/{privateAccessChannelKey}
Update the Private Access Channel.
UpdatePrivateAccessChannel 5 params body → 202400401404409412429500
POST
/analyticsInstances/{analyticsInstanceId}/vanityUrls
Create a vanity URL for the Analytics Instance.
CreateVanityUrl 3 params body → 202400401404409412429500
DELETE
/analyticsInstances/{analyticsInstanceId}/vanityUrls/{vanityUrlKey}
Delete a vanity URL for the Analytics Instance.
DeleteVanityUrl 5 params → 202400401404409412429500
PUT
/analyticsInstances/{analyticsInstanceId}/vanityUrls/{vanityUrlKey}
Upload a new certificate for a vanity url.
UpdateVanityUrl 5 params body → 202400401404409412429500
GET
/workRequests
List all work requests.
ListWorkRequests 9 params → 200400401404429500default
DELETE
/workRequests/{workRequestId}
Cancel a work request.
DeleteWorkRequest 3 params → 204400401404409412429500
GET
/workRequests/{workRequestId}
Get work request details.
GetWorkRequest 2 params → 200400401404429500default
GET
/workRequests/{workRequestId}/errors
Get work request errors.
ListWorkRequestErrors 4 params → 200400401404429500default
GET
/workRequests/{workRequestId}/logs
Get work request logs.
ListWorkRequestLogs 4 params → 200400401404429500default

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. The most detailed are AnalyticsInstance (22 properties), CreateAnalyticsInstanceDetails (16 properties), AnalyticsInstanceSummary (16 properties), WorkRequest (9 properties). Each schema is shown below with its type and property counts.

Capacity
object
Service instance capacity metadata (e.g.: OLPU count, number of users, ...etc...).
2 properties 2 required
NetworkEndpointDetails
object
Base representation of a network endpoint.
1 property 1 required
Error
object
2 properties 2 required
UpdateAnalyticsInstanceDetails
object
Input payload to update an Analytics instance. Fields that are not provided will not be updated.
6 properties
CreateAnalyticsInstanceDetails
object
Input payload to create an Anaytics instance.
16 properties 5 required
PrivateAccessChannel
object
Analytics Instance Private Access Channel model.
9 properties 6 required
ChangeCompartmentDetails
object
Input payload to change a resource's compartment.
1 property 1 required
CreateVanityUrlDetails
object
Input payload to create a vanity url.
6 properties 4 required
SetKmsKeyDetails
object
Input payload to reset the OCI Vault encryption key.
1 property 1 required
SetFeatureBundleDetails
object
Input payload for the feature set of an Analytics instance.
1 property
PrivateSourceDnsZone
object
Private source DNS Zone model.
2 properties 1 required
CreatePrivateAccessChannelDetails
object
Input payload to create a Private Access Channel.
6 properties 4 required
WorkRequestResource
object
5 properties 4 required
VanityUrlDetails
object
Vanity url configuration details.
5 properties
UpdatePrivateAccessChannelDetails
object
Input payload to update a Private Access Channel.
6 properties
WorkRequest
object
An asynchronous work request.
9 properties 7 required
WorkRequestLog
object
Log entries related to a specific work request.
2 properties 2 required
ScaleAnalyticsInstanceDetails
object
Input payload to scale an Analytics instance up or down.
1 property 1 required
UpdateVanityUrlDetails
object
Input payload to update a vanity url.
4 properties 3 required
PrivateSourceScanHost
object
Private source Scan Hostname model.
3 properties 2 required
AnalyticsInstance
object
Analytics Instance metadata.
22 properties 8 required
ChangeAnalyticsInstanceNetworkEndpointDetails
object
Input payload to update an Analytics instance endpoint details.
1 property 1 required
WorkRequestSummary
object
An asynchronous work request.
8 properties 6 required
WorkRequestError
object
Error encountered during the execution of a work request.
3 properties 3 required
AnalyticsInstanceSummary
object
Analytics Instance metadata (summary view).
16 properties 8 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-analytics-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 Analytics 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.