Collector > Collecting events via the REST API
Send actors data and events into Tallyfy Manufactory using the REST API. You can also use…
You can send actor profiles to Tallyfy Manufactory using the endpoint POST /events.
org_id (required) string - Manufactory org ID.project_id (required) number - The project ID associated with this schema.actor_profile (required) object - Attribute name-value pairs. Make sure you’re using the correct names and data types from Get Actors schema.attributes (required) object - Attribute name-value pairs. Make sure you’re using the correct names and data types from Get events schema.{ "org_id": "demo", "project_id": 12345, "actor_profile": { "microservice": "accounts-ms" }, "attributes": { "request_method": "POST", "request_url": "/login", "request_body": { "username": "john", "password": "123" }, "request_ip": "1.1.1.1" }}{ "message": "success"}Collector > Collecting events via the REST API
Agent > Send events via the CLI agent