{"$schema":"http:\/\/json-schema.org\/draft-07\/schema#","$id":"https:\/\/api.fmsync.net\/apiref\/schema\/agent\/status","title":"agent.status","description":"Get current status of the installed agent for this sourcekey","type":"object","properties":{"return":{"description":"Return informations to your database","type":"object","properties":{"syslog":{"description":"Status returned to your system table","required":["table","fntaskid","fnstatus","fnmessage"],"type":"object","properties":{"table":{"description":"Name of your system table","type":"string"},"fntaskid":{"description":"Field Name of the taskid column","type":"string"},"fnstatus":{"description":"Field Name of the status column","type":"string"},"fnmessage":{"description":"Field Name of the message column","type":"string"}}}}}},"example":{"return":{"syslog":{"table":"fmsync","fntaskid":"taskid","fnstatus":"status","fnmessage":"message"}}},"return":{"success":true,"taskid":"0abdcdba8dfa1d934222a3fe024e4364d65bc88c","context":"agent.status","response":{"application":"installed","agent":"running","service":{"namespace":"acomba","version":"9.99","status":"running"}}}}