Modify¶
POST /api/v1/self_built_checker/modify
Overview¶
Modify a self-built inspection
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
monitorUUID | string | Alert strategy UUID Allowed to be an empty string: True |
|
alertPolicyUUIDs | array | Alert strategy UUID list Allowed to be empty: False |
|
ruleUUID | string | Self-built inspection UUID Example: rul_xxxxx Allowed to be empty: False |
|
refKey | string | Self-built inspection associated key Example: xxx Allowed to be empty: False |
|
title | string | Associated function title Example: ref-xxx Allowed to be empty: False |
|
refFuncInfo | json | Associated function configuration information Allowed to be empty: False |
|
refFuncInfo.description | string | Associated function description (i.e., function documentation) Example: ref-xxx Allowed to be empty: False Allowed to be an empty string: True |
|
refFuncInfo.definition | string | Associated function definition Example: ref-xxx Allowed to be empty: False Allowed to be an empty string: True |
|
refFuncInfo.category | string | Associated function category Example: ref-xxx Allowed to be empty: False |
|
refFuncInfo.args | array | Associated function argument list Example: ref-xxx Allowed to be empty: False |
|
refFuncInfo.kwargs | json | Associated function parameter details Example: ref-xxx Allowed to be empty: False |
Additional Parameter Notes¶
None