O-RAN notes(11)---Bronze nonrtric/ricplt IoT using A1 for Policy Management(2)

本文继续探讨如何使用A1-Policy-Agent和A1-Controller管理O-RAN非实时RAN的策略。首先介绍了在nonrtric中查找Policy-Agent的IP和端口,创建Service和Policy实例。然后通过A1-Controller创建新的策略实例,并检查其状态。A1-Policy-Agent和A1-Controller的RESTful及RESTCONF API也被详细说明。
摘要由CSDN通过智能技术生成

(continued)

Let's continue with the 3rd topic:

(3) HOW-TO: manage Policy using Policy-Agent(aka, the policymanagementservice) 

refer to: https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric/en/latest/policy-agent-api.html 

Below is a list of A1-Policy-Agent RESTful APIs:

Catagory RESTful API Paramters Body
Service API PUT /service   (Required)
A JSON object (ServiceRegistrationInfo):
{
  "callbackUrl": "string",         (An empty string means the service will never get any callbacks.)
  "keepAliveIntervalSeconds": 0,   (0 means the service will always be considered alive.)
  "serviceName": "string"          (Required, must be unique.)
}
GET /services?name=<service-name> name: (Optional)
The name of the service.
 
DELETE /services?name=<service-name> name: (Required)
The name of the service.
 
PUT /services/keepalive?name=<service-name> name: (Required)
The name of the service.
 
Policy API GET /policy_types?ric=<name-of-ric> ric: (Optional)
The name of the NearRT RIC to get types for.
 
GET /policy_s
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值