v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCloud Cost Management
Validate query
Validate a tag pipeline query - Validate the syntax and structure of a tag pipeline query
post/api/v2/tags/enrichment/validate-query
Request body
Example request
{
"data": {
"attributes": {
"Query": "example:query AND test:true"
},
"type": "validate_query"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"Canonical": "canonical query representation"
},
"type": "validate_response"
}
}