1
0
This commit is contained in:
2023-09-08 14:04:30 +08:00
parent 333579a5de
commit 6a5dcbf81f
3 changed files with 23 additions and 2 deletions

View File

@@ -412,4 +412,6 @@ logger:
## 5 管理核心网系统
通过浏览器输入:[http://192.168.0.229:8888](http://192.168.0.229:8888)
通过浏览器输入:[http://192.168.0.229:8888](http://192.168.0.229:8888) nginx代理模式
http://192.168.0.229:8080 (非nginx代理模式)

View File

@@ -13,6 +13,7 @@
```Tips
** elementTypeValue=smf/amf/..查询的网元网元类型
```
* Method:
GET
@@ -20,7 +21,7 @@
NF -> OMC BE的json结构
```
```json
type SysState struct {
HostName string `json:"hostName"` // linux命令: hostname
OsInfo string `json:"osInfo"` // linux命令: uname -a
@@ -236,6 +237,7 @@
```uri
/api/rest/faultManagement/v1/elementType/{elementTypeValue}/objectType/alarms
```
* Method
POST

View File

@@ -0,0 +1,17 @@
2023.09.04
1. 系统状态
2. 故障管理
3. 配置管理
4. 性能管理
5. 操作维护
6. 跟踪管理
7. 日志管理
8. 安全管理
9. 系统管理
2023.09.07
1. mml权限问题
2.