CollectionResultModel<DeliveryControllerModel>

A collection of items.

Properties

NameDescription 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 DeliveryControllerModel

Sample

application/json

Sample:
{
  "Count": 1,
  "TotalMatchingFilter": 1,
  "Items": [
    {
      "Href": "[api:DeliveryControllers(34c04635-50fc-4506-99fc-da1b459fbefa)]",
      "Id": "34c04635-50fc-4506-99fc-da1b459fbefa",
      "ChangeId": "10",
      "Name": "controller1",
      "XmlServerRank": 1,
      "Tags": [
        "tag"
      ],
      "CustomProperties": [
        {
          "Name": "myProperty",
          "Value": "myValue"
        }
      ],
      "DeleteState": "NotDeleted",
      "State": "Allocated",
      "Architecture": "FMA",
      "CPUs": 2,
      "MemoryMB": 4096,
      "OSName": "Windows Server 2008 R2",
      "OSVersion": "Service Pack 1",
      "DeliverySite": {
        "Href": "[api:DeliverySites(0ef3e68d-bb8e-4b69-9c30-ae3fac533996)]",
        "Name": "site1",
        "Id": "0ef3e68d-bb8e-4b69-9c30-ae3fac533996"
      },
      "MachineDetail": {
        "Href": "[api:MachineDetails(bff69e21-c280-488b-ad9e-74b674ffb7c9)]",
        "Name": "machine1",
        "Id": "bff69e21-c280-488b-ad9e-74b674ffb7c9"
      },
      "HealthSummary": {
        "InfoCount": 1,
        "Messages": [
          {
            "Text": "Attempting to reach desired capacity",
            "IsActive": true,
            "Type": "Allocation"
          }
        ]
      }
    }
  ]
}