User bio
404 bio not found
Member since Oct 15, 2018
Posts:
Replies:
set lineaConComasAlFinal = $REPLACE(lineaConDobleComillaDosPuntosEnMedio, $CHAR(10),",")
You can run a SQL Query like this:
SELECT * FROM ENS_UTIL.LOG WHERE Type = 'Trace' AND Text=...
Open Exchange applications:
Certifications & Credly badges:
Oliver has no Certifications & Credly badges yet.
Global Masters badges:







Followers:
Oliver has no followers yet.
Following:
I think you need more quotes for "proper" JSON
ineaConComasAlFinal: iris_cpu_pct{id='AUXWD'}": 0,iris_cpu_pct{id='CSPSRV'}": 0,
proper JSON is
{
"iris_cpu_pct{id='AUXWD'}": 0,"iris_cpu_pct{id='CSPSRV'}": 0,...
}