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 Apm Synthetic API

The apmSynthetic API from Oracle — 13 operation(s) for apmsynthetic.

Oracle Apm Synthetic 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 28 operations across 13 paths, and defines 54 schemas. It is described by OpenAPI 3.2.0, at version 20200630.

Requests are made against 2 base URLs: http://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630, https://apm-synthetic.{region}.oci.{secondLevelDomain}/20200630.

28 operations 13 paths 54 schemas 5 DELETE12 GET6 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

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

Paths & Operations 28

Across 13 paths, the API surfaces 28 operations — 5 DELETE, 12 GET, 6 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

apmSynthetic 28
GET
/dedicatedVantagePoints
List dedicated vantage points specified in an APM domain.
ListDedicatedVantagePoints 9 params → 200400401403404429500default
POST
/dedicatedVantagePoints
Registers a new dedicated vantage point in the specified APM domain.
CreateDedicatedVantagePoint 3 params body → 200400401403404409429500
DELETE
/dedicatedVantagePoints/{dedicatedVantagePointId}
Deregisters a dedicated vantage point resource by OCID.
DeleteDedicatedVantagePoint 4 params → 204400401403404412429500
GET
/dedicatedVantagePoints/{dedicatedVantagePointId}
Gets the details of the dedicated vantage point identified by the OCID.
GetDedicatedVantagePoint 3 params → 200400401403404429500default
PUT
/dedicatedVantagePoints/{dedicatedVantagePointId}
Update the dedicated vantage point identified by the OCID.
UpdateDedicatedVantagePoint 4 params body → 200400401403404409412429
GET
/monitors
List monitors specified in an APM domain.
ListMonitors 13 params → 200400401403404429500default
POST
/monitors
Creates a new monitor in the specified in an APM domain.
CreateMonitor 3 params body → 200400401403404409429500
DELETE
/monitors/{monitorId}
Deletes a monitor resource by the OCID.
DeleteMonitor 4 params → 204400401403404412429500
GET
/monitors/{monitorId}
Get the configuration of the monitor identified by the OCID.
GetMonitor 3 params → 200400401403404429500default
PUT
/monitors/{monitorId}
Update the monitor identified by the OCID.
UpdateMonitor 4 params body → 200400401403404409412429
POST
/monitors/{monitorId}/actions/aggregateNetworkData
Gets aggregated network data for given executions.
AggregateNetworkData 4 params body → 200400401404409429500default
GET
/monitors/{monitorId}/results/{executionTime}
Get monitor result(har, screenshot, log, network, diagnostics or script) identified by the execution time of the monitor identified by the OCID.
GetMonitorResult 7 params → 200400401403404429500default
GET
/onPremiseVantagePoints
List On-premise vantage points specified in an APM domain.
ListOnPremiseVantagePoints 8 params → 200400401403404429500default
POST
/onPremiseVantagePoints
Registers a new On-premise vantage point in the specified APM domain.
CreateOnPremiseVantagePoint 3 params body → 200400401403404409429500
DELETE
/onPremiseVantagePoints/{onPremiseVantagePointId}
Deregisters an On-premise vantage point resource by OCID.
DeleteOnPremiseVantagePoint 4 params → 204400401403404412429500
GET
/onPremiseVantagePoints/{onPremiseVantagePointId}
Gets the details of the On-premise vantage point identified by the OCID.
GetOnPremiseVantagePoint 3 params → 200400401403404429500default
PUT
/onPremiseVantagePoints/{onPremiseVantagePointId}
Update the On-premise vantage point identified by the OCID.
UpdateOnPremiseVantagePoint 4 params body → 200400401403404409412429
GET
/onPremiseVantagePoints/{onPremiseVantagePointId}/workers/
List workers for specified On-premise vantage point specified in an APM domain.
ListWorkers 11 params → 200400401403404429500default
POST
/onPremiseVantagePoints/{onPremiseVantagePointId}/workers/
Registers a new worker for the specified On-premise vantage point in the specified APM domain.
CreateWorker 4 params body → 200400401403404409429500
DELETE
/onPremiseVantagePoints/{onPremiseVantagePointId}/workers/{workerId}
Deregisters a worker resource by OCID.
DeleteWorker 5 params → 204400401403404412429500
GET
/onPremiseVantagePoints/{onPremiseVantagePointId}/workers/{workerId}
Gets the details of the worker identified by the OCID.
GetWorker 4 params → 200400401403404429500default
PUT
/onPremiseVantagePoints/{onPremiseVantagePointId}/workers/{workerId}
Updates the worker identified by the OCID.
UpdateWorker 5 params body → 200400401403404409412429
GET
/publicVantagePoints
List public vantage points specified in an APM domain.
ListPublicVantagePoints 8 params → 200400401403404429500default
GET
/scripts
List scripts specified in an APM domain.
ListScripts 8 params → 200400401403404429500default
POST
/scripts
Creates a new script in the given APM domain.
CreateScript 3 params body → 200400401403404409429500
DELETE
/scripts/{scriptId}
Delete the script resource identified by OCID.
DeleteScript 4 params → 204400401403404412429500
GET
/scripts/{scriptId}
Get the configuration of the script identified by the OCID.
GetScript 3 params → 200400401403404429500default
PUT
/scripts/{scriptId}
Update the script identified by the OCID.
UpdateScript 4 params body → 200400401403404409412429

Schemas 54

The contract defines 54 schemas that model the data the API accepts and returns. The most detailed are Monitor (27 properties), MonitorSummary (24 properties), CreateMonitorDetails (19 properties), Worker (19 properties). Each schema is shown below with its type and property counts.

CreateScriptDetails
object
Details of the request body used to create a new script. Only Side, JavaScript and Playwright TypeScript content types are supported and content should be in S…
7 properties 3 required
Error
object
Details of an error that occurred.
2 properties 2 required
CreateMonitorDetails
object
Details of the request body used to create a new monitor.
19 properties 4 required
DvpStackDetails
object
Details of a Dedicated Vantage Point (DVP) stack in Resource Manager.
2 properties 2 required
PublicVantagePointCollection
object
The results of a public vantage point search, which contains PublicVantagePointSummary items and other data in an APM domain.
1 property 1 required
DedicatedVantagePointSummary
object
Information about dedicated vantage points.
11 properties 7 required
OnPremiseVantagePointSummary
object
Information about On-premise vantage point.
10 properties 5 required
UpdateDedicatedVantagePointDetails
object
Details of the request body used to update a dedicated vantage point.
5 properties
MonitorResult
object
The monitor result for a specific execution.
6 properties 1 required
ScriptParameterInfo
object
Information about script parameters. isOverwritten specifies that the default parameter present in the script content is overwritten.
2 properties 2 required
UpdateScriptDetails
object
Details of the request body used to update a script. Only Side, JavaScript and Playwright TypeScript content types are supported and content should be in Side,…
7 properties
WorkerCollection
object
The results of an On-premise VP worker search, which contains WorkerSummary items and other data in an APM domain.
1 property 1 required
AggregateNetworkDataDetails
object
Details of the vantage point and corresponding execution times.
1 property 1 required
CreateOnPremiseVantagePointDetails
object
Details of the request body used to create a new On-premise vantage point.
5 properties 1 required
VantagePointInfo
object
Details of the vantage point.
3 properties 2 required
MaintenanceWindowSchedule
object
Details required to schedule maintenance window.
2 properties
ScriptCollection
object
The results of a script search, which contains both ScriptSummary items and other data in an APM domain.
1 property 1 required
AggregatedNetworkData
object
Details of the aggregated network data.
5 properties 1 required
MonitorConfiguration
object
Details of monitor configuration.
3 properties
AvailabilityConfiguration
object
Monitor availability configuration details.
2 properties
Script
object
The information about the script.
13 properties 4 required
IdentityInfoDetails
object
Domain details of the On-premise VP worker.
3 properties 3 required
DedicatedVantagePoint
object
The information about a dedicated vantage point.
11 properties 7 required
ScriptSummary
object
Information about the script.
8 properties 4 required
VantagePointNode
object
Details of the vantage point node.
5 properties 1 required
WorkersSummary
object
Details of the workers in a specific On-premise vantage point.
6 properties 6 required
UpdateMonitorDetails
object
Details of the request body used to update a monitor.
18 properties
MonitorResultData
object
Details of the monitor result data.
4 properties
Link
object
Details of the link between two nodes.
9 properties 1 required
GeoSummary
object
Geographic summary of a vantage point.
6 properties
Node
object
Details of the network node.
10 properties 1 required
DedicatedVantagePointCollection
object
The results of a dedicated vantage point search, which contains DedicatedVantagePointSummary items and other data in an APM domain.
1 property 1 required
OnPremiseVantagePointCollection
object
The results of an On-premise vantage point search, which contains OnPremiseVantagePointSummary items and other data in an APM domain.
1 property 1 required
OnPremiseVpWorkerVersionDetails
object
Image version details of the On-premise VP worker.
3 properties 3 required
MonitorSummary
object
Information about the monitor.
24 properties 14 required
CreateDedicatedVantagePointDetails
object
Details of the request body used to create a new dedicated vantage point.
6 properties 3 required
DnsConfiguration
object
Information about the DNS settings.
2 properties
Monitor
object
The information about a monitor.
27 properties 14 required
AvailableCapability
object
Available capability in a specific On-premise vantage point.
2 properties 2 required
Worker
object
The information about an On-premise VP worker.
19 properties 10 required
ScriptParameter
object
Details of the script parameters, paramName must be from the script content and these details can be used to overwrite the default parameter present in the scr…
3 properties 1 required
WorkerSummary
object
Information about On-premise VP worker.
15 properties 7 required
WorkerMonitorList
object
Details of the monitor assigned to an On-premise vantage point worker.
5 properties 3 required
MonitorScriptParameter
object
Details of the script parameter that can be used to overwrite the parameter present in the script.
2 properties 2 required
OnPremiseVantagePoint
object
The information about an On-premise vantage point.
10 properties 5 required
MonitorCollection
object
The results of a monitor search, which contains both MonitorSummary items and other data in an APM domain.
1 property 1 required
CreateWorkerDetails
object
Details of the request body used to create a new worker for an On-premise vantage point.
9 properties 3 required
UpdateOnPremiseVantagePointDetails
object
Details of the request body used to update an On-premise vantage point.
3 properties
UpdateWorkerDetails
object
Details of the request body used to update an On-premise VP worker.
5 properties
MonitorStatusCountMap
object
Details of the monitor count per state. Example: { "total" : 5, "enabled" : 3 , "disabled" : 2, "invalid" : 0 }
4 properties 4 required
MonitorScriptParameterInfo
object
Details of the script parameters in the monitor. isOverwritten specifies that the script parameters are overwritten in the monitor. If the user overwrites the…
3 properties 3 required
VantagePointExecution
object
Details of a vantage point execution.
2 properties
PublicVantagePointSummary
object
Information about public vantage points.
3 properties 2 required
AggregatedNetworkDataResult
object
The aggregated network results.
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-apmsynthetic-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 Apm Synthetic 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.