Bot List
This endpoint can be used to retreive a list of all bot instance request during the lifecycle of the TGA component.
[GET] https://tap.gateway:port/Status/listRequest headers
Request body
Returns
[
{
"guid": "f978fa59-706a-4768-9876-86e629649315",
"status": "Stopped",
"path": "C:\\Tailent\\Test\\Test.tap",
"start": "2024-10-09T05:32:42.5363939-07:00"
},
{
"guid": "2777f2d5-dbf1-41a0-ad1a-b2c9b9388baf",
"status": "Running",
"path": "C:\\Tailent\\Test\\Test.tap",
"start": "2024-10-09T05:33:16.4779509-07:00"
}
]Example curl request
Last updated