Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Validate read-only SQL on the device before saving it. Does not store the query.
sicarv4.custom.validate
sicarv4.custom.query
sicarv4
db.query
read
sql
curl -s -X POST "$API/v1/devices/$DEVICE_ID/functions/sicarv4.custom.validate" \ -H "Authorization: Bearer $ORQUESTR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"input":{"sql":"SELECT art_id, clave, descripcion FROM articulo LIMIT 10"}}'