Agent Labels

Returns

GET/api/odata/1.0/AgentLabels

Model Schema

Field

Data type

AgentId

string

PartitionId

string

LabelName

string

Sample Response Model

[
  {
    "AgentId": "string",
    "PartitionId": "string",
    "LabelName": "string"
  }
]