yats.git

ref: a87c1c994f12dc502708a4722f5887ca802a16b2

client/postEventNow


#! /bin/bash

event=$1
curl \
	-X POST\
	--header "Content-Type: application/json"\
	-d "{\"id_client\":\"cli1\",\"name\":\"${event}\"}"\
	http://127.0.0.1:18081/rt/event