Skip to content

Modify a Self-built Security Check



POST /api/v1/self_built_checker/modify

Overview

Modify a self-built security check

Body Request Parameters

Parameter Name Type Required Description
monitorUUID string No Alert strategy UUID
Allow empty string: True
alertPolicyUUIDs array Yes List of alert strategy UUIDs
Allow empty: False
ruleUUID string Yes UUID of the self-built security check
Example: rul_xxxxx
Allow empty: False
refKey string Yes Associated key of the self-built security check
Example: xxx
Allow empty: False
title string Yes Title of the associated function
Example: ref-xxx
Allow empty: False
refFuncInfo json Yes Configuration information of the associated function
Allow empty: False
refFuncInfo.description string Yes Description of the associated function (i.e., function documentation)
Example: ref-xxx
Allow empty: False
Allow empty string: True
refFuncInfo.definition string Yes Definition of the associated function
Example: ref-xxx
Allow empty: False
Allow empty string: True
refFuncInfo.category string Yes Category of the associated function
Example: ref-xxx
Allow empty: False
refFuncInfo.args array Yes List of parameters for the associated function
Example: ref-xxx
Allow empty: False
refFuncInfo.kwargs json Yes Details of parameters for the associated function
Example: ref-xxx
Allow empty: False

Additional Parameter Notes

None

Response


Feedback

Is this page helpful? ×