查询PON ports信息
联调中
POST
/open-api/ListIfcfgs
最后修改时间:2025-06-19 15:52:19
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/open-api/ListIfcfgs' \
--header 'Token: {{'\''1111111111'\''}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"OLTIds": [
"OLT-021RSTD0GB000212"
],
"F": [
"string"
],
"S": [
"string"
],
"P": [
"string"
],
"NextToken": "string",
"PageSize": 10
}'
响应示例响应示例
{
"RequestId": "D9SMLFVT4W80",
"Response": {
"PONSet": [
{
"OLTId": "OLT-021RSTD0GB000212",
"IfcfgId": ".4194304000",
"Kind": "GPON",
"AutofindState": "on",
"ONUs": "82",
"Signal": "",
"Description": "",
"MinRange": "0",
"MaxRange": "20",
"Templature": "40°C",
"TxPower": "7.31dBm",
"F": "",
"S": "",
"P": "",
"Name": "",
"State": "",
"Status": "",
"CreatedAt": "2025-05-05 19:41:32",
"UpdatedAt": "2025-05-05 22:22:49"
},
{
"OLTId": "OLT-021RSTD0GB000212",
"IfcfgId": ".4194304256",
"Kind": "GPON",
"AutofindState": "on",
"ONUs": "32",
"Signal": "",
"Description": "",
"MinRange": "0",
"MaxRange": "20",
"Templature": "39°C",
"TxPower": "7.57dBm",
"F": "",
"S": "",
"P": "",
"Name": "",
"State": "",
"Status": "",
"CreatedAt": "2025-05-05 19:41:32",
"UpdatedAt": "2025-05-05 22:22:49"
},
{
"OLTId": "OLT-021RSTD0GB000212",
"IfcfgId": ".4194304512",
"Kind": "-",
"AutofindState": "on",
"ONUs": "0",
"Signal": "",
"Description": "",
"MinRange": "0",
"MaxRange": "20",
"Templature": "-",
"TxPower": "-",
"F": "",
"S": "",
"P": "",
"Name": "",
"State": "",
"Status": "",
"CreatedAt": "2025-05-05 19:41:32",
"UpdatedAt": "2025-05-05 22:22:49"
},
{
"OLTId": "OLT-021RSTD0GB000212",
"IfcfgId": ".4194304768",
"Kind": "-",
"AutofindState": "on",
"ONUs": "0",
"Signal": "",
"Description": "",
"MinRange": "0",
"MaxRange": "20",
"Templature": "-",
"TxPower": "-",
"F": "",
"S": "",
"P": "",
"Name": "",
"State": "",
"Status": "",
"CreatedAt": "2025-05-05 19:41:32",
"UpdatedAt": "2025-05-05 22:22:49"
},
{
"OLTId": "OLT-021RSTD0GB000212",
"IfcfgId": ".4194305024",
"Kind": "GPON",
"AutofindState": "on",
"ONUs": "0",
"Signal": "",
"Description": "",
"MinRange": "0",
"MaxRange": "20",
"Templature": "42°C",
"TxPower": "5.03dBm",
"F": "",
"S": "",
"P": "",
"Name": "",
"State": "",
"Status": "",
"CreatedAt": "2025-05-05 19:41:32",
"UpdatedAt": "2025-05-05 22:22:49"
},
{
"OLTId": "OLT-021RSTD0GB000212",
"IfcfgId": ".4194305280",
"Kind": "GPON",
"AutofindState": "on",
"ONUs": "4",
"Signal": "",
"Description": "",
"MinRange": "0",
"MaxRange": "20",
"Templature": "42°C",
"TxPower": "7.37dBm",
"F": "",
"S": "",
"P": "",
"Name": "",
"State": "",
"Status": "",
"CreatedAt": "2025-05-05 19:41:32",
"UpdatedAt": "2025-05-05 22:22:49"
},
{
"OLTId": "OLT-021RSTD0GB000212",
"IfcfgId": ".4194305536",
"Kind": "-",
"AutofindState": "on",
"ONUs": "0",
"Signal": "",
"Description": "",
"MinRange": "0",
"MaxRange": "20",
"Templature": "-",
"TxPower": "-",
"F": "",
"S": "",
"P": "",
"Name": "",
"State": "",
"Status": "",
"CreatedAt": "2025-05-05 19:41:32",
"UpdatedAt": "2025-05-05 22:22:49"
},
{
"OLTId": "OLT-021RSTD0GB000212",
"IfcfgId": ".4194305792",
"Kind": "-",
"AutofindState": "on",
"ONUs": "0",
"Signal": "",
"Description": "",
"MinRange": "0",
"MaxRange": "20",
"Templature": "-",
"TxPower": "-",
"F": "",
"S": "",
"P": "",
"Name": "",
"State": "",
"Status": "",
"CreatedAt": "2025-05-05 19:41:32",
"UpdatedAt": "2025-05-05 22:22:49"
}
]
},
"Error": {
"Code": "SUCCESS",
"Message": ""
}
}
请求参数
Header 参数
Token
string
可选
默认值:
{{'1111111111'}}
Content-Type
string
可选
默认值:
application/json
Body 参数application/json
返回响应
修改于 2025-06-19 15:52:19