II.
StackPart JSON
Structured · livestack-part:block-storage
Block Storage json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-part:block-storage",
"_kind": "StackPart",
"_file": "domain/stack-parts/stack-parts-storage.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Block Storage",
"category": "data-store",
"description": "Network-attached block volumes (EBS, Persistent Disk, Azure Managed\nDisks, Fly Volumes).\n"
},
"outgoingEdges": [
{
"from": "stack-part:block-storage",
"to": "platform-service:fly-volumes",
"kind": "implemented_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "platform-service:k8s-pvc",
"to": "stack-part:block-storage",
"kind": "implements_stack_part"
},
{
"from": "platform-service:k8s-pvc",
"to": "stack-part:block-storage",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "platform-service:fly-volumes",
"to": "stack-part:block-storage",
"kind": "implements_stack_part"
},
{
"from": "platform-service:fly-volumes",
"to": "stack-part:block-storage",
"kind": "implements_stack_part",
"attributes": {}
}
]
}