Offered APIs

Introduction

The north-bound REST API of the A1 Policy Management Service provides convenient methods to handle A1 policies.

Overall architecture for O-RAN A1 Policy functions

This picture provides a overview of ONAP’s A1 Controller architecture, integration with other ONAP components and API resource/operation provided.

../_images/ONAP-A1ControllerArchitecture.png

API Version

APIs are described with a state version with “v” following the API Name, e.g.: v2/policy. The schema associated with a REST API must have its version number aligned with that of the REST API.

API Table

API name

swagger-icon

yaml-icon

A1 Policy Management Service API (NBI)

link

link

A1 ADAPTER API (Internal)

link

link

A1 Policy Management Service API

The A1 Policy Management Service API is described in more detail in A1 Policy Management Service API (html)

A1 ADAPTER API

The O-RAN A1 Adapter provides an internal RESTCONF API that is used by the A1 Policy Management System when accessing the A1 Interface. This API is useful for test and verification but should not be used otherwise.

The A1 Adapter API is described in more detail in A1 ADAPTER API (html)