Passing Arguments for Command while creating a Service using JSON File

Hi,

I was trying to create a Service using JSON file. I tried adding a command using imports and it worked. Now I’m trying to pass arguments for the command within the json file but got stuck. Below mentioned is the service.json file.

-=-
[root@automation-1 various_files]# cat service.json
{
“new_Service”: {
“object_name”: “new_Service”,
“host”: “agent-4”,
“imports”: “Check Load”
}
}
-=-

Please help