1
0
Files
build.ems/docs/interfaces/11-CN-NF http restful openapi swagger v1.10.json
2024-01-16 09:56:26 +08:00

5058 lines
157 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"openapi": "3.0.1",
"info": {
"title": "OMC",
"description": "OMC HTTP Restful API Interfaces",
"version": "1.0.0"
},
"tags": [
{
"name": "核心网 HTTP RESTful API 服务接口"
},
{
"name": "核心网 HTTP RESTful API 服务接口/NEs' State"
},
{
"name": "核心网 HTTP RESTful API 服务接口/Alarm"
},
{
"name": "核心网 HTTP RESTful API 服务接口/Performance"
},
{
"name": "核心网 HTTP RESTful API 服务接口/Performance/KPI report"
},
{
"name": "核心网 HTTP RESTful API 服务接口/Performance/Measure Task"
},
{
"name": "核心网 HTTP RESTful API 服务接口/Performance/Measure Task Data"
},
{
"name": "核心网 HTTP RESTful API 服务接口/Performance/Measure Report"
},
{
"name": "核心网 HTTP RESTful API 服务接口/Configuration"
},
{
"name": "核心网 HTTP RESTful API 服务接口/Configuration/NE Management"
},
{
"name": "核心网 HTTP RESTful API 服务接口/Configuration/Parameter config"
},
{
"name": "核心网 HTTP RESTful API 服务接口/UE Management"
},
{
"name": "核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules"
},
{
"name": "核心网 HTTP RESTful API 服务接口/UE Management/N3IWF Online User"
},
{
"name": "核心网 HTTP RESTful API 服务接口/UE Management/NodeB Information"
},
{
"name": "核心网 HTTP RESTful API 服务接口/UE Management/IMS Online User"
},
{
"name": "核心网 HTTP RESTful API 服务接口/UE Management/SMF Online User"
},
{
"name": "核心网 HTTP RESTful API 服务接口/UE Management/NSSF Available AMF and Subscription"
}
],
"paths": {
"/api/rest/faultManagement/v1/elementType/{elementTypeValue}/objectType/alarms": {
"get": {
"summary": "Sync Alarms from NE",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Alarm",
"x-apifox-status": "released",
"deprecated": false,
"description": "Sync alarms from NF",
"tags": [
"核心网 HTTP RESTful API 服务接口/Alarm"
],
"parameters": [
{
"name": "elementTypeValue",
"in": "path",
"description": "网元类型",
"required": true,
"example": "smf",
"schema": {
"type": "string"
}
},
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "33bf9e86-2a05-8377-4619-bb01b0a8e18e",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
},
"x-200:NULL Alarm": {
"description": "NULL Alarm",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-ignore-properties": [],
"x-apifox-orders": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130807945-run",
"security": []
}
},
"/api/rest/systemManagement/v1/elementType/{elementTypeValue}/objectType/systemState": {
"get": {
"summary": "Get NE System State",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/NEs' State",
"x-apifox-status": "released",
"deprecated": false,
"description": "获取网元系统状态信息",
"tags": [
"核心网 HTTP RESTful API 服务接口/NEs' State"
],
"parameters": [
{
"name": "elementTypeValue",
"in": "path",
"description": "",
"required": true,
"example": "omc",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": false,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"hostName": {
"type": "string",
"description": "主机名"
},
"osInfo": {
"type": "string",
"description": "操作系统信息"
},
"dbInfo": {
"type": "string",
"description": "数据库信息"
},
"ipAddr": {
"type": "array",
"items": {
"type": "string"
},
"description": "IP地址列表"
},
"port": {
"type": "integer",
"description": "端口"
},
"version": {
"type": "string",
"description": "版本"
},
"capability": {
"type": "integer",
"description": "容量"
},
"serialNum": {
"type": "string",
"description": "序列号"
},
"expiryDate": {
"type": "string",
"description": "过期时间"
},
"cpuUsage": {
"type": "object",
"properties": {
"nfCpuUsage": {
"type": "integer",
"description": "网元CPU占用率"
},
"sysCpuUsage": {
"type": "integer",
"description": "系统CPU占用率"
}
},
"required": [
"nfCpuUsage",
"sysCpuUsage"
],
"x-apifox-orders": [
"nfCpuUsage",
"sysCpuUsage"
],
"description": "CPU占用率",
"x-apifox-ignore-properties": []
},
"memUsage": {
"type": "object",
"properties": {
"totalMem": {
"type": "integer",
"description": "内存数"
},
"nfUsedMem": {
"type": "integer",
"description": "网元内存使用量"
},
"sysMemUsage": {
"type": "integer",
"description": "系统内存使用量"
}
},
"required": [
"totalMem",
"nfUsedMem",
"sysMemUsage"
],
"x-apifox-orders": [
"totalMem",
"nfUsedMem",
"sysMemUsage"
],
"description": "内存占用率",
"x-apifox-ignore-properties": []
},
"diskSpace": {
"type": "object",
"properties": {
"partitionNum": {
"type": "integer",
"description": "分区数"
},
"partitionInfo": {
"type": "array",
"items": {
"type": "object",
"properties": {
"total": {
"type": "integer"
},
"used": {
"type": "integer"
}
},
"required": [
"total",
"used"
],
"x-apifox-orders": [
"total",
"used"
],
"x-apifox-ignore-properties": []
},
"description": "分区信息"
}
},
"required": [
"partitionNum",
"partitionInfo"
],
"x-apifox-orders": [
"partitionNum",
"partitionInfo"
],
"description": "硬盘空间信息",
"x-apifox-ignore-properties": []
}
},
"required": [
"hostName",
"osInfo",
"dbInfo",
"ipAddr",
"port",
"version",
"capability",
"serialNum",
"expiryDate",
"cpuUsage",
"memUsage",
"diskSpace"
],
"x-apifox-orders": [
"hostName",
"osInfo",
"dbInfo",
"ipAddr",
"port",
"version",
"capability",
"serialNum",
"expiryDate",
"cpuUsage",
"memUsage",
"diskSpace"
],
"x-apifox-ignore-properties": []
},
"examples": {
"1": {
"summary": "成功示例",
"value": {
"hostName": "5GC",
"osInfo": "Linux 5GC 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 GNU/Linux",
"dbInfo": "adb v1.0.1",
"ipAddr": [
"192.168.1.172"
],
"port": 3030,
"version": "2.2312.8",
"capability": 100000,
"serialNum": "13740272",
"expiryDate": "2023-12-31",
"cpuUsage": {
"nfCpuUsage": 0,
"sysCpuUsage": 278
},
"memUsage": {
"totalMem": 8167368,
"nfUsedMem": 28452,
"sysMemUsage": 923
},
"diskSpace": {
"partitionNum": 7,
"partitionInfo": [
{
"total": 3966,
"used": 0
},
{
"total": 797,
"used": 0
},
{
"total": 200559,
"used": 16766
},
{
"total": 3987,
"used": 0
},
{
"total": 5,
"used": 0
},
{
"total": 3987,
"used": 0
},
{
"total": 797,
"used": 0
}
]
}
}
}
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130807947-run",
"security": []
}
},
"/api/rest/faultManagement/v1/elementType/smf/objectType/alarms": {
"post": {
"summary": "Report Alarm from SMF",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Alarm",
"x-apifox-status": "released",
"deprecated": false,
"description": "",
"tags": [
"核心网 HTTP RESTful API 服务接口/Alarm"
],
"parameters": [
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"objectId": {
"type": "string"
},
"alarmTitle": {
"type": "string"
},
"eventTime": {
"type": "string"
},
"alarmCode": {
"type": "integer"
},
"alarmType": {
"type": "string"
},
"perceivedSeverity": {
"type": "integer"
},
"alarmStatus": {
"type": "integer"
},
"specificProblem": {
"type": "string"
},
"additionalText": {
"type": "string"
},
"alarmSource": {
"type": "string"
}
},
"required": [
"objectId",
"alarmTitle",
"eventTime",
"alarmCode",
"alarmType",
"perceivedSeverity",
"alarmStatus",
"specificProblem",
"additionalText",
"alarmSource"
],
"x-apifox-orders": [
"objectId",
"alarmTitle",
"eventTime",
"alarmCode",
"alarmType",
"perceivedSeverity",
"alarmStatus",
"specificProblem",
"additionalText",
"alarmSource"
],
"x-apifox-ignore-properties": []
},
"example": [
{
"objectId": "SMF_0",
"alarmTitle": "test",
"eventTime": "2023-03-29 15:52:09",
"alarmCode": 10,
"alarmType": "EquipmentAlarm",
"perceivedSeverity": "3",
"alarmStatus": 1,
"specificProblem": "string",
"additionalText": "string",
"alarmSource": "test",
"origSeverity": "Minor"
}
]
}
}
},
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130807950-run",
"security": []
}
},
"/api/rest/faultManagement/v1/elementType/amf/objectType/alarms": {
"post": {
"summary": "Report Alarm from AMF",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Alarm",
"x-apifox-status": "released",
"deprecated": false,
"description": "",
"tags": [
"核心网 HTTP RESTful API 服务接口/Alarm"
],
"parameters": [
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"objectId": {
"type": "string"
},
"alarmTitle": {
"type": "string"
},
"eventTime": {
"type": "string"
},
"alarmCode": {
"type": "integer"
},
"alarmType": {
"type": "string"
},
"perceivedSeverity": {
"type": "integer"
},
"alarmStatus": {
"type": "integer"
},
"specificProblem": {
"type": "string"
},
"additionalText": {
"type": "string"
},
"alarmSource": {
"type": "string"
}
},
"required": [
"objectId",
"alarmTitle",
"eventTime",
"alarmCode",
"alarmType",
"perceivedSeverity",
"alarmStatus",
"specificProblem",
"additionalText",
"alarmSource"
],
"x-apifox-orders": [
"objectId",
"alarmTitle",
"eventTime",
"alarmCode",
"alarmType",
"perceivedSeverity",
"alarmStatus",
"specificProblem",
"additionalText",
"alarmSource"
],
"x-apifox-ignore-properties": []
},
"example": {
"objectId": "AMF_0",
"alarmTitle": "test",
"eventTime": "2023-03-29 15:52:09",
"alarmCode": 6,
"alarmType": "EquipmentAlarm",
"perceivedSeverity": 3,
"alarmStatus": 1,
"specificProblem": "string",
"additionalText": "string",
"alarmSource": "test"
}
}
}
},
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130807953-run",
"security": []
}
},
"/api/rest/ueManagement/v1/elementType/pcf/objectType/ueInfo": {
"get": {
"summary": "Query PCF UE Info",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules",
"x-apifox-status": "released",
"deprecated": false,
"description": "查询PCF用户策略控制信息",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules"
],
"parameters": [
{
"name": "imsi",
"in": "query",
"description": "1. IMSI和MSISDN只填一个则以该信息查询对应记录 2. IMSI和MSISDN都不填时查询全部 3. IMSI和MSISDN都填时以IMSI为条件",
"required": false,
"example": "212",
"schema": {
"type": "string"
}
},
{
"name": "msisdn",
"in": "query",
"description": "",
"required": false,
"example": "2121",
"schema": {
"type": "string"
}
},
{
"name": "neId",
"in": "query",
"description": "网管发往网元的不用带NE ID",
"required": true,
"example": "001",
"schema": {
"type": "string"
}
},
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "omc-95b9a0f9-a0a4-dd16-2d3d-ae1d030a5941",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
},
"examples": {
"1": {
"summary": "Success",
"value": {
"data": [
{
"msisdn": "12307550237",
"pccRules": "internet",
"rfsp": 0,
"sessRules": "internet"
},
{
"msisdn": "12307550238",
"pccRules": "internet|ims_sig",
"rfsp": 0,
"sessRules": "internet|ims_sig"
}
]
}
},
"2": {
"summary": "Success",
"value": {
"data": [
{
"msisdn": "12307550237",
"pccRules": "internet",
"rfsp": 0,
"sessRules": "internet"
},
{
"msisdn": "12307550238",
"pccRules": "internet|ims_sig",
"rfsp": 0,
"sessRules": "internet|ims_sig"
}
]
}
},
"3": {
"summary": "Success",
"value": {
"data": [
{
"hdrEnrich": "dnn",
"imsi": "460990100000006",
"msisdn": "86755900001",
"pccRules": "internet|ims_sig",
"qosAudio": "qos_audio",
"qosVideo": "qos_video",
"rfsp": 1,
"sar": "def_sar",
"sessRules": "internet|ims_sig",
"uePolicy": "uep_001"
}
]
}
}
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808016-run",
"security": []
},
"post": {
"summary": "Add PCF UE Info",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules",
"x-apifox-status": "released",
"deprecated": false,
"description": "增加PCF用户策略控制信息",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules"
],
"parameters": [
{
"name": "neId",
"in": "query",
"description": "网管发往网元的不用带NE ID",
"required": true,
"example": "001",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"imsi": {
"type": "string"
},
"msisdn": {
"type": "string"
},
"rfsp": {
"type": "integer"
},
"sar": {
"type": "string"
},
"pccRules": {
"type": "string"
},
"sessRules": {
"type": "string"
},
"uePolicy": {
"type": "string"
},
"qosAudio": {
"type": "string"
},
"qosVideo": {
"type": "string"
},
"hdrEnrich": {
"type": "string"
}
},
"required": [
"imsi",
"msisdn"
],
"x-apifox-orders": [
"imsi",
"msisdn",
"rfsp",
"sar",
"pccRules",
"sessRules",
"uePolicy",
"qosAudio",
"qosVideo",
"hdrEnrich"
],
"x-apifox-ignore-properties": []
},
"example": {
"imsi": "460990100000002",
"msisdn": "86755900001",
"qosAudio": "qos_audio",
"pccRules": "internet|ims_sig",
"rfsp": 1,
"uePolicy": "uep_001",
"sessRules": "internet|ims_sig",
"sar": "def_sar",
"hdrEnrich": "dnn",
"qosVideo": "qos_video"
}
}
}
},
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808017-run",
"security": []
},
"put": {
"summary": "Modify PCF UE Info",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules",
"x-apifox-status": "released",
"deprecated": false,
"description": "修改PCF用户策略控制信息",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules"
],
"parameters": [
{
"name": "imsi",
"in": "query",
"description": "",
"required": false,
"example": "212",
"schema": {
"type": "string"
}
},
{
"name": "msisdn",
"in": "query",
"description": "",
"required": false,
"example": "2121",
"schema": {
"type": "string"
}
},
{
"name": "neId",
"in": "query",
"description": "",
"required": true,
"example": "001",
"schema": {
"type": "string"
}
},
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "omc-95b9a0f9-a0a4-dd16-2d3d-ae1d030a5941",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"imsi": {
"type": "string"
},
"msisdn": {
"type": "string"
},
"rfsp": {
"type": "integer"
},
"sar": {
"type": "string"
},
"pccRules": {
"type": "string"
},
"sessRules": {
"type": "string"
},
"uePolicy": {
"type": "string"
},
"qosAudio": {
"type": "string"
},
"qosVideo": {
"type": "string"
},
"hdrEnrich": {
"type": "string"
}
},
"required": [
"imsi"
],
"x-apifox-orders": [
"imsi",
"msisdn",
"rfsp",
"sar",
"pccRules",
"sessRules",
"uePolicy",
"qosAudio",
"qosVideo",
"hdrEnrich"
],
"x-apifox-ignore-properties": []
},
"example": {
"imsi": "000510200000001",
"msisdn": "1350000001",
"rfsp": "omitempty",
"sar": "",
"pccRules": "",
"sessRules": "",
"uePolicy": "",
"qosAudio": "",
"qosVideo": "",
"hdrEnrich": ""
}
}
}
},
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808043-run",
"security": []
},
"delete": {
"summary": "Delete PCF UE Info",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules",
"x-apifox-status": "released",
"deprecated": false,
"description": "删除PCF用户策略控制信息",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules"
],
"parameters": [
{
"name": "imsi",
"in": "query",
"description": "",
"required": true,
"example": "212",
"schema": {
"type": "string"
}
},
{
"name": "neId",
"in": "query",
"description": "",
"required": true,
"example": "001",
"schema": {
"type": "string"
}
},
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "omc-95b9a0f9-a0a4-dd16-2d3d-ae1d030a5941",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"404": {
"description": "Record Not Found",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"cause": {
"type": "string"
},
"status": {
"type": "integer"
}
},
"required": [
"cause",
"status"
],
"x-apifox-ignore-properties": [],
"x-apifox-orders": [
"cause",
"status"
]
},
"examples": {
"1": {
"summary": "Success",
"value": {
"cause": "DATA_NOT_FOUND",
"status": 404
}
}
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808045-run",
"security": []
}
},
"/api/rest/ueManagement/v1/elementType/pcf/objectType/ueInfo/batch/{number}": {
"post": {
"summary": "Batch Add PCF UE Info",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules",
"x-apifox-status": "released",
"deprecated": false,
"description": "批量增加PCF用户策略控制信息",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules"
],
"parameters": [
{
"name": "number",
"in": "path",
"description": "",
"required": true,
"example": "10",
"schema": {
"type": "string"
}
},
{
"name": "neId",
"in": "query",
"description": "网管发往网元的不用带NE ID",
"required": true,
"example": "001",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"imsi": {
"type": "string"
},
"msisdn": {
"type": "string"
},
"rfsp": {
"type": "integer"
},
"sar": {
"type": "string"
},
"pccRules": {
"type": "string"
},
"sessRules": {
"type": "string"
},
"uePolicy": {
"type": "string"
},
"qosAudio": {
"type": "string"
},
"qosVideo": {
"type": "string"
},
"hdrEnrich": {
"type": "string"
}
},
"required": [
"imsi",
"msisdn"
],
"x-apifox-orders": [
"imsi",
"msisdn",
"rfsp",
"sar",
"pccRules",
"sessRules",
"uePolicy",
"qosAudio",
"qosVideo",
"hdrEnrich"
],
"x-apifox-ignore-properties": []
},
"example": {
"num": 11,
"imsi": "260990100000001",
"msisdn": "86755900001",
"qosAudio": "qos_audio",
"pccRules": "internet|ims_sig",
"rfsp": 1,
"uePolicy": "uep_001",
"sessRules": "internet|ims_sig",
"sar": "def_sar",
"hdrEnrich": "dnn",
"qosVideo": "qos_video",
"neId": "001"
}
}
}
},
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808024-run",
"security": []
},
"put": {
"summary": "Batch Modify PCF UE Info",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules",
"x-apifox-status": "released",
"deprecated": false,
"description": "批量修改PCF用户策略控制信息",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules"
],
"parameters": [
{
"name": "number",
"in": "path",
"description": "",
"required": true,
"example": "10",
"schema": {
"type": "string"
}
},
{
"name": "neId",
"in": "query",
"description": "网管发往网元的不用带NE ID",
"required": true,
"example": "001",
"schema": {
"type": "string"
}
},
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "omc-95b9a0f9-a0a4-dd16-2d3d-ae1d030a5941",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"imsi": {
"type": "string"
},
"msisdn": {
"type": "string"
},
"rfsp": {
"type": "integer"
},
"sar": {
"type": "string"
},
"pccRules": {
"type": "string"
},
"sessRules": {
"type": "string"
},
"uePolicy": {
"type": "string"
},
"qosAudio": {
"type": "string"
},
"qosVideo": {
"type": "string"
},
"hdrEnrich": {
"type": "string"
}
},
"required": [
"imsi",
"msisdn",
"rfsp",
"sar",
"pccRules",
"sessRules",
"uePolicy",
"qosAudio",
"qosVideo",
"hdrEnrich"
],
"x-apifox-orders": [
"imsi",
"msisdn",
"rfsp",
"sar",
"pccRules",
"sessRules",
"uePolicy",
"qosAudio",
"qosVideo",
"hdrEnrich"
],
"x-apifox-ignore-properties": []
},
"example": {
"imsi": "000510200000001",
"msisdn": "1350000001",
"rfsp": "omitempty",
"sar": "",
"pccRules": "",
"sessRules": "",
"uePolicy": "",
"qosAudio": "",
"qosVideo": "",
"hdrEnrich": ""
}
}
}
},
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808027-run",
"security": []
},
"delete": {
"summary": "Batch Delete PCF UE Info",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules",
"x-apifox-status": "released",
"deprecated": false,
"description": "批量删除PCF用户策略控制信息",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules"
],
"parameters": [
{
"name": "number",
"in": "path",
"description": "",
"required": true,
"example": "1",
"schema": {
"type": "string"
}
},
{
"name": "neId",
"in": "query",
"description": "",
"required": true,
"example": "001",
"schema": {
"type": "string"
}
},
{
"name": "imsi",
"in": "query",
"description": "",
"required": true,
"example": "460910100000001",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
},
"examples": {
"1": {
"summary": "Exception",
"value": {
"cause": "no imsi",
"status": 400
}
}
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808040-run",
"security": []
}
},
"/api/rest/ueManagement/v1/elementType/pcf/objectType/ueInfo/file/export": {
"get": {
"summary": "Export PCF UE Info ",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules",
"x-apifox-status": "released",
"deprecated": false,
"description": "导出PCF用户策略控制信息",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules"
],
"parameters": [
{
"name": "neId",
"in": "query",
"description": "网管发往网元的不用带NE ID",
"required": true,
"example": "001",
"schema": {
"type": "string"
}
},
{
"name": "fileType",
"in": "query",
"description": "",
"required": true,
"example": "txt",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808038-run",
"security": []
}
},
"/api/rest/ueManagement/v1/elementType/pcf/objectType/ueInfo/file/import": {
"put": {
"summary": "Import PCF UE Info",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules",
"x-apifox-status": "released",
"deprecated": false,
"description": "导入PCF用户策略控制信息",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/PCF User PCC Rules"
],
"parameters": [
{
"name": "neId",
"in": "query",
"description": "网管发往网元的不用带NE ID",
"required": true,
"example": "001",
"schema": {
"type": "string"
}
},
{
"name": "filePath",
"in": "query",
"description": "",
"required": true,
"example": "/",
"schema": {
"type": "string"
}
},
{
"name": "fileType",
"in": "query",
"description": "",
"required": true,
"example": "type",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"imsi": {
"type": "string"
},
"msisdn": {
"type": "string"
},
"rfsp": {
"type": "integer"
},
"sar": {
"type": "string"
},
"pccRules": {
"type": "string"
},
"sessRules": {
"type": "string"
},
"uePolicy": {
"type": "string"
},
"qosAudio": {
"type": "string"
},
"qosVideo": {
"type": "string"
},
"hdrEnrich": {
"type": "string"
}
},
"required": [
"imsi",
"msisdn",
"rfsp",
"sar",
"pccRules",
"sessRules",
"uePolicy",
"qosAudio",
"qosVideo",
"hdrEnrich"
],
"x-apifox-orders": [
"imsi",
"msisdn",
"rfsp",
"sar",
"pccRules",
"sessRules",
"uePolicy",
"qosAudio",
"qosVideo",
"hdrEnrich"
],
"x-apifox-ignore-properties": []
},
"example": {
"neId": "001",
"type": "txt",
"filePath": "xxx.txt"
}
}
}
},
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"neId": {
"type": "string"
},
"fileType": {
"type": "string"
},
"filePath": {
"type": "string"
}
},
"required": [
"neId",
"fileType",
"filePath"
],
"x-apifox-ignore-properties": [],
"x-apifox-orders": [
"neId",
"fileType",
"filePath"
]
},
"examples": {
"1": {
"summary": "Exception",
"value": {
"detail": "[Request Body] unexpected end of JSON input",
"status": 400,
"title": "Malformed request syntax"
}
},
"2": {
"summary": "Success",
"value": {
"neId": "001",
"fileType": "txt",
"filePath": "/home/agtuser/PCF_001_1701420431873_zsda89.txt"
}
}
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808039-run",
"security": []
}
},
"/api/rest/ueManagement/v1/elementType/n3iwf/objectType/ueInfo": {
"get": {
"summary": "Query N3IWF UE Info",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/N3IWF Online User",
"x-apifox-status": "released",
"deprecated": false,
"description": "查询N3IWF在线用户信息",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/N3IWF Online User"
],
"parameters": [
{
"name": "imsi",
"in": "query",
"description": "",
"required": false,
"example": "460000100000093",
"schema": {
"type": "string"
}
},
{
"name": "neId",
"in": "query",
"description": "网管发往网元的不用带NE ID",
"required": true,
"example": "001",
"schema": {
"type": "string"
}
},
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "omc-95b9a0f9-a0a4-dd16-2d3d-ae1d030a5941",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"activeTime": {
"type": "string"
},
"imsi": {
"type": "string"
},
"nai": {
"type": "string"
},
"regState": {
"type": "integer"
}
},
"x-apifox-ignore-properties": [],
"x-apifox-orders": [
"activeTime",
"imsi",
"nai",
"regState"
]
}
}
},
"required": [
"data"
],
"x-apifox-ignore-properties": [],
"x-apifox-orders": [
"data"
]
},
"examples": {
"1": {
"summary": "Success",
"value": {
"data": [
{
"activeTime": "2023-11-29 06:35:43",
"imsi": "460302072701181",
"nai": "0460302072701181@nai.epc.mnc030.mcc460.3gppnetwork.org",
"regState": 1
}
]
}
}
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808046-run",
"security": []
}
},
"/api/rest/ueManagement/v1/elementType/amf/objectType/nbInfo": {
"get": {
"summary": "Get NB Info from AMF",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/NodeB Information",
"x-apifox-status": "released",
"deprecated": false,
"description": "获取AMF基站信息",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/NodeB Information"
],
"parameters": [
{
"name": "nbId",
"in": "query",
"description": "",
"required": true,
"example": "7",
"schema": {
"type": "string"
}
},
{
"name": "neId",
"in": "query",
"description": "网管发往网元的不用带NE ID",
"required": true,
"example": "001",
"schema": {
"type": "string"
}
},
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "omc-95b9a0f9-a0a4-dd16-2d3d-ae1d030a5941",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808052-run",
"security": []
}
},
"/api/rest/ueManagement/v1/elementType/ims/objectType/ueInfo": {
"get": {
"summary": "Get UE Info from IMS",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/IMS Online User",
"x-apifox-status": "released",
"deprecated": false,
"description": "获取IMS在线用户信息",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/IMS Online User"
],
"parameters": [
{
"name": "imsi",
"in": "query",
"description": "",
"required": true,
"example": "460000100000093",
"schema": {
"type": "string"
}
},
{
"name": "neId",
"in": "query",
"description": "网管发往网元的不用带NE ID",
"required": true,
"example": "001",
"schema": {
"type": "string"
}
},
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "omc-95b9a0f9-a0a4-dd16-2d3d-ae1d030a5941",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808053-run",
"security": []
}
},
"/api/rest/ueManagement/v1/elementType/smf/objectType/ueInfo": {
"get": {
"summary": "Get UE Info from SMF",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/SMF Online User",
"x-apifox-status": "released",
"deprecated": false,
"description": "获取SMF在线用户信息",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/SMF Online User"
],
"parameters": [
{
"name": "neId",
"in": "query",
"description": "网管发往网元的不用带NE ID",
"required": true,
"example": "1",
"schema": {
"type": "string"
}
},
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "omc-95b9a0f9-a0a4-dd16-2d3d-ae1d030a5941",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808054-run",
"security": []
}
},
"/api/rest/ueManagement/v1/elementType/smf/objectType/ueNum": {
"get": {
"summary": "Get UE Number from SMF",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/SMF Online User",
"x-apifox-status": "released",
"deprecated": false,
"description": "获取SMF在线用户数目",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/SMF Online User"
],
"parameters": [
{
"name": "neId",
"in": "query",
"description": "网管发往网元的不用带NE ID",
"required": true,
"example": "1",
"schema": {
"type": "string"
}
},
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "omc-95b9a0f9-a0a4-dd16-2d3d-ae1d030a5941",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808055-run",
"security": []
}
},
"/api/rest/performanceManagement/v1/elementType/smf/objectType/measureTask": {
"patch": {
"summary": "Patch Measure Task",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Performance/Measure Task",
"x-apifox-status": "released",
"deprecated": false,
"description": "挂起性能测量任务",
"tags": [
"核心网 HTTP RESTful API 服务接口/Performance/Measure Task"
],
"parameters": [
{
"name": "id",
"in": "query",
"description": "",
"required": true,
"example": "86",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {}
}
}
}
},
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808056-run",
"security": []
},
"delete": {
"summary": "Delete Measure Task",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Performance/Measure Task",
"x-apifox-status": "released",
"deprecated": false,
"description": "删除性能测量任务, 未激活的测量任务才可以删除",
"tags": [
"核心网 HTTP RESTful API 服务接口/Performance/Measure Task"
],
"parameters": [
{
"name": "taskId",
"in": "query",
"description": "",
"required": true,
"example": "1",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808068-run",
"security": []
}
},
"/api/rest/performanceManagement/v1/elementType/smf/objectType/measureReport": {
"post": {
"summary": "Post Measure Report",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Performance/Measure Task Data",
"x-apifox-status": "released",
"deprecated": false,
"description": "性能统计任务数据报告接口",
"tags": [
"核心网 HTTP RESTful API 服务接口/Performance/Measure Task Data"
],
"parameters": [
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"Id": {
"type": "integer",
"title": "任务ID"
},
"TimeStamp": {
"type": "string",
"title": "时间戳"
},
"NeName": {
"type": "string",
"title": "网元名称"
},
"rmUID": {
"type": "string",
"title": "网元资源标识"
},
"NeType": {
"type": "string",
"title": "网元类型"
},
"Report": {
"type": "object",
"properties": {
"Period": {
"type": "object",
"properties": {
"StartTime": {
"type": "string",
"title": "开始时间"
},
"EndTime": {
"type": "string",
"title": "结束时间"
}
},
"required": [
"StartTime",
"EndTime"
],
"x-apifox-orders": [
"StartTime",
"EndTime"
],
"title": "时间片",
"x-apifox-ignore-properties": []
},
"Datas": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Code": {
"type": "string",
"title": "统计项类目编号"
},
"KPIs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"KPIID": {
"type": "string",
"title": "KPI ID"
},
"KPIValues": {
"type": "null",
"title": "值"
}
},
"required": [
"KPIID",
"KPIValues"
],
"x-apifox-orders": [
"KPIID",
"KPIValues"
],
"x-apifox-ignore-properties": []
},
"title": "指标集"
}
},
"required": [
"Code",
"KPIs"
],
"x-apifox-orders": [
"Code",
"KPIs"
],
"x-apifox-ignore-properties": []
},
"title": "数据集"
}
},
"required": [
"Period",
"Datas"
],
"x-apifox-orders": [
"Period",
"Datas"
],
"title": "测量报告",
"x-apifox-ignore-properties": []
}
},
"required": [
"Id",
"TimeStamp",
"NeName",
"rmUID",
"NeType",
"Report"
],
"x-apifox-orders": [
"Id",
"TimeStamp",
"NeName",
"rmUID",
"NeType",
"Report"
],
"x-apifox-ignore-properties": []
},
"example": {
"Id": 86,
"TimeStamp": "1702970580",
"NeName": "UDM_001",
"rmUID": "4400HX1UDM001",
"NeType": "UDM",
"Report": {
"Period": {
"StartTime": "2023-12-19 15: 08: 00",
"EndTime": "2023-12-19 15: 23: 00"
},
"Datas": [
{
"Code": "UDMHA02",
"KPIs": [
{
"KPIID": "UDM.AmfUecmRegSucc",
"KPIValues": null
}
]
},
{
"Code": "UDMHA03",
"KPIs": [
{
"KPIID": "UDM.AmfUecmRegUpdateReq",
"KPIValues": null
}
]
},
{
"Code": "UDMHA01",
"KPIs": [
{
"KPIID": "UDM.AmfUecmRegReq",
"KPIValues": null
}
]
}
]
}
}
}
}
},
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808059-run",
"security": []
}
},
"/api/rest/performanceManagement/v1/elementType/smf/objectType/measurement": {
"post": {
"summary": "Post Measurement",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Performance/Measure Report",
"x-apifox-status": "released",
"deprecated": false,
"description": "性能统计15分钟数据定时上报接口",
"tags": [
"核心网 HTTP RESTful API 服务接口/Performance/Measure Report"
],
"parameters": [
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"example": "application/json",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"Index": {
"type": "integer",
"title": "Index",
"description": "性能统计数据索引,取值: 0~95"
},
"NeName": {
"type": "string",
"title": "网元名称"
},
"RmUID": {
"type": "string",
"title": "网元资源标识"
},
"NeType": {
"type": "string",
"title": "网络类型"
},
"PmVersion": {
"type": "string",
"title": "PM版本号"
},
"Dn": {
"type": "string",
"title": "数据网络名"
},
"Period": {
"type": "string",
"title": "粒度",
"description": "15M"
},
"TimeZone": {
"type": "string",
"title": "时区"
},
"StartTime": {
"type": "string",
"title": "开始时间"
},
"Datas": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ObjectType": {
"type": "string",
"title": "空间粒度"
},
"KPIs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"KPIID": {
"type": "string",
"title": "KPI ID"
},
"KPIValues": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Name": {
"type": "string",
"title": "KPI Name"
},
"Value": {
"type": "integer",
"title": "值"
}
},
"required": [
"Name",
"Value"
],
"x-apifox-orders": [
"Name",
"Value"
],
"x-apifox-ignore-properties": []
}
}
},
"required": [
"KPIID",
"KPIValues"
],
"x-apifox-orders": [
"KPIID",
"KPIValues"
],
"x-apifox-ignore-properties": []
}
}
},
"required": [
"ObjectType",
"KPIs"
],
"x-apifox-orders": [
"ObjectType",
"KPIs"
],
"x-apifox-ignore-properties": []
}
}
},
"required": [
"Index",
"NeName",
"RmUID",
"NeType",
"PmVersion",
"Dn",
"Period",
"TimeZone",
"StartTime",
"Datas"
],
"x-apifox-orders": [
"Index",
"NeName",
"RmUID",
"NeType",
"PmVersion",
"Dn",
"Period",
"TimeZone",
"StartTime",
"Datas"
],
"x-apifox-ignore-properties": []
},
"example": {
"Index": 2,
"NeName": "SMFRJBJJC01",
"RmUID": "1101AGTHXSMF0000015704000100",
"NeType": "SMF",
"PmVersion": "5GC16.1.1",
"Dn": "RJN-CMZJ-TZ,SubNetwork=5GC88,ManagedElement=SMF53456,SmfFunction=53456",
"Period": "15",
"TimeZone": "UTC+8",
"StartTime": "2023-05-23 22:26:28",
"Datas": [
{
"ObjectType": "SmfFunction",
"KPIs": [
{
"KPIID": "SMF.AttCreatePduSession._Dnn",
"KPIValues": [
{
"Name": "cmnet",
"Value": 1
},
{
"Name": "ims",
"Value": 0
}
]
}
]
},
{
"ObjectType": "AddrPool",
"KPIs": [
{
"KPIID": "SMF.MeanAllcAddr",
"KPIValues": [
{
"Name": "Total",
"Value": 1
}
]
},
{
"KPIID": "SMF.MeanAllcAddr._Ns",
"KPIValues": [
{
"Name": "1001",
"Value": 2
},
{
"Name": "1002",
"Value": 1
}
]
}
]
}
]
}
}
}
},
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808060-run",
"security": []
},
"get": {
"summary": "Get Measurement",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Performance/Measure Report",
"x-apifox-status": "released",
"deprecated": false,
"description": "性能统计15分钟数据补采接口",
"tags": [
"核心网 HTTP RESTful API 服务接口/Performance/Measure Report"
],
"parameters": [
{
"name": "Content-Type",
"in": "header",
"description": "",
"required": true,
"example": "application/json",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"Index": {
"type": "integer",
"title": "Index",
"description": "性能统计数据索引,取值: 0~95"
},
"NeName": {
"type": "string",
"title": "网元名称"
},
"RmUID": {
"type": "string",
"title": "网元资源标识"
},
"NeType": {
"type": "string",
"title": "网络类型"
},
"PmVersion": {
"type": "string",
"title": "PM版本号"
},
"Dn": {
"type": "string",
"title": "数据网络名"
},
"Period": {
"type": "string",
"title": "粒度",
"description": "15M"
},
"TimeZone": {
"type": "string",
"title": "时区"
},
"StartTime": {
"type": "string",
"title": "开始时间"
},
"Datas": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ObjectType": {
"type": "string",
"title": "空间粒度"
},
"KPIs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"KPIID": {
"type": "string",
"title": "KPI ID"
},
"KPIValues": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Name": {
"type": "string",
"title": "KPI Name"
},
"Value": {
"type": "integer",
"title": "值"
}
},
"required": [
"Name",
"Value"
],
"x-apifox-orders": [
"Name",
"Value"
],
"x-apifox-ignore-properties": []
}
}
},
"required": [
"KPIID",
"KPIValues"
],
"x-apifox-orders": [
"KPIID",
"KPIValues"
],
"x-apifox-ignore-properties": []
}
}
},
"required": [
"ObjectType",
"KPIs"
],
"x-apifox-orders": [
"ObjectType",
"KPIs"
],
"x-apifox-ignore-properties": []
}
}
},
"required": [
"Index",
"NeName",
"RmUID",
"NeType",
"PmVersion",
"Dn",
"Period",
"TimeZone",
"StartTime",
"Datas"
],
"x-apifox-orders": [
"Index",
"NeName",
"RmUID",
"NeType",
"PmVersion",
"Dn",
"Period",
"TimeZone",
"StartTime",
"Datas"
],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808063-run",
"security": []
}
},
"/api/rest/systemManagement/v1/elementType/udm/objectType/config/system": {
"get": {
"summary": "Get System Parameter from UDM",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Configuration/Parameter config",
"x-apifox-status": "released",
"deprecated": false,
"description": "获取UDM系统参数接口",
"tags": [
"核心网 HTTP RESTful API 服务接口/Configuration/Parameter config"
],
"parameters": [
{
"name": "loc",
"in": "query",
"description": "",
"required": true,
"example": "serviceIP",
"schema": {
"type": "string"
}
},
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "7fdc9328-b6fe-f66d-c8c5-84e6f14ee2d8",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"serviceIP": {
"type": "string"
},
"servicePort": {
"type": "integer"
},
"scheme": {
"type": "integer"
},
"enableNrf": {
"type": "boolean"
},
"nrfUri": {
"type": "string"
},
"ausfIP": {
"type": "string"
},
"fqdn": {
"type": "string"
},
"priority": {
"type": "integer"
},
"capacity": {
"type": "integer"
},
"groupId": {
"type": "string"
},
"supiRanges": {
"type": "string"
},
"gpsiRanges": {
"type": "string"
}
},
"x-apifox-orders": [
"serviceIP",
"servicePort",
"scheme",
"enableNrf",
"nrfUri",
"ausfIP",
"fqdn",
"priority",
"capacity",
"groupId",
"supiRanges",
"gpsiRanges"
],
"x-apifox-ignore-properties": []
},
"title": "参数数据集",
"description": "map数组名值对根据不同的网元和参数集"
}
},
"x-apifox-orders": [
"data"
],
"required": [
"data"
],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808112-run",
"security": []
},
"put": {
"summary": "Put System Parameter to UDM",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Configuration/Parameter config",
"x-apifox-status": "released",
"deprecated": false,
"description": "修改UDM参数System",
"tags": [
"核心网 HTTP RESTful API 服务接口/Configuration/Parameter config"
],
"parameters": [
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "7fdc9328-b6fe-f66d-c8c5-84e6f14ee2d8",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"serviceIP": {
"type": "string"
}
},
"required": [
"serviceIP"
],
"x-apifox-orders": [
"serviceIP"
],
"x-apifox-ignore-properties": []
},
"example": {
"capacity": 1000,
"priority": 2
}
}
}
},
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808119-run",
"security": []
}
},
"/api/rest/systemManagement/v1/elementType/udm/objectType/config/subsUEAmbr": {
"get": {
"summary": "Get subsUEAmbr Parameter from UDM",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Configuration/Parameter config",
"x-apifox-status": "released",
"deprecated": false,
"description": "获取UDM网元subsUEAmbr参数接口",
"tags": [
"核心网 HTTP RESTful API 服务接口/Configuration/Parameter config"
],
"parameters": [
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808113-run",
"security": []
},
"post": {
"summary": "Post subsUEAmbr Parameter to UDM",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Configuration/Parameter config",
"x-apifox-status": "released",
"deprecated": false,
"description": "新增表subsUEAmbr的参数列",
"tags": [
"核心网 HTTP RESTful API 服务接口/Configuration/Parameter config"
],
"parameters": [
{
"name": "loc",
"in": "query",
"description": "参数列的定位Index",
"required": false,
"example": "2",
"schema": {
"type": "string"
}
},
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "7fdc9328-b6fe-f66d-c8c5-84e6f14ee2d8",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"index": {
"type": "integer",
"title": "Index",
"description": "参数列序号"
},
"name": {
"type": "string"
},
"uplink": {
"type": "string"
},
"downlink": {
"type": "string"
}
},
"required": [
"index",
"name",
"uplink",
"downlink"
],
"x-apifox-orders": [
"index",
"name",
"uplink",
"downlink"
],
"x-apifox-ignore-properties": []
},
"example": {
"capacity": 1000,
"priority": 2
}
}
}
},
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808120-run",
"security": []
},
"delete": {
"summary": "Delete subsUEAmbr Parameter to UDM",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Configuration/Parameter config",
"x-apifox-status": "released",
"deprecated": false,
"description": "删除表subsUEAmbr的参数列",
"tags": [
"核心网 HTTP RESTful API 服务接口/Configuration/Parameter config"
],
"parameters": [
{
"name": "loc",
"in": "query",
"description": "",
"required": true,
"example": "2",
"schema": {
"type": "string"
}
},
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "7fdc9328-b6fe-f66d-c8c5-84e6f14ee2d8",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808121-run",
"security": []
},
"put": {
"summary": "Put subsUEAmbr Parameter to UDM",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Configuration/Parameter config",
"x-apifox-status": "released",
"deprecated": false,
"description": "修改表subsUEAmbr的参数",
"tags": [
"核心网 HTTP RESTful API 服务接口/Configuration/Parameter config"
],
"parameters": [
{
"name": "loc",
"in": "query",
"description": "",
"required": true,
"example": "2",
"schema": {
"type": "string"
}
},
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "7fdc9328-b6fe-f66d-c8c5-84e6f14ee2d8",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"index": {
"type": "integer"
},
"name": {
"type": "string"
},
"uplink": {
"type": "string"
},
"downlink": {
"type": "string"
}
},
"required": [
"index",
"name",
"uplink",
"downlink"
],
"x-apifox-orders": [
"index",
"name",
"uplink",
"downlink"
],
"x-apifox-ignore-properties": []
},
"example": {
"capacity": 1000,
"priority": 2
}
}
}
},
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-134660708-run",
"security": []
}
},
"/api/rest/systemManagement/v1/elementType/udm/objectType/config/smfSelection": {
"get": {
"summary": "Get UDM smfSelection",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Configuration/Parameter config",
"x-apifox-status": "released",
"deprecated": false,
"description": "获取UDM网元参数表smfSelection数据接口",
"tags": [
"核心网 HTTP RESTful API 服务接口/Configuration/Parameter config"
],
"parameters": [
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "7fdc9328-b6fe-f66d-c8c5-84e6f14ee2d8",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808114-run",
"security": []
}
},
"/api/rest/systemManagement/v1/elementType/amf/objectType/config/guami": {
"get": {
"summary": "Get IMS system param",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Configuration/Parameter config",
"x-apifox-status": "released",
"deprecated": false,
"description": "获取IMS网元参数接口",
"tags": [
"核心网 HTTP RESTful API 服务接口/Configuration/Parameter config"
],
"parameters": [
{
"name": "AccessToken",
"in": "header",
"description": "",
"required": true,
"example": "7fdc9328-b6fe-f66d-c8c5-84e6f14ee2d8",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-130808115-run",
"security": []
}
},
"/api/rest/systemManagement/v1/elementType/{elementTypeValue}/objectType/config/omcNeConfig": {
"put": {
"summary": "Set NE Config Info",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Configuration/NE Management",
"x-apifox-status": "released",
"deprecated": false,
"description": "网元配置公共参数修改接口",
"tags": [
"核心网 HTTP RESTful API 服务接口/Configuration/NE Management"
],
"parameters": [
{
"name": "elementTypeValue",
"in": "path",
"description": "网元类型",
"required": true,
"example": "omc",
"schema": {
"type": "string"
}
},
{
"name": "sync",
"in": "query",
"description": "",
"required": false,
"example": "true",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"dn": {
"type": "string",
"title": "资源里边的ManagedBy性能的Dn网络唯一标识"
},
"province": {
"type": "string",
"title": "网元所在省份"
},
"neId": {
"type": "string",
"title": "网元标识(内部)"
},
"neName": {
"type": "string",
"title": "网元名称(内部)/友好名称(北向资源/性能等使用)"
},
"pvFlag": {
"type": "string",
"title": "网元虚实性标识 VNF/PNF: 虚拟/物理"
},
"rmUID": {
"type": "string",
"title": "rmUID 网元唯一标识"
},
"vendorName": {
"type": "string",
"title": "厂商名称"
}
},
"required": [
"neId",
"neName",
"province",
"pvFlag",
"rmUID",
"vendorName",
"dn"
],
"x-apifox-orders": [
"dn",
"province",
"neId",
"neName",
"pvFlag",
"rmUID",
"vendorName"
],
"x-apifox-ignore-properties": []
},
"example": {
"neId": "001",
"neName": "SMF_001",
"port": 3030,
"province": "-",
"pvFlag": "PNF",
"rmUID": "4400HX1SMF001",
"vendorName": "AGrandTech",
"dn": "-"
}
}
}
},
"responses": {
"204": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-ignore-properties": [],
"x-apifox-orders": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-134080001-run",
"security": []
}
},
"/api/rest/performanceManagement/{apiVersion}/elementType/{elementTypeValue}/objectType/kpiReport/{index}": {
"post": {
"summary": "上报黄金指标统计数据集",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/Performance/KPI report",
"x-apifox-status": "released",
"deprecated": false,
"description": "",
"tags": [
"核心网 HTTP RESTful API 服务接口/Performance/KPI report"
],
"parameters": [
{
"name": "apiVersion",
"in": "path",
"description": "",
"required": true,
"example": "v1",
"schema": {
"type": "string"
}
},
{
"name": "elementTypeValue",
"in": "path",
"description": "",
"required": true,
"example": "smf",
"schema": {
"type": "string"
}
},
{
"name": "index",
"in": "path",
"description": "黄金指标的上报粒度是1分钟index是当前时间片在一天中的索引取值0~1439",
"required": true,
"example": "111",
"schema": {
"type": "string"
}
},
{
"name": "Authorization",
"in": "header",
"description": "Authoirzation token",
"required": true,
"example": "{{token-prefix}}{{token-text}}",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"TimeStamp": {
"type": "string",
"title": "时间戳",
"description": "上报时的时间戳,格式:\"2023-12-19T01:52:01Z\""
},
"Task": {
"type": "object",
"properties": {
"Period": {
"type": "object",
"properties": {
"StartTime": {
"type": "string",
"title": "开始时间"
},
"EndTime": {
"type": "string",
"title": "结束时间"
}
},
"required": [
"StartTime",
"EndTime"
],
"x-apifox-orders": [
"StartTime",
"EndTime"
],
"title": "时间片",
"x-apifox-ignore-properties": []
},
"NE": {
"type": "object",
"properties": {
"NEName": {
"type": "string"
},
"rmUID": {
"type": "string",
"title": "网元资源唯一标识"
},
"NeType": {
"type": "string",
"title": "网元类型"
},
"KPIs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"KPIID": {
"type": "string",
"title": "KPI ID"
},
"Value": {
"type": "integer",
"title": "统计值"
},
"Err": {
"type": "string",
"title": "错误信息"
}
},
"required": [
"KPIID",
"Value",
"Err"
],
"x-apifox-orders": [
"KPIID",
"Value",
"Err"
],
"x-apifox-ignore-properties": []
},
"title": "KPI数据集",
"nullable": true
}
},
"required": [
"NEName",
"rmUID",
"NeType",
"KPIs"
],
"x-apifox-orders": [
"NEName",
"rmUID",
"NeType",
"KPIs"
],
"title": "网元名称",
"x-apifox-ignore-properties": []
}
},
"required": [
"Period",
"NE"
],
"x-apifox-orders": [
"Period",
"NE"
],
"x-apifox-ignore-properties": []
}
},
"required": [
"TimeStamp",
"Task"
],
"x-apifox-orders": [
"TimeStamp",
"Task"
],
"x-apifox-ignore-properties": []
},
"example": {
"id": 1,
"NeType": "SMF"
}
}
}
},
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {},
"x-apifox-orders": [],
"x-apifox-ignore-properties": []
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-134467270-run",
"security": []
}
},
"/api/rest/ueManagement/v1/elementType/nssf/objectType/availableAMFs": {
"get": {
"summary": "Available AMFs List from NSSF",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/NSSF Available AMF and Subscription",
"x-apifox-status": "released",
"deprecated": false,
"description": "获取NSSF当前所有注册的可用AMF列表接口",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/NSSF Available AMF and Subscription"
],
"parameters": [
{
"name": "neId",
"in": "query",
"description": "网管发往网元的不用带NE ID",
"required": true,
"example": "001",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"nfId": {
"type": "string",
"title": "NF ID",
"description": "网元ID"
},
"amfSetId": {
"type": "string",
"title": "AMF Set ID",
"description": "注册的AMF"
}
},
"required": [
"nfId",
"amfSetId"
],
"x-apifox-orders": [
"nfId",
"amfSetId"
],
"x-apifox-ignore-properties": []
},
"title": "返回的数据集",
"description": "数据数组"
}
},
"required": [
"data"
],
"x-apifox-orders": [
"data"
],
"x-apifox-ignore-properties": []
},
"examples": {
"1": {
"summary": "成功示例",
"value": {
"data": [
{
"nfId": "001",
"amfSetId": "001"
},
{
"nfId": "002",
"amfSetId": "[001,002]"
}
]
}
}
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-135199288-run",
"security": []
}
},
"/api/rest/ueManagement/v1/elementType/nssf/objectType/subscriptions": {
"get": {
"summary": "Subscriptions from NSSF",
"x-apifox-folder": "核心网 HTTP RESTful API 服务接口/UE Management/NSSF Available AMF and Subscription",
"x-apifox-status": "released",
"deprecated": false,
"description": "获取NSSF在线订阅数",
"tags": [
"核心网 HTTP RESTful API 服务接口/UE Management/NSSF Available AMF and Subscription"
],
"parameters": [
{
"name": "neId",
"in": "query",
"description": "网管发往网元的不用带NE ID",
"required": true,
"example": "001",
"schema": {
"type": "string"
}
},
{
"name": "Referer",
"in": "header",
"description": "Use the specified declared Referer",
"required": true,
"example": "{{referer}}",
"schema": {
"type": "string"
}
},
{
"name": "User-Agent",
"in": "header",
"description": "User agent",
"required": true,
"example": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",
"schema": {
"type": "string"
}
},
{
"name": "Accept-Language",
"in": "header",
"description": "zh_CN;q=0.9 en_US;q=0.9",
"required": true,
"example": "en_US;q=0.9",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "成功",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"subscriptionId": {
"type": "string",
"title": "Subscription ID",
"description": "订阅ID"
},
"nfNssaiAvailabilityUri": {
"type": "string",
"title": "NF NSSAI Availability Uri"
},
"event": {
"type": "string",
"title": "Event"
}
},
"required": [
"subscriptionId",
"nfNssaiAvailabilityUri",
"event"
],
"x-apifox-orders": [
"subscriptionId",
"nfNssaiAvailabilityUri",
"event"
],
"x-apifox-ignore-properties": []
}
}
},
"required": [
"data"
],
"x-apifox-orders": [
"data"
],
"x-apifox-ignore-properties": []
},
"examples": {
"1": {
"summary": "成功示例",
"value": {
"data": [
{
"subscriptionId": "1",
"nfNssaiAvailabilityUri": "http://192.168.2.166/test",
"event": "test event 1"
},
{
"subscriptionId": "2",
"nfNssaiAvailabilityUri": "http://192.168.2.166/test",
"event": "test event 2"
}
]
}
}
}
}
}
}
},
"x-run-in-apifox": "https://apifox.com/web/project/3157310/apis/api-135199289-run",
"security": []
}
}
},
"components": {
"schemas": {},
"securitySchemes": {}
},
"servers": []
}