{
"bmc.dev.NetworkAdapter.LogCollection": {
"methods": {
"DumpErrorLog": {
"req": {
"Path": {
"baseType": "String",
"description": "网卡错误日志存放路径"
}
},
"rsp": {
"Result": {
"baseType": "Boolean",
"description": "true: 成功 false: 失败"
}
}
},
"DumpLastWordLog": {
"req": {
"Path": {
"baseType": "String",
"description": "网卡最后状态信息日志存放路径"
}
},
"rsp": {
"Result": {
"baseType": "Boolean",
"description": "true: 成功 false: 失败"
}
}
},
"DumpRunningLog": {
"req": {
"Path": {
"baseType": "String",
"description": "网卡运行日志存放路径"
}
},
"rsp": {
"Result": {
"baseType": "Boolean",
"description": "true: 成功 false: 失败"
}
}
},
"DumpBlackBoxLog": {
"req": {
"Path": {
"baseType": "String",
"description": "网卡黑匣子日志存放路径"
}
},
"rsp": {
"Result": {
"baseType": "Boolean",
"description": "true: 成功 false: 失败"
}
}
},
"CollectLogByNcsi": {
"req": {
"Path": {
"baseType": "String",
"description": "Ncsi协议收集的网卡日志存放路径"
}
},
"rsp": {
"Result": {
"baseType": "Boolean",
"description": "true: 成功 false: 失败"
}
}
},
"CollectLogBySmbus": {
"req": {
"Path": {
"baseType": "String",
"description": "Smbus协议收集的网卡日志存放路径"
}
},
"rsp": {
"Result": {
"baseType": "Boolean",
"description": "true: 成功 false: 失败"
}
}
}
}
}
}