{
  "_embedded": {
    "items": [
      {
        "id": 5,
        "name": "string",
        "host_name": "string",
        "description": "string",
        "authentication_port": 3,
        "accounting_port": 5,
        "secret": "string"
      },
      {
        "id": 3,
        "name": "string",
        "host_name": "string",
        "description": "string",
        "authentication_port": 9,
        "accounting_port": 9,
        "secret": "string"
      },
      {
        "id": 7,
        "name": "string",
        "host_name": "string",
        "description": "string",
        "authentication_port": 10,
        "accounting_port": 1,
        "secret": "string"
      },
      {
        "id": 6,
        "name": "string",
        "host_name": "string",
        "description": "string",
        "authentication_port": 7,
        "accounting_port": 10,
        "secret": "string"
      },
      {
        "id": 9,
        "name": "string",
        "host_name": "string",
        "description": "string",
        "authentication_port": 9,
        "accounting_port": 3,
        "secret": "string"
      },
      {
        "id": 9,
        "name": "string",
        "host_name": "string",
        "description": "string",
        "authentication_port": 5,
        "accounting_port": 4,
        "secret": "string"
      },
      {
        "id": 1,
        "name": "string",
        "host_name": "string",
        "description": "string",
        "authentication_port": 9,
        "accounting_port": 6,
        "secret": "string"
      },
      {
        "id": 8,
        "name": "string",
        "host_name": "string",
        "description": "string",
        "authentication_port": 1,
        "accounting_port": 7,
        "secret": "string"
      },
      {
        "id": 2,
        "name": "string",
        "host_name": "string",
        "description": "string",
        "authentication_port": 7,
        "accounting_port": 6,
        "secret": "string"
      }
    ]
  },
  "_links": {
    "self": "string",
    "first": "string",
    "last": "string",
    "prev": "string",
    "next": "string"
  },
  "count": 5
}