Data Acquisition
Agent Status Setting Update
This endpoint allows TetraScience Agent to send status setting update to platform. Tetrascience agents have start/stop button. When start button is clicked, agent should hit endpoint with statusSetting=STARTED. Opposite, when stop button is clicked, agent should hit endpoint with statusSetting=STOPPED.
It requires a user-defined agent set up in the TetraScience Web UI
put/v1/data-acquisition/agent/status
Request body
Response
200
Example response
{
"agentName": "test"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.