CollectionResultModel<AgentModel>
A collection of items.
Properties
| Name | Description | Additional information |
|---|---|---|
| Href | See Hypermedia. |
Type: String |
| RelatedActions | See Hypermedia. |
Type: Array of RelationModel |
| Count | Number of items in the returned collection. See Object Counts. |
Type: Number |
| TotalMatchingFilter | The total number of items that matched the specified filter. This may be larger than the number of items returned, if the caller specified "take" and/or "skip" parameters. See Object Counts. |
Type: Number |
| Items | The items. |
Type: Array of AgentModel |
Sample
application/json
Sample:
{
"Count": 1,
"TotalMatchingFilter": 1,
"Items": [
{
"Href": "[api:Agents(941e92f1-5dd6-4720-bca2-6875c8b04acd)]",
"Id": "941e92f1-5dd6-4720-bca2-6875c8b04acd",
"Name": "SERVER1",
"Role": "ControllerAgent",
"Scope": "745c2030-77c6-4d65-97ac-52c79db96ff5",
"IsPrimary": true,
"LastHeartBeatTime": "2013-12-05T16:13:09.899731-05:00",
"IsAlive": true,
"IsHealthy": true
}
]
}