Actor Model · Example Payload

Actor Model Cluster Member Example

Actor ModelConcurrencyDistributed Systems

Actor Model Cluster Member Example is an example object payload from Actor Model, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nodeIdaddressstatusrolesupSinceactorCount

Example Payload

Raw ↑
{
  "nodeId": "akka://system@10.0.0.1:2551",
  "address": "10.0.0.1:2551",
  "status": "up",
  "roles": [
    "worker",
    "seed"
  ],
  "upSince": "2026-04-19T10:00:00Z",
  "actorCount": 1200
}