新增转发规则
开发中社区版环境
POST
/api/v1/forwarding/rule请求参数
Body 参数application/json
name
string
规则名称
script_id
string
脚本ID
is_enabled
boolean
是否启用
description
string
描述
示例
{
"name": "string",
"script_id": "string",
"is_enabled": true,
"description": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
object
必需
id
string
必需
name
string
必需
script_id
null
必需
is_enabled
boolean
必需
created_at
string
必需
updated_at
string
必需
description
string
必需
tenant_id
string
必需
示例
{
"code": 200,
"message": "successfully",
"data": {
"id": "de71d94c-6187-c5a8-169e-a2ae18dd1af1",
"name": "过金立交老克",
"script_id": null,
"is_enabled": false,
"created_at": "2024-10-29T19:45:46.181990915+08:00",
"updated_at": "2024-10-29T19:45:46.181990988+08:00",
"description": "王被公期与具成何报类己小点火拉。思至土指程专号起构从音界取且目回。车于革西选去收集生议少很论很人习设。",
"tenant_id": "9c3f8a70"
}
}
最后修改时间: 2 个月前