获取模块内存基本元数据
开发中GET
/api/modules/peer-id-blacklist请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
必需
message
null
必需
data
object
必需
peerId
array[string]
必需
示例
{
"success": true,
"message": null,
"data": {
"peerId": [
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-xl\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-hp\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-xm\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-dt\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-gt0002\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-gt0003\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-sd\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-xf\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-qd\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-bn\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-dl\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-ts\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-fg\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-tt\"}}",
"{\"matcherName\":\"匹配开头\",\"matcherIdentifier\":\"peerbanhelper:stringstartswithmatcher\",\"metadata\":{\"rule\":\"-nx\"}}",
"{\"matcherName\":\"子串匹配\",\"matcherIdentifier\":\"peerbanhelper:stringcontainsmatcher\",\"metadata\":{\"rule\":\"cacao\"}}"
]
}
}
最后修改时间: 1 个月前