This tool is used by Support Office and the Service Ops Manager to check the status of the nodes in the network.
tnl health <domain>
Command to check the health of the APIs of a specific domain.
Parameters:
- domain: Domain to check.
Examples:
tnl health https://api-pilot.ebsi.eu
tnl healthNodes <nodes>
Command to check the health of a list of nodes. It returns 2 arrays: one with the values validated (APIs and explorer), and another array with the failed values.
Parameters:
- nodes: Array of nodes, where each node is an object containing APIs, apps, explorer, and country.
Examples:
resultHealth: tnl healthNodes [{"apis":"https://api-pilot.ebsi.eu","apps":"https://app-pilot.ebsi.eu","explorer":"https://blockexplorer-pilot.ebsi.eu","country":"eu"}]