From c1778929dbf61e1a2ae31f20b90fedd4f0daae2a Mon Sep 17 00:00:00 2001
From: JohnKeeney The O-RAN Non-RT RIC Policy Management Service provides a REST API for management of A1 policices. This is an API for management of A1 Policies.<\/p> API for updating and retrieval of the component configuration. Note that there other ways to maintain the configuration.<\/p> These are endpoints that are invoked by this service. The callbacks are registerred in this service at service registration.<\/p> This is an API that provides support for looking up a NearRT-RIC. Each A1 policy is targeted for one Near-RT RIC.<\/p> API used for supervision of the PMS component.<\/p> API used for registerring services that uses PMS. Each A1 policy is owned by a service. PMS can supervise each registerred service and will automatically remove policies for unavailable services.<\/p>",
+ "description": " The O-RAN Non-RT RIC Policy Management Service provides a REST API for management of A1 policies. This is an API for management of A1 Policies.<\/p> API for updating and retrieval of the component configuration. Note that there other ways to maintain the configuration.<\/p> These are endpoints that are invoked by this service. The callbacks are registered in this service at service registration.<\/p> This is an API that provides support for looking up a NearRT-RIC. Each A1 policy is targeted for one Near-RT RIC.<\/p> API used for supervision of the PMS component.<\/p> API used for registering services that uses PMS. Each A1 policy is owned by a service. PMS can supervise each registered service and will automatically remove policies for unavailable services.<\/p>",
"title": "A1 Policy management service",
"version": "1.1.0"
},
diff --git a/docs/offeredapis/swagger/pms-api.yaml b/docs/offeredapis/swagger/pms-api.yaml
index 958ec0d4..3fd496bd 100644
--- a/docs/offeredapis/swagger/pms-api.yaml
+++ b/docs/offeredapis/swagger/pms-api.yaml
@@ -2,23 +2,23 @@ openapi: 3.0.1
info:
title: A1 Policy management service
description: The O-RAN Non-RT RIC Policy Management Service provides
- a REST API for management of A1 policices.
The intention with Mananged Element identity is the ID used in O1 for accessing the traffical element (such as the ID of CU).",
+ "description": "Either a Near-RT RIC identity or a Managed Element identity can be specified.
The intention with Managed Element identity is the ID used in O1 for accessing the traffical element (such as the ID of CU).",
"operationId": "getRic",
"responses": {
"200": {
@@ -559,7 +559,7 @@
},
"/a1-policy/v2/services/{service_id}/keepalive": {"put": {
"summary": "Heartbeat indicates that the service is running",
- "description": "A registerred service must call this in regular intervals to indicate that it is in operation. Absence of this call will lead to that the service will be deregisterred and all its policies are removed.",
+ "description": "A registered service must call this in regular intervals to indicate that it is in operation. Absence of this call will lead to that the service will be deregistered and all its policies are removed.",
"operationId": "keepAliveService",
"responses": {
"200": {
@@ -798,7 +798,7 @@
"content": {"application/json": {"schema": {"$ref": "#/components/schemas/service_callback_info_v2"}}},
"required": true
},
- "description": "The URL to this call is registerred at Service registration.",
+ "description": "The URL to this call is registered at Service registration.",
"operationId": "serviceCallback",
"responses": {"200": {
"description": "OK",
@@ -867,7 +867,7 @@
"name": "Copyright (C) 2020-2022 Nordix Foundation. Licensed under the Apache License.",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
- "description": "General<\/h2>
The main tasks of the service are:<\/p>APIs provided by the service<\/h2>
A1 Policy Management<\/h3>
Management of configuration<\/h3>
Callbacks<\/h3>
NearRT-RIC Repository<\/h3>
Health Check<\/h3>
Service Registry and Supervision<\/h3>
General<\/h2>
The main tasks of the service are:<\/p>APIs provided by the service<\/h2>
A1 Policy Management<\/h3>
Management of configuration<\/h3>
Callbacks<\/h3>
NearRT-RIC Repository<\/h3>
Health Check<\/h3>
Service Registry and Supervision<\/h3>
General
The main tasks of the service
- are:
The main tasks of the service are:
This is an API for management of A1 Policies.
API for updating and retrieval of the component configuration. Note that there other ways to maintain the configuration.
These are endpoints - that are invoked by this service. The callbacks are registerred in this service + that are invoked by this service. The callbacks are registered in this service at service registration.
This is an API that provides support for looking up a NearRT-RIC. Each A1 policy is targeted for one Near-RT RIC.
API used for supervision of the PMS component.
API used for registerring services that uses PMS. - Each A1 policy is owned by a service. PMS can supervise each registerred service + Registry and Supervision
API used for registering services that uses PMS. + Each A1 policy is owned by a service. PMS can supervise each registered service and will automatically remove policies for unavailable services.
license: name: Copyright (C) 2020-2022 Nordix Foundation. Licensed under the Apache License. @@ -152,8 +152,8 @@ paths: tags: - NearRT-RIC Repository summary: Returns info for one Near-RT RIC - description: Either a Near-RT RIC identity or a Mananged Element identity can - be specified.