Create¶
POST /api/v1/self_built_checker/create
Overview¶
Create a Self-built Nodes
Body Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| alertPolicyUUIDs | array | Alert policy UUID list Allow empty: False |
|
| refKey | string | Y | Custom identifier for Self-built Nodes (cannot be changed after creation) Example: ref-xxx Allow empty: False |
| title | string | Y | Associated function title Example: ref-xxx Allow empty: False |
| refFuncInfo | json | Y | Associated function configuration information Allow empty: False |
| refFuncInfo.funcId | string | Y | Associated function ID Example: ref-xxx Allow empty: False |
| refFuncInfo.description | string | Associated function description (i.e., function documentation) Example: ref-xxx Allow empty: False Allow empty string: True |
|
| refFuncInfo.definition | string | Associated function definition Example: ref-xxx Allow empty: False Allow empty string: True |
|
| refFuncInfo.category | string | Associated function category Example: ref-xxx Allow empty: False |
|
| refFuncInfo.args | array | Associated function parameter list Example: ref-xxx Allow empty: False |
|
| refFuncInfo.kwargs | json | Associated function parameter details Example: ref-xxx Allow empty: False |
|
| isDisabled | boolean | Whether it is disabled Example: ref-xxx Allow empty: False |
Parameter Additional Description¶
None