{
"name" : "Query A",
"dbType": "starrock",
"code": "bhov_hadir3",
"displayType": "table",
"queryString" : "SELECT sistem, status, dmn_mw, dmp_mw, bp_mw, unit_max_mw, cad_mw, keterangan FROM t_opsis to2 WHERE status != 'Normal';",
"metadata":
[
{
"metaKey": "color",
"metaValue": "#11111"
}
],
"queryParams" : [],
"tableIds" : []
}
curl --location --request POST 'http://localhost:8080/api/v1/queryLayer' \
--header 'Content-Type: application/json' \
--data-raw '{
"name" : "Query A",
"dbType": "starrock",
"code": "bhov_hadir3",
"displayType": "table",
"queryString" : "SELECT sistem, status, dmn_mw, dmp_mw, bp_mw, unit_max_mw, cad_mw, keterangan FROM t_opsis to2 WHERE status != '\''Normal'\'';",
"metadata":
[
{
"metaKey": "color",
"metaValue": "#11111"
}
],
"queryParams" : [],
"tableIds" : []
}'
{}