Click or drag to resize

ITookanGetAgentTags Method

Returns agent tags

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
TookanGetAgentTagsResponse GetAgentTags(
	Nullable<int> fleetId = null,
	Nullable<int> teamId = null
)

Parameters

fleetId (Optional)
Type: SystemNullableInt32
Agent Id of your agent. You will get this from agent list in dashboard.
teamId (Optional)
Type: SystemNullableInt32
This is the Unique id of every team. You can get it from the dashBoard. More>teams>respective id of the team will displayed.

Return Value

Type: TookanGetAgentTagsResponse
The response object.
See Also