Click or drag to resize

ITookanUpdateAgentTags Method

Updates agent tags

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
TookanBaseResponse UpdateAgentTags(
	int fleetId,
	string tags
)

Parameters

fleetId
Type: SystemInt32
Agent Id of your agent. You will get this from agent list in dashboard.
tags
Type: SystemString

Return Value

Type: TookanBaseResponse
The response object.
See Also