Skip to content

Modify an Intelligent Inspection



post /api/v1/self_built_checker/modify

Overview

Modify a intelligent inspection.

Body Request Parameter

Parameter Name Type Required Description
monitorUUID string Alarm policy UUID
Allow empty strings: True
ruleUUID string UUID of intelligent inspection
Example: rul_xxxxx
Allow null: False
refKey string Association key of intelligent inspection
Example: xxx
Allow null: False
title string Correlation function title
Example: ref-xxx
Allow null: False
refFuncInfo json Correlation function configuration information
Allow null: False
refFuncInfo.description string Correlation function description (that is, function document)
Example: ref-xxx
Allow null: False
Allow empty strings: True
refFuncInfo.definition string Definition of correlation function
Example: ref-xxx
Allow null: False
Allow empty strings: True
refFuncInfo.category string Classification of correlation function
Example: ref-xxx
Allow null: False
refFuncInfo.args array Association function parameter list
Example: ref-xxx
Allow null: False
refFuncInfo.kwargs json Details of correlation function parameters
Example: ref-xxx
Allow null: False

Supplementary Description of Parameters

None

Response


Feedback

Is this page helpful? ×