From 9f1d9499e4e1ca40fddffb195353148cc3271b9c Mon Sep 17 00:00:00 2001
From: PatrikBuhr 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 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\
- \ registering services that uses PMS. Each A1 policy is optionally owned by a\
- \ service. PMS can supervise each registered service by a heart-beat supervision\
+ \ provided or defined by the service 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 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 registering services that uses PMS. Each A1 policy is optionally owned by\
+ \ a service. PMS can supervise each registered service by a heart-beat supervision\
\ and will automatically remove policies for unavailable services. Note that a\
\ service does not need to be registered in order to create A1 Policies. This\
- \ is a feature that is optional to use. Provides\
- \ generic functions used to monitor and manage the Spring web application.APIs\
- \ provided by the service
A1 Policy Management
Management of configuration
Callbacks
NearRT-RIC Repository
Health Check
Service Registry and Supervision
A1 Policy Management
Management\
+ \ of configuration
Service callbacks
NearRT-RIC Repository
Health Check
Service Registry and Supervision
Spring Boot Actuator
API used\ + \ for access control of A1 Policy access. If configured, an external authorization\ + \ provider is requested to grant access to the A1 Policy type.
Provides generic functions used to monitor and manage the Spring\ + \ web application.
" license: name: Copyright (C) 2020-2023 Nordix Foundation. Licensed under the Apache License. url: http://www.apache.org/licenses/LICENSE-2.0 title: A1 Policy Management Service - version: 1.1.0 + version: 1.2.0 servers: - url: / tags: @@ -879,7 +882,7 @@ paths: description: OK summary: Callback for Near-RT RIC status tags: - - Callbacks + - Service callbacks /a1-policy/v2/services/{service_id}: delete: operationId: deleteService -- cgit 1.2.3-korg