Previous Next

Send Requests

Use the following guidelines when sending requests using the Oracle Business Activity Monitoring REST API.

URL Structure

Access the Oracle Business Activity Monitoring REST resources using the following URL structure:
https://example.com/bam/api/1.0
Where:
  • example.com - Host where Oracle Business Activity Monitoring is running.

    You use the same host to access the Oracle Business Activity Monitoring REST API as you do to access Oracle Business Activity Monitoring itself.

    All the examples in this document use example.com as the host for brevity.

  • /bam/api/1.0/ - Fixed prefix for Oracle Business Activity Monitoring REST resources. For a complete list of resources, see REST Endpoints.

Supported Methods

You can perform basic CRUD operations (create, read, update, and delete) on Oracle Business Activity Monitoring using standard HTTP method requests, as summarized in the following table.

HTTP Method Description
GET Retrieve information about the project name, data object, dashboard, and so on.
POST Retrieve the records which are by obtained by filtering the query results based on groups, parameters or filters

Media Types

The following media types are supported by the BAM REST API:

  • application/json