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

@@ -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