II.
Responsibility JSON
Structured · liveresponsibility:on-call-handoff
On-call handoff json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "responsibility:on-call-handoff",
"_kind": "Responsibility",
"_file": "role/responsibilities/responsibilities-sre-incident.yaml",
"_cluster": "role",
"attributes": {
"displayName": "On-call handoff",
"cadence": "scheduled",
"description": "Run weekly on-call handoff meetings and ensure outstanding pages have\nowners.\n"
},
"outgoingEdges": [
{
"from": "responsibility:on-call-handoff",
"to": "role:sre-lead",
"kind": "held_by",
"attributes": {}
},
{
"from": "responsibility:on-call-handoff",
"to": "role:devops-engineer",
"kind": "held_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "workflow:real-time-streaming-health-check",
"to": "responsibility:on-call-handoff",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "responsibility:on-call-handoff",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:mobile-workforce-safety-check",
"to": "responsibility:on-call-handoff",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:on-call-rotation-management",
"to": "responsibility:on-call-handoff",
"kind": "triggers_responsibility",
"attributes": {}
}
]
}