Send Requests

Use these guidelines when sending requests using the Oracle Communication Unified Assurance REST API.

URL Structure

The URL structure for the requests is:

https://host:port/resource-path
Where:
  • host:port: Host and port where Unified Assurance is running.

  • resource-path: Relative path that defines the resource.

Supported Methods

You can perform basic CRUD operations (create, read, update, and delete) on a resource by using standard HTTP method requests, as summarized in the following table.

HTTP Method Description
GET Retrieve information about devices or performance.
POST Create a device.
PUT Update a device.
DELETE Delete a device.

Media Types

The following media types are supported by the Unified Assurance REST API:

  • application/json