规则详情
POST
/enrichment/info最后修改时间: 1 年前
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Body 参数application/json
integration_id
integer
集成ID
示例
{
"integration_id": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
error
object (DutyError)
可选
code
enum<string>
错误码
枚举值:
InvalidParameterInvalidContentTypeUnauthorizedAccessDeniedMethodNotAllowedRequestTooFrequentlyRequestVerifyRequiredDangerousOperationRequestLockedRouteNotFoundBalanceNotEnoughUndonedOrderExistResourceNotFoundInternalErrorReferenceExist
message
string
错误描述
data
object (Enrichment)
可选
integration_id
integer
集成ID
rules
array [object {3}]
规则列表
creator_id
integer
创建人ID
updated_by
integer
更新人ID
created_at
integer
创建时间戳,单位秒
updated_at
integer
更新时间戳,单位秒
示例
未设置
最后修改时间: 1 年前