Send Requests

Use these guidelines when sending requests using the REST API for Oracle Communications Unified Assurance Microservices.

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.

For example, the URL for requesting the status of a discovery job is:

https://host:port/discovery/request/status/

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 objects.
POST Create objects.
PATCH Update objects partially.
PUT Update objects by replacing them.

Media Types

The Unified Assurance REST API supports the application/json media type.