查看设备侧上报配置
开发中
POST
/open-api/DescribeConfigClient
最后修改时间:2024-07-07 19:44:15
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/open-api/DescribeConfigClient' \
--header 'Token: {{'\''1111111111'\''}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"ID": 0
}'
响应示例响应示例
200 - 成功 - 示例 1
{
"ErrCode": 0,
"Result": [
{
"Content": {
"LAN": {
"Gateway": "192.168.1.1",
"Mask": "255.255.255.0",
"DHCPEnable": true,
"DNSMode": 0,
"DHCPServer1": "114.114.114.114",
"DHCPServer2": "8.8.8.8",
"LoopEnable": false,
"Interface": [
{
"Enable": true,
"PoeEnable": false,
"Negotiate": "auto",
"VlanMode": "untag",
"VlanDefault": 1,
"VlanList": "100/100,2024/2024,89/89,2431/2431"
}
]
},
"NTP": {
"Enable": true,
"Zone": "UTC+08:00",
"Server1": "clock.fmt.he.net",
"Server2": "time.windows.com"
},
"CATV": [
{
"Enable": true,
"Atten": 0
}
],
"WAN": [
{
"Enable": false,
"Vlan": 0,
"Priority": 0,
"Mvlan": 0,
"NatEnable": true,
"ServiceType": "INTERNET",
"MTU": 1500,
"IPVersion": "IPv4",
"IPMode": "DHCP",
"PPPUsername": "MyUsername",
"PPPPassword": "Mypassword",
"PPPSername": "Lab-PPPoE_NE800",
"PPPAcname": "ChinaMobilephone",
"IPv6Mode": "SLAAC",
"IPv6PD": true,
"LanBind": "LAN1, LAN2, WLAN0"
}
],
"WLAN": {
"CountryCode": "CN",
"RoleMode": "ap",
"Power2G": "100%",
"Power5G": "100%",
"Bandsteer": false,
"5to2Thr": "-70",
"2to5Thr": "-50",
"SSIDs": [
{
"Index": 0,
"Enable": true,
"Mode": "802.11b/g/ac/ax",
"SSID": "string",
"Bandwith": "20M",
"Channel": "0",
"Hiden": false,
"Encrypt": "wpa2",
"Password": "stringst",
"UserLimit": 0,
"UserRate": 0
}
]
},
"VoIP": {
"ProxyAddr": "string",
"ProxyPort": "5060",
"RegAddr": "string",
"RegPort": "5060",
"OutproxyAddr": "string",
"OutproxyPort": "5060",
"BackupProxyAddr": "string",
"BackupProxyPort": "5060",
"BackupRegAddr": "string",
"BackupRegPort": "5060",
"BackupOutproxyAddr": "string",
"BackupOutproxyReg": "5060",
"CallerID": "dtmf",
"Dtmf": "inband",
"ToneProfile": "china",
"SIPs": [
{
"PhoneNo": "string",
"Username": "string",
"Password": "string"
}
]
}
}
}
],
"Message": "string"
}
请求参数
Header 参数
Token
string
可选
默认值:
{{'1111111111'}}
Content-Type
string
可选
默认值:
application/json
Body 参数application/json
返回响应
修改于 2024-07-07 19:44:15