Runscope Documentation
Runscope is now part of BlazeMeter.
Please find up-to-date documentation at guide.blazemeter.com.
Please find up-to-date API documentation at api.blazemeter.com.
List currently connected agents associated with a given team.
GET/teams/<team_id>/agents
Returns a list of the team’s currently connected agents.
version |
The version for this agent. |
---|---|
agent_id |
The unique identifier for this agent. |
name |
The name of the agent set in the configuration file or with the command line flag. |
{
"meta": {
"status": "success"
},
"data": [
{
"version": "go-radar-agent v0.27",
"agent_id": "79f50f9a-dc4b-403b-8006-fb198356eb95",
"name": "Grace-Hopper-Macbook.local"
}
],
"error": null
}