Set json object on Rest Client component
I have one service with this input:
[
{
"eventSourceHostName": "<SERVIDOR DE ORIGEM>",
"eventSourceIPAddress": "<IP DO SERVIDOR DE ORIGEM>",
"attributes":
{
"CLASS": "EVENT",
"mc_tool": "ROBOTICS",
"mc_object_uri": "<PREENCHER SE FOR UMA URL>",
"mc_object": "<OBJETO MONITORADO>",
"mc_object_class": "<CLASSE DO OBJETO>",
"mc_parameter": "<METRICA MONITORADA>",
"mc_parameter_threshold": "<VALOR DO THRESHOLD>",
"mc_parameter_value": "<VALOR COLETADO>",
"msg": "<TEXTO DO ALARME>",
"severity": "<SEVERIDADE DO ALARME(MINOR, MAJOR ou CRITICAL) >",
"status": "<OPEN (PARA ABRIR O EVENTO), CLOSED (PARA ENCERRAR O EVENTO) >"
}
}
]
How can i configure the Json Array, including the "attributes" attribute on the input parameters. The files are attached in the post.