1. IT Infrastructure Topology
System AdministratorBackground
The administrator needs to document how various servers and databases are interconnected to troubleshoot latency issues.
Problem
Manual documentation is outdated and fails to show the real-time relationship between network components.
How to use
Input server IDs as nodes and connection paths as edges into the JSON data field, then select the 'force' layout.
{"nodes": [{"id": "S1", "label": "Web Server"}, {"id": "DB1", "label": "Database"}], "edges": [{"source": "S1", "target": "DB1"}]}Outcome
A clear, interactive map showing the dependency between the web server and the database, making it easy to spot single points of failure.