[
  {
    "collector_action": "UPDATE_CONFIG",
    "collector_id": {
      "counter": 8,
      "randomValue1": 7,
      "randomValue2": 10,
      "timestamp": 10,
      "date": "string"
    },
    "id": {
      "counter": 6,
      "randomValue1": 3,
      "randomValue2": 5,
      "timestamp": 7,
      "date": "string"
    }
  },
  {
    "collector_action": "UPDATE_CONFIG",
    "collector_id": {
      "counter": 6,
      "randomValue1": 9,
      "randomValue2": 7,
      "timestamp": 4,
      "date": "string"
    },
    "id": {
      "counter": 1,
      "randomValue1": 9,
      "randomValue2": 1,
      "timestamp": 10,
      "date": "string"
    }
  }
]