Health

health.health

Method: POST

https://flr.nownodes.io/ext/health

Example body (raw)

{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "health.health"
}

Example response: 200

{
    "jsonrpc": "2.0",
    "result": {
        "checks": {
            "C": {
                "message": {
                    "consensus": {
                        "longestRunningBlock": "0s",
                        "outstandingBlocks": 0
                    },
                    "vm": null
                },
                "timestamp": "2024-04-29T14:22:19.387739746Z",
                "duration": 12905
            },
            "P": {
                "message": {
                    "consensus": {
                        "longestRunningBlock": "0s",
                        "outstandingBlocks": 0
                    },
                    "vm": {
                        "primary-percentConnected": 1
                    }
                },
                "timestamp": "2024-04-29T14:22:19.387804849Z",
                "duration": 46809
            },
            "X": {
                "message": {
                    "consensus": {
                        "outstandingVertices": 0,
                        "snowstorm": {
                            "outstandingTransactions": 0
                        }
                    },
                    "vm": null
                },
                "timestamp": "2024-04-29T14:22:19.387753031Z",
                "duration": 12263
            },
            "bootstrapped": {
                "message": [],
                "timestamp": "2024-04-29T14:22:19.387747079Z",
                "duration": 15419
            },
            "database": {
                "timestamp": "2024-04-29T14:22:19.387751257Z",
                "duration": 1102
            },
...

Last updated