FarmRoleSummaryListResponse object

Example JSON representation

{
  "data": [
    {
      "alias": "string",
      "cloudLocation": "string",
      "cloudPlatform": "ec2",
      "farm": {
        "id": 1
      },
      "id": 1,
      "instanceType": {
        "id": "string"
      },
      "launchIndex": 1,
      "role": {
        "deprecated": {
          "deprecated": "2013-01-01T12:34:56.789Z",
          "replacement": {
            "id": 1
          }
        },
        "id": 1
      }
    }
  ],
  "errors": [
    {
      "code": "string",
      "message": "string"
    }
  ],
  "meta": {
    "sample": "string"
  },
  "pagination": {
    "first": "string",
    "last": "string",
    "next": "string",
    "prev": "string"
  },
  "warnings": [
    {
      "code": "string",
      "message": "string"
    }
  ]
}

Properties

property attributes valid values description filter option
data
Array of FarmRoleSummary objects
read-only
errors
Array of ApiMessage objects
read-only
meta
ApiMetaContainer object
read-only
pagination
ApiPagination object
read-only
warnings
Array of ApiMessage objects
read-only

Endpoints using this object