II.
Workflow JSON
Structured · liveworkflow:network-topology-review
Network Topology Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:network-topology-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-deeper-domains.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Network Topology Review",
"workflowKind": "governance",
"triggerType": "scheduled",
"typicalCadence": "quarterly",
"complexity": "cross-team",
"description": "Reviews network topology design and configuration for performance,\nresilience, and security alignment -- auditing VLAN segmentation and\nsubnet allocation against zero-trust architecture principles, evaluating\nBGP peering and route-propagation configurations for redundancy,\nanalyzing traffic-flow patterns against link-capacity utilization\nthresholds, reviewing firewall rule-sets for overly permissive entries\nand stale rules, validating DNS architecture and failover configurations,\nassessing load-balancer health-check accuracy and failover timing, and\nmodeling topology changes needed for planned capacity growth. Produces\nnetwork topology assessment report and configuration remediation list.\nExcludes hardware procurement.\n"
},
"outgoingEdges": [
{
"from": "workflow:network-topology-review",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:network-topology-review",
"to": "role:cloud-architect",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:network-topology-review",
"to": "role:security-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:network-topology-review",
"to": "skill-area:network-security",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:network-topology-review",
"to": "skill-area:service-mesh-config",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:network-topology-review",
"to": "domain:networking",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:network-topology-review",
"to": "domain:infrastructure",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:network-topology-review",
"to": "domain:security",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:network-topology-review",
"to": "responsibility:review-architecture-changes",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:network-topology-review",
"to": "responsibility:security-review",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:network-topology-review",
"to": "org-unit:infra-engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:network-topology-review",
"to": "org-unit:security-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}