{
  "services": [
    {
      "host": "127.0.0.1",
      "icon": "ws",
      "ms": 1,
      "name": "OCPP Broker (WebSocket)",
      "online": true,
      "port": 7020,
      "type": "tcp",
      "url": "ws://127.0.0.1:7020"
    },
    {
      "host": "127.0.0.1",
      "icon": "ws",
      "ms": 2,
      "name": "OCPP Server (WebSocket)",
      "online": false,
      "port": 8090,
      "type": "tcp",
      "url": "ws://127.0.0.1:8090"
    },
    {
      "host": "127.0.0.1",
      "icon": "api",
      "ms": 2,
      "name": "OCPP Server REST API",
      "online": true,
      "port": 9751,
      "type": "http",
      "url": "http://127.0.0.1:9751/healthz"
    },
    {
      "host": "127.0.0.1",
      "icon": "web",
      "ms": 1,
      "name": "Cloud Dashboard",
      "online": false,
      "port": 5050,
      "type": "http",
      "url": "http://127.0.0.1:5050"
    },
    {
      "host": "127.0.0.1",
      "icon": "web",
      "ms": 1,
      "name": "Edge Dashboard",
      "online": false,
      "port": 5065,
      "type": "http",
      "url": "http://127.0.0.1:5065"
    },
    {
      "host": "127.0.0.1",
      "icon": "web",
      "ms": 2,
      "name": "Charger Simulator",
      "online": true,
      "port": 9310,
      "type": "http",
      "url": "http://127.0.0.1:9310"
    },
    {
      "host": "127.0.0.1",
      "icon": "api",
      "ms": 1,
      "name": "CPMS Headless API",
      "online": true,
      "port": 8085,
      "type": "http",
      "url": "http://127.0.0.1:8085/healthz"
    },
    {
      "host": "127.0.0.1",
      "icon": "web",
      "ms": 1,
      "name": "CPMS Operator Portal",
      "online": true,
      "port": 5075,
      "type": "http",
      "url": "http://127.0.0.1:5075/healthz"
    },
    {
      "host": "127.0.0.1",
      "icon": "db",
      "ms": 1,
      "name": "PostgreSQL Database",
      "online": true,
      "port": 5432,
      "type": "postgres",
      "url": "127.0.0.1:5432"
    }
  ],
  "timestamp": 1779228342.8485034
}
