🌟 本文档由 麒曦Chish 整理发布,与官方无关,不代表官方立场,仅供参考,请以官方发布为准。
{
"items": [
{
"rule": {
"action": "accept",
"connectionStates": [
"string"
],
"description": "string",
"destinationAddress": "string",
"destinationPort": "string",
"interface": "string",
"nativeKind": "rule",
"orderBucket": "string",
"orderIndex": 0,
"priority": 0,
"protocol": "string",
"scope": {
"chain": "string",
"direction": "input",
"family": "string",
"provider": "string",
"table": "string",
"zone": "string"
},
"sourceAddress": "string",
"sourcePort": "string",
"uuid": "string"
},
"sourceID": "string",
"sourceKind": "user"
}
]
}curl --location '/hosts/firewall/rules' \
--header '1Panel-Token: {{Token}}' \
--header '1Panel-Timestamp: {{UnixTimestamp}}' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{
"rule": {
"action": "accept",
"connectionStates": [
"string"
],
"description": "string",
"destinationAddress": "string",
"destinationPort": "string",
"interface": "string",
"nativeKind": "rule",
"orderBucket": "string",
"orderIndex": 0,
"priority": 0,
"protocol": "string",
"scope": {
"chain": "string",
"direction": "input",
"family": "string",
"provider": "string",
"table": "string",
"zone": "string"
},
"sourceAddress": "string",
"sourcePort": "string",
"uuid": "string"
},
"sourceID": "string",
"sourceKind": "user"
}
]
}'{
"errors": [
{
"error": "string",
"index": 0,
"rule": {
"action": "accept",
"connectionStates": [
"string"
],
"description": "string",
"destinationAddress": "string",
"destinationPort": "string",
"interface": "string",
"nativeKind": "rule",
"orderBucket": "string",
"orderIndex": 0,
"priority": 0,
"protocol": "string",
"scope": {
"chain": "string",
"direction": "input",
"family": "string",
"provider": "string",
"table": "string",
"zone": "string"
},
"sourceAddress": "string",
"sourcePort": "string",
"uuid": "string"
},
"status": "string"
}
],
"failed": 0,
"queued": true,
"skipped": 0,
"succeeded": 0,
"taskID": "string"
}