Smart Monitoring V2 YAML Validation¶
POST /api/v1/checker/smart_monitor/validate
Overview¶
Body Request Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
| yamlConfig | string | Y |
Additional Parameter Notes¶
Validates the format, structure, fields, algorithm parameters, and budget of the complete YAML. DQL is only required to be a non-empty string; its syntax is not checked, nor is query permission resolution invoked.
On success, content is {"valid":true}. Func is not executed, so this does not indicate that real data is sufficient or that the algorithm executed successfully.