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
)
Function GetAgentTags (
Optional fleetId As Nullable(Of Integer) = Nothing,
Optional teamId As Nullable(Of Integer) = Nothing
) As TookanGetAgentTagsResponse
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:
TookanGetAgentTagsResponseThe response object.
See Also